Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283503 Details for
Bug 367559
sys-devel/crossdev fails to build mips toolchain
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log for `crossdev -t mips64el-unknown-linux-gnu` (no --abis)
config.log (text/plain), 40.23 KB, created by
Matt Turner
on 2011-08-15 21:50:39 UTC
(
hide
)
Description:
config.log for `crossdev -t mips64el-unknown-linux-gnu` (no --abis)
Filename:
MIME Type:
Creator:
Matt Turner
Created:
2011-08-15 21:50:39 UTC
Size:
40.23 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.64. Invocation command line was > > $ /var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --target=mips64el-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --enable-languages=c --disable-shared --with-sysroot=/usr/mips64el-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion=Gentoo 4.6.1-r1 p1.0, pie-0.4.5 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 3.0.0+ >uname -s = Linux >uname -v = #6 SMP Wed Aug 3 18:19:39 EDT 2011 > >/usr/bin/uname -p = Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/alpha-unknown-linux-gnu/gcc-bin/4.5.2 >PATH: /usr/x86_64-pc-linux-gnu/armv5tel-unknown-linux-gnueabi/gcc-bin/4.6.1 >PATH: /usr/x86_64-pc-linux-gnu/mips-softfloat-linux-gnu/gcc-bin/4.5.2 >PATH: /usr/x86_64-pc-linux-gnu/mips64-unknown-linux-gnu/gcc-bin/4.5.3 >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2073: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2228: checking build system type >configure:2242: result: x86_64-pc-linux-gnu >configure:2289: checking host system type >configure:2302: result: x86_64-pc-linux-gnu >configure:2322: checking target system type >configure:2335: result: mips64el-unknown-linux-gnu >configure:2389: checking for a BSD-compatible install >configure:2457: result: /usr/bin/install -c >configure:2468: checking whether ln works >configure:2490: result: yes >configure:2494: checking whether ln -s works >configure:2498: result: yes >configure:2505: checking for a sed that does not truncate output >configure:2569: result: /bin/sed >configure:2578: checking for gawk >configure:2594: found /usr/bin/gawk >configure:2605: result: gawk >configure:3904: checking for x86_64-pc-linux-gnu-gcc >configure:3920: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3931: result: x86_64-pc-linux-gnu-gcc >configure:4200: checking for C compiler version >configure:4209: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.6.1 p1.0, pie-0.4.5) 4.6.1 >Copyright (C) 2011 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4220: $? = 0 >configure:4209: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.1 p1.0, pie-0.4.5' >Thread model: posix >gcc version 4.6.1 (Gentoo 4.6.1 p1.0, pie-0.4.5) >configure:4220: $? = 0 >configure:4209: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4220: $? = 1 >configure:4209: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4220: $? = 1 >configure:4240: checking for C compiler default output file name >configure:4262: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4266: $? = 0 >configure:4303: result: a.out >configure:4319: checking whether the C compiler works >configure:4328: ./a.out >configure:4332: $? = 0 >configure:4347: result: yes >configure:4354: checking whether we are cross compiling >configure:4356: result: no >configure:4359: checking for suffix of executables >configure:4366: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4370: $? = 0 >configure:4392: result: >configure:4398: checking for suffix of object files >configure:4420: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4424: $? = 0 >configure:4445: result: o >configure:4449: checking whether we are using the GNU C compiler >configure:4468: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4468: $? = 0 >configure:4477: result: yes >configure:4486: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4506: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:4506: $? = 0 >configure:4547: result: yes >configure:4564: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4628: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4628: $? = 0 >configure:4641: result: none needed >configure:4675: checking for x86_64-pc-linux-gnu-g++ >configure:4691: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:4702: result: x86_64-pc-linux-gnu-g++ >configure:4773: checking for C++ compiler version >configure:4782: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.6.1 p1.0, pie-0.4.5) 4.6.1 >Copyright (C) 2011 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4793: $? = 0 >configure:4782: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.6.1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.1 p1.0, pie-0.4.5' >Thread model: posix >gcc version 4.6.1 (Gentoo 4.6.1 p1.0, pie-0.4.5) >configure:4793: $? = 0 >configure:4782: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4793: $? = 1 >configure:4782: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4793: $? = 1 >configure:4797: checking whether we are using the GNU C++ compiler >configure:4816: x86_64-pc-linux-gnu-g++ -c conftest.cpp >&5 >configure:4816: $? = 0 >configure:4825: result: yes >configure:4834: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:4854: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:4854: $? = 0 >configure:4895: result: yes >configure:4944: checking for x86_64-pc-linux-gnu-gnatbind >configure:4974: result: no >configure:4984: checking for gnatbind >configure:5014: result: no >configure:5036: checking for x86_64-pc-linux-gnu-gnatmake >configure:5066: result: no >configure:5076: checking for gnatmake >configure:5106: result: no >configure:5125: checking whether compiler driver understands Ada >configure:5148: result: no >configure:5157: checking how to compare bootstrapped objects >configure:5182: result: cmp --ignore-initial=16 $$f1 $$f2 >configure:5198: checking for objdir >configure:5213: result: .libs >configure:5379: checking for the correct version of gmp.h >configure:5399: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5399: $? = 0 >configure:5417: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5417: $? = 0 >configure:5418: result: yes >configure:5434: checking for the correct version of mpfr.h >configure:5452: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5452: $? = 0 >configure:5469: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5469: $? = 0 >configure:5470: result: yes >configure:5487: checking for the correct version of mpc.h >configure:5504: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5504: $? = 0 >configure:5520: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5520: $? = 0 >configure:5521: result: yes >configure:5539: checking for the correct version of the gmp/mpfr/mpc libraries >configure:5570: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpc -lmpfr -lgmp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libmpfr.so.1, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../lib64/libmpc.so, may conflict with libmpfr.so.4 >configure:5570: $? = 0 >configure:5571: result: yes >configure:5755: checking for PWL_handle_timeout in -lpwl >configure:5780: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpwl >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpwl >collect2: ld returned 1 exit status >configure:5780: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char PWL_handle_timeout (); >| int >| main () >| { >| return PWL_handle_timeout (); >| ; >| return 0; >| } >configure:5789: result: no >configure:5948: checking for installed CLooG PPL Legacy >configure:5967: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -I/usr/include/cloog-ppl -DCLOOG_INT_GMP -DCLOOG_ORG -Wl,-O1 -Wl,--as-needed -lppl_c -lppl -lgmpxx conftest.c -lcloog >&5 >configure:5967: $? = 0 >configure:5975: result: PPL Legacy >configure:6113: checking for version 0.15.5 (or later revision) of CLooG >configure:6133: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -I/usr/include/cloog-ppl conftest.c >&5 >configure:6133: $? = 0 >configure:6149: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -I/usr/include/cloog-ppl conftest.c >&5 >configure:6149: $? = 0 >configure:6160: result: yes >configure:7270: checking for default BUILD_CONFIG >configure:7302: result: >configure:7792: checking for bison >configure:7808: found /usr/bin/bison >configure:7819: result: bison -y >configure:7840: checking for bison >configure:7856: found /usr/bin/bison >configure:7867: result: bison >configure:7887: checking for gm4 >configure:7917: result: no >configure:7887: checking for gnum4 >configure:7917: result: no >configure:7887: checking for m4 >configure:7903: found /usr/bin/m4 >configure:7914: result: m4 >configure:7934: checking for flex >configure:7950: found /usr/bin/flex >configure:7961: result: flex >configure:7982: checking for flex >configure:7998: found /usr/bin/flex >configure:8009: result: flex >configure:8029: checking for makeinfo >configure:8045: found /usr/bin/makeinfo >configure:8056: result: makeinfo >configure:8090: checking for expect >configure:8120: result: no >configure:8139: checking for runtest >configure:8169: result: no >configure:8245: checking for x86_64-pc-linux-gnu-ar >configure:8261: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:8272: result: x86_64-pc-linux-gnu-ar >configure:8386: checking for x86_64-pc-linux-gnu-as >configure:8402: found /usr/bin/x86_64-pc-linux-gnu-as >configure:8413: result: x86_64-pc-linux-gnu-as >configure:8527: checking for x86_64-pc-linux-gnu-dlltool >configure:8557: result: no >configure:8566: checking for dlltool >configure:8596: result: no >configure:8626: checking for ld >configure:8653: result: /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld >configure:8668: checking for x86_64-pc-linux-gnu-ld >configure:8695: result: /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld >configure:8809: checking for x86_64-pc-linux-gnu-lipo >configure:8839: result: no >configure:8848: checking for lipo >configure:8878: result: no >configure:8950: checking for x86_64-pc-linux-gnu-nm >configure:8966: found /usr/bin/x86_64-pc-linux-gnu-nm >configure:8977: result: x86_64-pc-linux-gnu-nm >configure:9091: checking for x86_64-pc-linux-gnu-ranlib >configure:9107: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:9118: result: x86_64-pc-linux-gnu-ranlib >configure:9227: checking for x86_64-pc-linux-gnu-strip >configure:9243: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:9254: result: x86_64-pc-linux-gnu-strip >configure:9363: checking for x86_64-pc-linux-gnu-windres >configure:9393: result: no >configure:9402: checking for windres >configure:9432: result: no >configure:9504: checking for x86_64-pc-linux-gnu-windmc >configure:9534: result: no >configure:9543: checking for windmc >configure:9573: result: no >configure:9645: checking for x86_64-pc-linux-gnu-objcopy >configure:9661: found /usr/bin/x86_64-pc-linux-gnu-objcopy >configure:9672: result: x86_64-pc-linux-gnu-objcopy >configure:9786: checking for x86_64-pc-linux-gnu-objdump >configure:9802: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:9813: result: x86_64-pc-linux-gnu-objdump >configure:9966: checking for mips64el-unknown-linux-gnu-cc >configure:9996: result: no >configure:9966: checking for mips64el-unknown-linux-gnu-gcc >configure:9996: result: no >configure:10127: checking for mips64el-unknown-linux-gnu-c++ >configure:10157: result: no >configure:10127: checking for mips64el-unknown-linux-gnu-g++ >configure:10157: result: no >configure:10127: checking for mips64el-unknown-linux-gnu-cxx >configure:10157: result: no >configure:10127: checking for mips64el-unknown-linux-gnu-gxx >configure:10157: result: no >configure:10288: checking for mips64el-unknown-linux-gnu-gcc >configure:10318: result: no >configure:10444: checking for mips64el-unknown-linux-gnu-gcj >configure:10474: result: no >configure:10605: checking for mips64el-unknown-linux-gnu-gfortran >configure:10635: result: no >configure:10766: checking for mips64el-unknown-linux-gnu-gccgo >configure:10796: result: no >configure:10896: checking for ar >configure:10914: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/ar >configure:10926: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/ar >configure:11126: checking for as >configure:11144: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/as >configure:11156: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/as >configure:11356: checking for dlltool >configure:11389: result: no >configure:11467: checking for mips64el-unknown-linux-gnu-dlltool >configure:11497: result: no >configure:11586: checking for ld >configure:11604: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/ld >configure:11616: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/ld >configure:11816: checking for lipo >configure:11849: result: no >configure:11927: checking for mips64el-unknown-linux-gnu-lipo >configure:11957: result: no >configure:12046: checking for nm >configure:12064: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/nm >configure:12076: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/nm >configure:12276: checking for objdump >configure:12294: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/objdump >configure:12306: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/objdump >configure:12506: checking for ranlib >configure:12524: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/ranlib >configure:12536: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/ranlib >configure:12736: checking for strip >configure:12754: found /usr/libexec/gcc/mips64el-unknown-linux-gnu/strip >configure:12766: result: /usr/libexec/gcc/mips64el-unknown-linux-gnu/strip >configure:12966: checking for windres >configure:12999: result: no >configure:13077: checking for mips64el-unknown-linux-gnu-windres >configure:13107: result: no >configure:13196: checking for windmc >configure:13229: result: no >configure:13307: checking for mips64el-unknown-linux-gnu-windmc >configure:13337: result: no >configure:13404: checking where to find the target ar >configure:13432: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:13446: checking where to find the target as >configure:13474: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:13488: checking where to find the target cc >configure:13511: result: just compiled >configure:13530: checking where to find the target c++ >configure:13570: result: pre-installed >configure:13575: checking where to find the target c++ for libstdc++ >configure:13615: result: pre-installed >configure:13620: checking where to find the target dlltool >configure:13657: result: pre-installed >configure:13662: checking where to find the target gcc >configure:13685: result: just compiled >configure:13704: checking where to find the target gcj >configure:13744: result: pre-installed >configure:13749: checking where to find the target gfortran >configure:13789: result: pre-installed >configure:13794: checking where to find the target gccgo >configure:13834: result: pre-installed >configure:13839: checking where to find the target ld >configure:13867: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:13881: checking where to find the target lipo >configure:13907: result: pre-installed >configure:13912: checking where to find the target nm >configure:13940: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:13954: checking where to find the target objdump >configure:13982: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:13996: checking where to find the target ranlib >configure:14024: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:14038: checking where to find the target strip >configure:14066: result: pre-installed in /usr/libexec/gcc/mips64el-unknown-linux-gnu >configure:14080: checking where to find the target windres >configure:14117: result: pre-installed >configure:14122: checking where to find the target windmc >configure:14159: result: pre-installed >configure:14192: checking whether to enable maintainer-specific portions of Makefiles >configure:14201: result: no >configure:14237: checking whether -fkeep-inline-functions is supported >configure:14256: x86_64-pc-linux-gnu-gcc -c -O2 -pipe -fkeep-inline-functions conftest.c >&5 >configure:14256: $? = 0 >configure:14257: result: yes >configure:14454: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by config.status, which was >generated by GNU Autoconf 2.64. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on localhost > >config.status:972: creating Makefile > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_AR_FOR_TARGET_set= >ac_cv_env_AR_FOR_TARGET_value= >ac_cv_env_AR_set= >ac_cv_env_AR_value= >ac_cv_env_AS_FOR_TARGET_set= >ac_cv_env_AS_FOR_TARGET_value= >ac_cv_env_AS_set= >ac_cv_env_AS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_FOR_TARGET_set= >ac_cv_env_CC_FOR_TARGET_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value= >ac_cv_env_CXX_FOR_TARGET_set= >ac_cv_env_CXX_FOR_TARGET_value= >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_DLLTOOL_FOR_TARGET_set= >ac_cv_env_DLLTOOL_FOR_TARGET_value= >ac_cv_env_DLLTOOL_set= >ac_cv_env_DLLTOOL_value= >ac_cv_env_GCC_FOR_TARGET_set= >ac_cv_env_GCC_FOR_TARGET_value= >ac_cv_env_GCJ_FOR_TARGET_set= >ac_cv_env_GCJ_FOR_TARGET_value= >ac_cv_env_GFORTRAN_FOR_TARGET_set= >ac_cv_env_GFORTRAN_FOR_TARGET_value= >ac_cv_env_GOC_FOR_TARGET_set= >ac_cv_env_GOC_FOR_TARGET_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LD_FOR_TARGET_set= >ac_cv_env_LD_FOR_TARGET_value= >ac_cv_env_LD_set= >ac_cv_env_LD_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIPO_FOR_TARGET_set= >ac_cv_env_LIPO_FOR_TARGET_value= >ac_cv_env_LIPO_set= >ac_cv_env_LIPO_value= >ac_cv_env_NM_FOR_TARGET_set= >ac_cv_env_NM_FOR_TARGET_value= >ac_cv_env_NM_set= >ac_cv_env_NM_value= >ac_cv_env_OBJCOPY_set= >ac_cv_env_OBJCOPY_value= >ac_cv_env_OBJDUMP_FOR_TARGET_set= >ac_cv_env_OBJDUMP_FOR_TARGET_value= >ac_cv_env_OBJDUMP_set= >ac_cv_env_OBJDUMP_value= >ac_cv_env_RANLIB_FOR_TARGET_set= >ac_cv_env_RANLIB_FOR_TARGET_value= >ac_cv_env_RANLIB_set= >ac_cv_env_RANLIB_value= >ac_cv_env_STRIP_FOR_TARGET_set= >ac_cv_env_STRIP_FOR_TARGET_value= >ac_cv_env_STRIP_set= >ac_cv_env_STRIP_value= >ac_cv_env_WINDMC_FOR_TARGET_set= >ac_cv_env_WINDMC_FOR_TARGET_value= >ac_cv_env_WINDMC_set= >ac_cv_env_WINDMC_value= >ac_cv_env_WINDRES_FOR_TARGET_set= >ac_cv_env_WINDRES_FOR_TARGET_value= >ac_cv_env_WINDRES_set= >ac_cv_env_WINDRES_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_build_configargs_set= >ac_cv_env_build_configargs_value= >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_configargs_set= >ac_cv_env_host_configargs_value= >ac_cv_env_target_alias_set=set >ac_cv_env_target_alias_value=mips64el-unknown-linux-gnu >ac_cv_env_target_configargs_set= >ac_cv_env_target_configargs_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_header_pwd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_pwl_PWL_handle_timeout=no >ac_cv_objext=o >ac_cv_path_AR_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/ar >ac_cv_path_AS_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/as >ac_cv_path_LD_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/ld >ac_cv_path_NM_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/nm >ac_cv_path_OBJDUMP_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/objdump >ac_cv_path_RANLIB_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/ranlib >ac_cv_path_SED=/bin/sed >ac_cv_path_STRIP_FOR_TARGET=/usr/libexec/gcc/mips64el-unknown-linux-gnu/strip >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AS=x86_64-pc-linux-gnu-as >ac_cv_prog_AWK=gawk >ac_cv_prog_BISON=bison >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_FLEX=flex >ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld >ac_cv_prog_LEX=flex >ac_cv_prog_M4=m4 >ac_cv_prog_MAKEINFO=makeinfo >ac_cv_prog_NM=x86_64-pc-linux-gnu-nm >ac_cv_prog_OBJCOPY=x86_64-pc-linux-gnu-objcopy >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_target=mips64el-unknown-linux-gnu >acx_cv_cc_gcc_supports_ada=no >acx_cv_prog_LN=ln >fu_cv_sys_stat_statvfs=yes >gcc_cv_cloog_ct_0_15_5=yes >gcc_cv_cloog_type='PPL Legacy' >gcc_cv_libc_provides_ssp=yes >gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' >gcc_cv_tool_dirs=/usr/libexec/gcc/mips64el-unknown-linux-gnu/4.6.1:/usr/libexec/gcc/mips64el-unknown-linux-gnu:/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1:/usr/lib/gcc/mips64el-unknown-linux-gnu:/usr/mips64el-unknown-linux-gnu/bin/mips64el-unknown-linux-gnu/4.6.1:/usr/mips64el-unknown-linux-gnu/bin: >gcc_cv_tool_prefix=/usr >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lt_cv_objdir=.libs >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='x86_64-pc-linux-gnu-ar' >AR_FOR_BUILD='$(AR)' >AR_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/ar' >AS='x86_64-pc-linux-gnu-as' >AS_FOR_BUILD='$(AS)' >AS_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/as' >AWK='gawk' >BISON='bison' >BUILD_CONFIG='' >CC='x86_64-pc-linux-gnu-gcc' >CC_FOR_BUILD='$(CC)' >CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' >CFLAGS='-O2 -pipe' >CFLAGS_FOR_BUILD='-O2 -pipe' >CFLAGS_FOR_TARGET='-g -O2 -pipe' >COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as' >COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld' >COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm' >CONFIGURE_GDB_TK='' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXFLAGS='' >CXXFLAGS_FOR_BUILD='' >CXXFLAGS_FOR_TARGET='-g ' >CXX_FOR_BUILD='$(CXX)' >CXX_FOR_TARGET='mips64el-unknown-linux-gnu-c++' >DEBUG_PREFIX_CFLAGS_FOR_TARGET='' >DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"' >DLLTOOL='dlltool' >DLLTOOL_FOR_BUILD='$(DLLTOOL)' >DLLTOOL_FOR_TARGET='mips64el-unknown-linux-gnu-dlltool' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EXEEXT='' >EXPECT='expect' >FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include' >FLEX='flex' >GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' >GCC_SHLIB_SUBDIR='' >GCJ_FOR_BUILD='$(GCJ)' >GCJ_FOR_TARGET='mips64el-unknown-linux-gnu-gcj' >GDB_TK='' >GFORTRAN_FOR_BUILD='$(GFORTRAN)' >GFORTRAN_FOR_TARGET='mips64el-unknown-linux-gnu-gfortran' >GNATBIND='no' >GNATMAKE='no' >GOC_FOR_BUILD='$(GOC)' >GOC_FOR_TARGET='mips64el-unknown-linux-gnu-gccgo' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_GDB_TK='' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >LD='/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDFLAGS_FOR_BUILD='-Wl,-O1 -Wl,--as-needed' >LD_FOR_BUILD='$(LD)' >LD_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/ld' >LEX='flex' >LIBOBJS='' >LIBS='' >LIPO='lipo' >LIPO_FOR_TARGET='mips64el-unknown-linux-gnu-lipo' >LN='ln' >LN_S='ln -s' >LTLIBOBJS='' >M4='m4' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='makeinfo' >NM='x86_64-pc-linux-gnu-nm' >NM_FOR_BUILD='$(NM)' >NM_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/nm' >OBJCOPY='x86_64-pc-linux-gnu-objcopy' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJDUMP_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/objdump' >OBJEXT='o' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >RANLIB='x86_64-pc-linux-gnu-ranlib' >RANLIB_FOR_BUILD='$(RANLIB)' >RANLIB_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/ranlib' >RAW_CXX_FOR_TARGET='mips64el-unknown-linux-gnu-c++' >RPATH_ENVVAR='LD_LIBRARY_PATH' >RUNTEST='runtest' >SED='/bin/sed' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >STRIP_FOR_TARGET='/usr/libexec/gcc/mips64el-unknown-linux-gnu/strip' >SYSROOT_CFLAGS_FOR_TARGET='' >TOPLEVEL_CONFIGURE_ARGUMENTS='/var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/gcc-4.6.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1 --includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include --datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1 --mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man --infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info --with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4 --host=x86_64-pc-linux-gnu --target=mips64el-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python --enable-checking=release --disable-libgcj --enable-languages=c --disable-shared --with-sysroot=/usr/mips64el-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='\''Gentoo 4.6.1-r1 p1.0, pie-0.4.5'\''' >WINDMC='windmc' >WINDMC_FOR_BUILD='$(WINDMC)' >WINDMC_FOR_TARGET='mips64el-unknown-linux-gnu-windmc' >WINDRES='windres' >WINDRES_FOR_BUILD='$(WINDRES)' >WINDRES_FOR_TARGET='mips64el-unknown-linux-gnu-windres' >YACC='bison -y' >ac_ct_CC='' >ac_ct_CXX='' >bindir='/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_configargs=' --cache-file=../config.cache '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1'\'' '\''--includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include'\'' '\''--datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1'\'' '\''--mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man'\'' '\''--infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--with-ppl'\'' '\''--with-cloog'\'' '\''--disable-ppl-version-check'\'' '\''--with-cloog-include=/usr/include/cloog-ppl'\'' '\''--enable-lto'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--with-system-zlib'\'' '\''--disable-werror'\'' '\''--enable-secureplt'\'' '\''--disable-multilib'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--enable-cld'\'' '\''--with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python'\'' '\''--enable-checking=release'\'' '\''--disable-libgcj'\'' '\''--disable-shared'\'' '\''--with-sysroot=/usr/mips64el-unknown-linux-gnu'\'' '\''--disable-bootstrap'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--with-bugurl=http://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.6.1-r1 p1.0, pie-0.4.5'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&mips64el-unknown-linux-gnu-&'\'' --disable-option-checking' >build_configdirs=' libiberty fixincludes' >build_cpu='x86_64' >build_libsubdir='build-x86_64-pc-linux-gnu' >build_noncanonical='x86_64-pc-linux-gnu' >build_os='linux-gnu' >build_subdir='build-x86_64-pc-linux-gnu' >build_tooldir='${exec_prefix}/mips64el-unknown-linux-gnu' >build_vendor='pc' >clooginc='-I/usr/include/cloog-ppl' >clooglibs=' -lcloog' >compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' >config_shell='/bin/sh' >configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc lto-plugin' >datadir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1' >datarootdir='${prefix}/share' >do_compare='cmp --ignore-initial=16 $$f1 $$f2' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >enable_esp='' >exec_prefix='${prefix}' >extra_host_libiberty_configure_flags='--enable-shared' >extra_mpc_gmp_configure_flags='' >extra_mpc_mpfr_configure_flags='' >extra_mpfr_configure_flags='' >gmpinc='' >gmplibs='-lmpc -lmpfr -lgmp' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_configargs=' --cache-file=./config.cache --with-system-zlib --with-stabs '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1'\'' '\''--includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include'\'' '\''--datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1'\'' '\''--mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man'\'' '\''--infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--with-ppl'\'' '\''--with-cloog'\'' '\''--disable-ppl-version-check'\'' '\''--with-cloog-include=/usr/include/cloog-ppl'\'' '\''--enable-lto'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--with-system-zlib'\'' '\''--disable-werror'\'' '\''--enable-secureplt'\'' '\''--disable-multilib'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--enable-cld'\'' '\''--with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python'\'' '\''--enable-checking=release'\'' '\''--disable-libgcj'\'' '\''--disable-shared'\'' '\''--with-sysroot=/usr/mips64el-unknown-linux-gnu'\'' '\''--disable-bootstrap'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--with-bugurl=http://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.6.1-r1 p1.0, pie-0.4.5'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&mips64el-unknown-linux-gnu-&'\'' --disable-option-checking' >host_cpu='x86_64' >host_noncanonical='x86_64-pc-linux-gnu' >host_os='linux-gnu' >host_subdir='.' >host_vendor='pc' >htmldir='${docdir}' >includedir='/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include' >infodir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >poststage1_ldflags='-static-libstdc++ -static-libgcc' >poststage1_libs='' >pplinc='' >ppllibs=' -lppl_c -lppl -lgmpxx' >prefix='/usr' >program_transform_name='s&^&mips64el-unknown-linux-gnu-&' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >stage1_cflags='-g -fkeep-inline-functions' >stage1_checking='--enable-checking=release,types' >stage1_languages='c,lto' >stage1_ldflags='' >stage1_libs='' >stage2_werror_flag='' >sysconfdir='${prefix}/etc' >target='mips64el-unknown-linux-gnu' >target_alias='mips64el-unknown-linux-gnu' >target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/mips64el-unknown-linux-gnu/gcc-bin/4.6.1'\'' '\''--includedir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include'\'' '\''--datadir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1'\'' '\''--mandir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/man'\'' '\''--infodir=/usr/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/mips64el-unknown-linux-gnu/4.6.1/include/g++-v4'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-ppl-version-check'\'' '\''--enable-lto'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--with-system-zlib'\'' '\''--disable-werror'\'' '\''--enable-secureplt'\'' '\''--disable-multilib'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libgomp'\'' '\''--enable-cld'\'' '\''--with-python-dir=/share/gcc-data/mips64el-unknown-linux-gnu/4.6.1/python'\'' '\''--enable-checking=release'\'' '\''--disable-libgcj'\'' '\''--disable-shared'\'' '\''--with-sysroot=/usr/mips64el-unknown-linux-gnu'\'' '\''--disable-bootstrap'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-clocale=gnu'\'' '\''--with-bugurl=http://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.6.1-r1 p1.0, pie-0.4.5'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&mips64el-unknown-linux-gnu-&'\'' --disable-option-checking' >target_configdirs=' libgcc libiberty libquadmath' >target_cpu='mips64el' >target_noncanonical='mips64el-unknown-linux-gnu' >target_os='linux-gnu' >target_subdir='mips64el-unknown-linux-gnu' >target_vendor='unknown' >tooldir='${exec_prefix}/mips64el-unknown-linux-gnu' > >## ------------------- ## >## File substitutions. ## >## ------------------- ## > >alphaieee_frag='/dev/null' >host_makefile_frag='/dev/null' >ospace_frag='/dev/null' >serialization_dependencies='serdep.tmp' >target_makefile_frag='/var/tmp/portage/cross-mips64el-unknown-linux-gnu/gcc-4.6.1-r1/work/gcc-4.6.1/config/mt-mips-gnu' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define LT_OBJDIR ".libs/" > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 367559
:
283477
|
283501
| 283503