X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStarted.rst;h=5c36952ea1fc9bd0789fd1c4cc92f881af8a0419;hb=ad366a3f67679a56d25464dc2bcad3a0a6a51780;hp=1fb5211646e42cc9250a3d5498ccbb4b100dafaa;hpb=13230064236e0cb916cefddcd75bd55d9ce15c41;p=oota-llvm.git diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 1fb5211646e..5c36952ea1f 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -459,15 +459,6 @@ The files are as follows, with *x.y* marking the version number: Source release for the LLVM test-suite. -``llvm-gcc-4.2-x.y.source.tar.gz`` - - Source release of the llvm-gcc-4.2 front end. See README.LLVM in the root - directory for build instructions. - -``llvm-gcc-4.2-x.y-platform.tar.gz`` - - Binary release of the llvm-gcc-4.2 front end for a specific platform. - .. _checkout: Checkout LLVM from Subversion @@ -939,6 +930,10 @@ GCC compiler supports. The result of such a build is executables that are not runnable on on the build host (--build option) but can be executed on the compile host (--host option). +Check :doc:`HowToCrossCompileLLVM` and `Clang docs on how to cross-compile in general +`_ for more information +about cross-compiling. + The Location of LLVM Object Files ---------------------------------