------- Comment #7 from wuzhangjin at gmail dot com 2009-11-25 01:23 ------- (In reply to comment #6) > Created an attachment (id=19139) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19139&action=view) [edit] >
I configured and compiled the gcc via the following command: $ /home/falcon/gcc/cross-mipsel/src/gcc/configure --prefix=/home/falcon/gcc/cross-mipsel/target/ --build=i486-cross-linux-gnu --host=i486-cross-linux-gnu --target=mips64el-unknown-linux-gnu --with-local-prefix=/home/falcon/gcc/cross-mipsel/tools/ --disable-nls --disable-shared --with-mpfr=/home/falcon/gcc/cross-mipsel/target/ --with-gmp=/home/falcon/gcc/cross-mipsel/target/ --with-ppl=//home/falcon/gcc/cross-mipsel/target/ --with-cloog=/home/falcon/gcc/cross-mipsel/target/ --without-headers --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap --disable-libssp --disable-threads --with-abi=64 build_alias=i486-cross-linux-gnu host_alias=i486-cross-linux-gnu target_alias=mips64el-unknown-linux-gnu LDFLAGS=-Wl,-rpath,//home/falcon/gcc/cross-mipsel/target//lib AR=ar AS=as --enable-languages=c --no-create --no-recursion $ make all-gcc all-target-libgcc -j8 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42164