diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 18:37:04 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-09 18:37:04 +0000 |
commit | a964fe5b4516a219354f59f035f353d49880401d (patch) | |
tree | 252643c5064af114825c9c4c9b6d04db3f819e2b /docs/CFEBuildInstrs.html | |
parent | 0b9bbd2244e5f518361cb0f73279b5ccb8e6ee25 (diff) | |
download | external_llvm-a964fe5b4516a219354f59f035f353d49880401d.zip external_llvm-a964fe5b4516a219354f59f035f353d49880401d.tar.gz external_llvm-a964fe5b4516a219354f59f035f353d49880401d.tar.bz2 |
* CFE builds on AIX/PowerPC
* Wrap long code lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 4d006bb..cef7a55 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -109,13 +109,14 @@ and Settings" directory). We welcome patches to fix this issue. <p> <b>Linux/x86:</b><br> -<b>MacOS X/PowerPC</b> (requires dlcompat library): +<b>MacOS X/PowerPC</b> (requires dlcompat library):<br> +<b>AIX/PowerPC:</b> </p> <pre> % cd build - % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ - --enable-languages=c,c++ + % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ + --disable-shared --enable-languages=c,c++ % gmake % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install @@ -125,8 +126,8 @@ and Settings" directory). We welcome patches to fix this issue. <pre> % cd build - % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ - --enable-languages=c,c++ --disable-c-mbchar + % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ + --disable-shared --enable-languages=c,c++ --disable-c-mbchar % gmake % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % gmake all; gmake install |