cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

LLVM-GCC Fails to Compile on Leopard With Workaround #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make LLVM_VERSION_INFO=2.0-svn-iphone-dev-0.3-svn

What do you see instead?

../../../llvm-gcc-4.0-iphone/gcc/config/arm/lib1funcs.asm:670:garbage
following instruction -- `bls 11f'
../../../llvm-gcc-4.0-iphone/gcc/config/arm/lib1funcs.asm:672:garbage
following instruction -- `beq 12f'
make[2]: *** [libgcc/./_udivsi3_s.o] Error 1
make[1]: *** [stmp-multilib] Error 2
make: *** [all-gcc] Error 2

What version of the product are you using? On what operating system?
Most recent SVN version on OS X 10.5.4, with the workaround in the building
how-to applied.

Original issue reported on code.google.com by pancakeg...@gmail.com on 20 Aug 2008 at 9:24