|
发表于 2014-10-13 15:41:55
|
显示全部楼层
回复 1# tyxuanyuanlx
下面是mips-sde-elf-gcc -v执行返回
- [black@localhost Desktop]$ mips-sde-elf-gcc -v
- Using built-in specs.
- COLLECT_GCC=mips-sde-elf-gcc
- COLLECT_LTO_WRAPPER=/home/black/CodeSourcery/Sourcery_CodeBench_Lite_for_MIPS_ELF/bin/../libexec/gcc/mips-sde-elf/4.7.3/lto-wrapper
- Target: mips-sde-elf
- Configured with: /scratch/cmoore/2013.05-mips-elf/src/gcc-4.7-2013.05/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=mips-sde-elf --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --with-arch-32=mips32r2 --with-arch-64=mips64r2 --enable-sgxx-sde-multilibs --disable-threads --with-gnu-as --with-gnu-ld --with-specs='%{save-temps: -fverbose-asm} -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5 -D__CS_SOURCERYGXX_REV__=65 %{O2:%{!fno-remove-local-statics: -fremove-local-statics}} %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics: -fremove-local-statics}}}' --enable-languages=c,c++ --disable-shared --enable-lto --with-newlib --with-pkgversion='Sourcery CodeBench Lite 2013.05-65' --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-headers=yes --with-sysroot=/opt/codesourcery/mips-sde-elf --with-build-sysroot=/scratch/cmoore/2013.05-mips-elf/install/mips-sde-elf --with-gmp=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --with-mpfr=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --with-mpc=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --with-ppl=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-cloog=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --with-libelf=/scratch/cmoore/2013.05-mips-elf/obj/pkg-2013.05-65-mips-sde-elf/mips-2013.05-65-mips-sde-elf.extras/host-libs-i686-pc-linux-gnu/usr --disable-libgomp --disable-libitm --enable-poison-system-directories --with-python-dir=mips-sde-elf/share/gdb/python --with-build-time-tools=/scratch/cmoore/2013.05-mips-elf/install/mips-sde-elf/bin --with-build-time-tools=/scratch/cmoore/2013.05-mips-elf/install/mips-sde-elf/bin SED=sed
- Thread model: single
- gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-65)
复制代码 |
|