Displaying 1 result from an estimated 1 matches for "fpabi".
Did you mean:
fabi
2006 Oct 20
0
[LLVMdev] gcc cross compiler for arm works :-)
I have just succeeded in compiling an AMD64->ARM cross compiler with
LLVM enabled :-)
I used the attached hack in llvm-gcc4 to change the default fpabi and
pass -meabi=4 to the assembler.
The configure line was:
../trunk/configure --enable-llvm=/home/rafael/dev/llvm/build/
--enable-checking --disable-shared --disable-threads
--enable-languages=c --target=arm-none-linux-gnueabi
--prefix=/home/rafael/dev/llvm/gcc/inst-arm/ --with-fpu=vfp
--disabl...