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
--disable-multilib --disable-libmudflap
Best Regards,
Rafael
gcc.patch (1.62 KB)