search for: tp28210425p28211668

Displaying 2 results from an estimated 2 matches for "tp28210425p28211668".

2010 Apr 11
0
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
Hello >  ../configure  --target=arm-unknown-linux-gnueabi --program-prefix=arm- > --prefix=/home/kursh/arm --enable-gold --enable-plugins > --with-sysroot=/home/kursh/arms/sys-root It seems you've configured binutils with gold... > /home/kursh/arm/arm-unknown-linux-gnueabi/bin/ranlib ./libgcc_eh.a > /home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc
2010 Apr 11
2
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
i try compile with options: binutils 2.20.1 ../configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix=/home/kursh/arm --enable-gold --enable-plugins --with-sysroot=/home/kursh/arms/sys-root make && make install LLVM: CXXFLAGS="-fPIC" ../configure \ --enable-jit \ --enable-optimized \ --enable-shared\ --enable-pic\ --with-pic\