diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-19 18:47:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-19 18:47:59 +0000 |
commit | 9f9398e519f663039e9f6a544f5c41e62a24d073 (patch) | |
tree | 11b8b9ecdcc1906c7f5b581b95f33726783336a8 /docs/CFEBuildInstrs.html | |
parent | 7ed43ad3ab29be753b514966476c76206d0c0648 (diff) | |
download | external_llvm-9f9398e519f663039e9f6a544f5c41e62a24d073.zip external_llvm-9f9398e519f663039e9f6a544f5c41e62a24d073.tar.gz external_llvm-9f9398e519f663039e9f6a544f5c41e62a24d073.tar.bz2 |
Just run 'make', not all-gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index d94e85e..4d006bb 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -116,7 +116,7 @@ and Settings" directory). We welcome patches to fix this issue. % cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ --enable-languages=c,c++ - % gmake all-gcc + % gmake % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> @@ -127,7 +127,7 @@ and Settings" directory). We welcome patches to fix this issue. % cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ --enable-languages=c,c++ --disable-c-mbchar - % gmake all-gcc + % gmake % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> @@ -147,7 +147,7 @@ functions from C as referenced from C++, so we typically configure with % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ --disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \ --disable-c-mbchar - % gmake all-gcc + % gmake % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install </pre> |