[LLVMdev] llvm-gcc working on linux/amd64

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Sep 13 09:40:31 PDT 2006


With the patchs I send earlier, it is possible to compile llvm-gcc in
a amd64 with

../trunk/configure --enable-llvm=/home/rafael/dev/llvm/build/
--enable-checking --prefix=/home/rafael/dev/llvm/gcc/inst/
--enable-languages=c --disable-threads --disable-shared
--disable-multilib --program-prefix=llvm-

Enabling shared libraries causes the build to fail while linking
libgcc. Apparently llvm-gcc generated code uses text relocations.

Best Regards,
Rafael



More information about the llvm-dev mailing list