[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
Arnold Schwaighofer
arnold.schwaighofer at gmail.com
Thu Sep 20 02:43:01 PDT 2007
Building multilib works again (at least for me ;). The test report
nigthly had 38 failed cases (grep FAILED! report.nightly.raw.out | wc
-l) which is around the 30something i had a few days ago.
thanks Dale
Revision: 42159
my flags:
../llvm-gcc-4.0/configure --prefix=/Users/arnold/Desktop/testing/
vanilla-gcc-4.0/obj/../install --enable-llvm=/Users/arnold/Desktop/
testing/vanilla-gcc-4.0/obj/../build --with-arch=nocona --with-
tune=generic --with-gxx-include-dir=/usr/include/c++/4.0.0 --
build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686-
apple-darwin8 --enable-checking --program-prefix=llvm- --with-gcc-
version-trigger=/Users/arnold/Desktop/testing/vanilla-gcc-4.0/llvm-
gcc-4.0/gcc/version.c --enable-languages=c,c++
On 19 Sep 2007, at 22:18, Arnold Schwaighofer wrote:
> 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