* 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
This commit is contained in:
Misha Brukman 2004-08-09 18:37:04 +00:00
parent 0b9bbd2244
commit a964fe5b45

View File

@ -109,13 +109,14 @@ and Settings" directory). We welcome patches to fix this issue.
<p> <p>
<b>Linux/x86:</b><br> <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> </p>
<pre> <pre>
% cd build % cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--enable-languages=c,c++ --disable-shared --enable-languages=c,c++
% gmake % gmake
% setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc
% gmake all; gmake install % gmake all; gmake install
@ -125,8 +126,8 @@ and Settings" directory). We welcome patches to fix this issue.
<pre> <pre>
% cd build % cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \ % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--enable-languages=c,c++ --disable-c-mbchar --disable-shared --enable-languages=c,c++ --disable-c-mbchar
% gmake % gmake
% setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc
% gmake all; gmake install % gmake all; gmake install