[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86

Arnold Schwaighofer arnold.schwaighofer at gmail.com
Wed Sep 19 13:18:06 PDT 2007


On 19 Sep 2007, at 21:51, Dale Johannesen wrote:
>> will disable multilib (./configure --disable-multilib ...) and try
>> again and post the results
>
> Yeah, that should work.

Indeed it did. llvm-gcc now builds fine. (llvm and llvm-gcc at  
Revision: 42148) haven't run the test-suite or test yet
- need sleep - good night

my configure flags in case anyone wonders:
../llvm/configure --prefix=`pwd`/../local --enable-debug-runtime -- 
disable-optimized
../llvm-gcc-4.0/configure --prefix=`pwd`/../install --enable- 
llvm=`pwd`/../build --with-arch=pentium-m --with-tune=prescott -- 
disable-multilib --with-gxx-include-dir=/usr/include/c++/4.0.0 -- 
build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686- 
apple-darwin8 --enable-checking --enable-languages=c,c++ --program- 
prefix=llvm-

regards



More information about the llvm-dev mailing list