Displaying 1 result from an estimated 1 matches for "muiltilib".
Did you mean:
imultilib
2010 Apr 11
2
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
...m-
--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\
--disable-muiltilib\
--prefix=/home/kursh/arm \
--target=arm-unknown-linux-gnueabi \
--with-sysroot=/home/kursh/arms/sys-root\
--with-binutils-include=/home/kursh/ctbuild/binutils-2.20.1/include \
--with-llvmgccdir=/home/kursh/ctbuild/llvm-gcc-4.2
make && make install
LLV...