Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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-avr/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --target=avr --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/avr/4.9.3/include --datadir=/usr/share/gcc-data/avr/4.9.3 --mandir=/usr/share/gcc-data/avr/4.9.3/man --infodir=/usr/share/gcc-data/avr/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/avr/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion=Gentoo 4.9.3 --enable-libstdcxx-time --enable-poison-system-directories --enable-shared --disable-threads --disable-bootstrap --enable-multilib --disable-altivec --disable-fixed-point --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = localhost
- uname -m = x86_64
- uname -r = 4.2.4-gentoo
- uname -s = Linux
- uname -v = #1 SMP PREEMPT Sun Oct 25 15:05:40 MSK 2015
- /usr/bin/uname -p = Intel(R) Pentium(R) CPU 3550M @ 2.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/lib/portage/python3.4/ebuild-helpers/xattr
- PATH: /usr/lib/portage/python3.4/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/gcc-bin/5.2.0
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2167: loading site script /usr/share/config.site
- | #!/bin/sh
- | # Copyright 2009-2014 Gentoo Foundation
- | # Distributed under the terms of the GNU General Public License v2
- |
- | TOPDIR=/usr/share/crossdev/include/site
- |
- | config_site_arch() {
- | local host="${CHOST%%-*}"
- |
- | case ${host} in
- | arm*b*) host=armeb ;;
- | arm*) host=arm ;;
- | mips*l*) host=mipsel ;;
- | mips*) host=mips ;;
- | esac
- |
- | echo "${host}"
- | }
- |
- | config_site_names() {
- | local site_arch="$(config_site_arch)"
- | local sites=""
- | local x
- |
- | case ${CHOST} in
- | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
- | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
- | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
- | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
- | esac
- |
- | for x in ${sites} ${CHOST}; do
- | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
- | done
- | }
- |
- | # Only kick in for cross-compiles so we don't break native builds #427184
- | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
- | sites="$(config_site_names)"
- | if [ -n "${sites}" ] ; then
- | for site in ${sites}; do
- | echo "${0##*/}: loading site script ${site}"
- | . "${site}"
- | done
- | fi
- | unset site sites
- | fi
- configure:2322: checking build system type
- configure:2336: result: x86_64-pc-linux-gnu
- configure:2383: checking host system type
- configure:2396: result: x86_64-pc-linux-gnu
- configure:2416: checking target system type
- configure:2429: result: avr-unknown-none
- configure:2483: checking for a BSD-compatible install
- configure:2551: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
- configure:2562: checking whether ln works
- configure:2584: result: yes
- configure:2588: checking whether ln -s works
- configure:2592: result: yes
- configure:2599: checking for a sed that does not truncate output
- configure:2663: result: /bin/sed
- configure:2672: checking for gawk
- configure:2688: found /usr/bin/gawk
- configure:2699: result: gawk
- configure:3154: checking for libatomic support
- configure:3160: result: no
- configure:3192: checking for libitm support
- configure:3198: result: no
- configure:3230: checking for libvtv support
- configure:3236: result: no
- configure:3933: checking for x86_64-pc-linux-gnu-gcc
- configure:3949: found /usr/bin/x86_64-pc-linux-gnu-gcc
- configure:3960: result: x86_64-pc-linux-gnu-gcc
- configure:4229: checking for C compiler version
- configure:4238: x86_64-pc-linux-gnu-gcc --version >&5
- x86_64-pc-linux-gnu-gcc (Gentoo 5.2.0 p1.2, pie-0.6.4) 5.2.0
- Copyright (C) 2015 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:4249: $? = 0
- configure:4238: x86_64-pc-linux-gnu-gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0/x86_64-pc-linux-gnu-gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-5.2.0/work/gcc-5.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.2.0 p1.2, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-isl --enable-libsanitizer
- Thread model: posix
- gcc version 5.2.0 (Gentoo 5.2.0 p1.2, pie-0.6.4)
- configure:4249: $? = 0
- configure:4238: x86_64-pc-linux-gnu-gcc -V >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:4249: $? = 1
- configure:4238: x86_64-pc-linux-gnu-gcc -qversion >&5
- x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'
- x86_64-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:4249: $? = 1
- configure:4269: checking for C compiler default output file name
- configure:4291: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4295: $? = 0
- configure:4332: result: a.out
- configure:4348: checking whether the C compiler works
- configure:4357: ./a.out
- configure:4361: $? = 0
- configure:4376: result: yes
- configure:4383: checking whether we are cross compiling
- configure:4385: result: no
- configure:4388: checking for suffix of executables
- configure:4395: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4399: $? = 0
- configure:4421: result:
- configure:4427: checking for suffix of object files
- configure:4449: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:4453: $? = 0
- configure:4474: result: o
- configure:4478: checking whether we are using the GNU C compiler
- configure:4497: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:4497: $? = 0
- configure:4506: result: yes
- configure:4515: checking whether x86_64-pc-linux-gnu-gcc accepts -g
- configure:4535: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
- configure:4535: $? = 0
- configure:4576: result: yes
- configure:4593: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
- configure:4657: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:4657: $? = 0
- configure:4670: result: none needed
- configure:4704: checking for x86_64-pc-linux-gnu-g++
- configure:4720: found /usr/bin/x86_64-pc-linux-gnu-g++
- configure:4731: result: x86_64-pc-linux-gnu-g++
- configure:4802: checking for C++ compiler version
- configure:4811: x86_64-pc-linux-gnu-g++ --version >&5
- x86_64-pc-linux-gnu-g++ (Gentoo 5.2.0 p1.2, pie-0.6.4) 5.2.0
- Copyright (C) 2015 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:4822: $? = 0
- configure:4811: x86_64-pc-linux-gnu-g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0/x86_64-pc-linux-gnu-g++
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.2.0/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-5.2.0/work/gcc-5.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.2.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.2.0 p1.2, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-isl --enable-libsanitizer
- Thread model: posix
- gcc version 5.2.0 (Gentoo 5.2.0 p1.2, pie-0.6.4)
- configure:4822: $? = 0
- configure:4811: x86_64-pc-linux-gnu-g++ -V >&5
- x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
- x86_64-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:4822: $? = 1
- configure:4811: x86_64-pc-linux-gnu-g++ -qversion >&5
- x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'
- x86_64-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:4822: $? = 1
- configure:4826: checking whether we are using the GNU C++ compiler
- configure:4845: x86_64-pc-linux-gnu-g++ -c conftest.cpp >&5
- configure:4845: $? = 0
- configure:4854: result: yes
- configure:4863: checking whether x86_64-pc-linux-gnu-g++ accepts -g
- configure:4883: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
- configure:4883: $? = 0
- configure:4924: result: yes
- configure:4973: checking whether g++ accepts -static-libstdc++ -static-libgcc
- configure:4990: x86_64-pc-linux-gnu-g++ -o conftest -Wl,-O1 -Wl,--as-needed -static-libstdc++ -static-libgcc conftest.cpp >&5
- configure:4990: $? = 0
- configure:4991: result: yes
- configure:5015: checking for x86_64-pc-linux-gnu-gnatbind
- configure:5045: result: no
- configure:5055: checking for gnatbind
- configure:5085: result: no
- configure:5107: checking for x86_64-pc-linux-gnu-gnatmake
- configure:5137: result: no
- configure:5147: checking for gnatmake
- configure:5177: result: no
- configure:5196: checking whether compiler driver understands Ada
- configure:5219: result: no
- configure:5228: checking how to compare bootstrapped objects
- configure:5253: result: cmp --ignore-initial=16 $$f1 $$f2
- configure:5307: checking for objdir
- configure:5322: result: .libs
- configure:5496: checking for the correct version of gmp.h
- configure:5516: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5516: $? = 0
- configure:5534: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5534: $? = 0
- configure:5535: result: yes
- configure:5551: checking for the correct version of mpfr.h
- configure:5569: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5569: $? = 0
- configure:5586: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5586: $? = 0
- configure:5587: result: yes
- configure:5604: checking for the correct version of mpc.h
- configure:5621: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5621: $? = 0
- configure:5637: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
- configure:5637: $? = 0
- configure:5638: result: yes
- configure:5656: checking for the correct version of the gmp/mpfr/mpc libraries
- configure:5687: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpc -lmpfr -lgmp >&5
- configure:5687: $? = 0
- configure:5688: result: yes
- configure:7161: checking for default BUILD_CONFIG
- configure:7193: result:
- configure:7198: checking for --enable-vtable-verify
- configure:7211: result: no
- configure:7800: checking for bison
- configure:7816: found /usr/bin/bison
- configure:7827: result: bison -y
- configure:7847: checking for bison
- configure:7863: found /usr/bin/bison
- configure:7874: result: bison
- configure:7894: checking for gm4
- configure:7924: result: no
- configure:7894: checking for gnum4
- configure:7924: result: no
- configure:7894: checking for m4
- configure:7910: found /usr/bin/m4
- configure:7921: result: m4
- configure:7941: checking for flex
- configure:7957: found /usr/bin/flex
- configure:7968: result: flex
- configure:7989: checking for flex
- configure:8005: found /usr/bin/flex
- configure:8016: result: flex
- configure:8036: checking for makeinfo
- configure:8052: found /usr/bin/makeinfo
- configure:8063: result: makeinfo
- configure:8097: checking for expect
- configure:8127: result: no
- configure:8146: checking for runtest
- configure:8176: result: no
- configure:8252: checking for x86_64-pc-linux-gnu-ar
- configure:8268: found /usr/bin/x86_64-pc-linux-gnu-ar
- configure:8279: result: x86_64-pc-linux-gnu-ar
- configure:8393: checking for x86_64-pc-linux-gnu-as
- configure:8409: found /usr/bin/x86_64-pc-linux-gnu-as
- configure:8420: result: x86_64-pc-linux-gnu-as
- configure:8534: checking for x86_64-pc-linux-gnu-dlltool
- configure:8564: result: no
- configure:8573: checking for dlltool
- configure:8603: result: no
- configure:8633: checking for ld
- configure:8660: result: /usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
- configure:8675: checking for x86_64-pc-linux-gnu-ld
- configure:8702: result: /usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld
- configure:8816: checking for x86_64-pc-linux-gnu-lipo
- configure:8846: result: no
- configure:8855: checking for lipo
- configure:8885: result: no
- configure:8957: checking for x86_64-pc-linux-gnu-nm
- configure:8973: found /usr/bin/x86_64-pc-linux-gnu-nm
- configure:8984: result: x86_64-pc-linux-gnu-nm
- configure:9098: checking for x86_64-pc-linux-gnu-ranlib
- configure:9114: found /usr/bin/x86_64-pc-linux-gnu-ranlib
- configure:9125: result: x86_64-pc-linux-gnu-ranlib
- configure:9234: checking for x86_64-pc-linux-gnu-strip
- configure:9250: found /usr/bin/x86_64-pc-linux-gnu-strip
- configure:9261: result: x86_64-pc-linux-gnu-strip
- configure:9370: checking for x86_64-pc-linux-gnu-windres
- configure:9400: result: no
- configure:9409: checking for windres
- configure:9439: result: no
- configure:9511: checking for x86_64-pc-linux-gnu-windmc
- configure:9541: result: no
- configure:9550: checking for windmc
- configure:9580: result: no
- configure:9652: checking for x86_64-pc-linux-gnu-objcopy
- configure:9668: found /usr/bin/x86_64-pc-linux-gnu-objcopy
- configure:9679: result: x86_64-pc-linux-gnu-objcopy
- configure:9793: checking for x86_64-pc-linux-gnu-objdump
- configure:9809: found /usr/bin/x86_64-pc-linux-gnu-objdump
- configure:9820: result: x86_64-pc-linux-gnu-objdump
- configure:9934: checking for x86_64-pc-linux-gnu-readelf
- configure:9950: found /usr/bin/x86_64-pc-linux-gnu-readelf
- configure:9961: result: x86_64-pc-linux-gnu-readelf
- configure:10114: checking for avr-cc
- configure:10144: result: no
- configure:10114: checking for avr-gcc
- configure:10144: result: no
- configure:10275: checking for avr-c++
- configure:10305: result: no
- configure:10275: checking for avr-g++
- configure:10305: result: no
- configure:10275: checking for avr-cxx
- configure:10305: result: no
- configure:10275: checking for avr-gxx
- configure:10305: result: no
- configure:10436: checking for avr-gcc
- configure:10466: result: no
- configure:10592: checking for avr-gcj
- configure:10622: result: no
- configure:10753: checking for avr-gfortran
- configure:10783: result: no
- configure:10914: checking for avr-gccgo
- configure:10944: result: no
- configure:11044: checking for ar
- configure:11074: result: /usr/bin/avr-ar
- configure:11274: checking for as
- configure:11304: result: /usr/bin/avr-as
- configure:11504: checking for dlltool
- configure:11522: found /usr/libexec/gcc/avr/dlltool
- configure:11534: result: /usr/libexec/gcc/avr/dlltool
- configure:11734: checking for ld
- configure:11764: result: /usr/bin/avr-ld
- configure:11964: checking for lipo
- configure:11997: result: no
- configure:12075: checking for avr-lipo
- configure:12105: result: no
- configure:12194: checking for nm
- configure:12224: result: /usr/bin/avr-nm
- configure:12424: checking for objdump
- configure:12454: result: /usr/bin/avr-objdump
- configure:12654: checking for ranlib
- configure:12684: result: /usr/bin/avr-ranlib
- configure:12884: checking for readelf
- configure:12914: result: /usr/bin/avr-readelf
- configure:13114: checking for strip
- configure:13144: result: /usr/bin/avr-strip
- configure:13344: checking for windres
- configure:13362: found /usr/libexec/gcc/avr/windres
- configure:13374: result: /usr/libexec/gcc/avr/windres
- configure:13574: checking for windmc
- configure:13592: found /usr/libexec/gcc/avr/windmc
- configure:13604: result: /usr/libexec/gcc/avr/windmc
- configure:13782: checking where to find the target ar
- configure:13810: result: pre-installed in /usr/bin
- configure:13824: checking where to find the target as
- configure:13852: result: pre-installed in /usr/bin
- configure:13866: checking where to find the target cc
- configure:13889: result: just compiled
- configure:13908: checking where to find the target c++
- configure:13934: result: just compiled
- configure:13953: checking where to find the target c++ for libstdc++
- configure:13979: result: just compiled
- configure:13998: checking where to find the target dlltool
- configure:14026: result: pre-installed in /usr/libexec/gcc/avr
- configure:14040: checking where to find the target gcc
- configure:14063: result: just compiled
- configure:14082: checking where to find the target gcj
- configure:14122: result: pre-installed
- configure:14127: checking where to find the target gfortran
- configure:14167: result: pre-installed
- configure:14172: checking where to find the target gccgo
- configure:14212: result: pre-installed
- configure:14217: checking where to find the target ld
- configure:14245: result: pre-installed in /usr/bin
- configure:14259: checking where to find the target lipo
- configure:14285: result: pre-installed
- configure:14290: checking where to find the target nm
- configure:14318: result: pre-installed in /usr/bin
- configure:14332: checking where to find the target objdump
- configure:14360: result: pre-installed in /usr/bin
- configure:14374: checking where to find the target ranlib
- configure:14402: result: pre-installed in /usr/bin
- configure:14416: checking where to find the target readelf
- configure:14444: result: pre-installed in /usr/bin
- configure:14458: checking where to find the target strip
- configure:14486: result: pre-installed in /usr/bin
- configure:14500: checking where to find the target windres
- configure:14528: result: pre-installed in /usr/libexec/gcc/avr
- configure:14542: checking where to find the target windmc
- configure:14570: result: pre-installed in /usr/libexec/gcc/avr
- configure:14612: checking whether to enable maintainer-specific portions of Makefiles
- configure:14621: result: no
- configure:14842: 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:969: 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=set
- ac_cv_env_AR_FOR_TARGET_value=/usr/bin/avr-ar
- ac_cv_env_AR_set=
- ac_cv_env_AR_value=
- ac_cv_env_AS_FOR_TARGET_set=set
- ac_cv_env_AS_FOR_TARGET_value=/usr/bin/avr-as
- 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=set
- ac_cv_env_LD_FOR_TARGET_value=/usr/bin/avr-ld
- 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=set
- ac_cv_env_NM_FOR_TARGET_value=/usr/bin/avr-nm
- 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=set
- ac_cv_env_OBJDUMP_FOR_TARGET_value=/usr/bin/avr-objdump
- ac_cv_env_OBJDUMP_set=
- ac_cv_env_OBJDUMP_value=
- ac_cv_env_RANLIB_FOR_TARGET_set=set
- ac_cv_env_RANLIB_FOR_TARGET_value=/usr/bin/avr-ranlib
- ac_cv_env_RANLIB_set=
- ac_cv_env_RANLIB_value=
- ac_cv_env_READELF_FOR_TARGET_set=set
- ac_cv_env_READELF_FOR_TARGET_value=/usr/bin/avr-readelf
- ac_cv_env_READELF_set=
- ac_cv_env_READELF_value=
- ac_cv_env_STRIP_FOR_TARGET_set=set
- ac_cv_env_STRIP_FOR_TARGET_value=/usr/bin/avr-strip
- 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=avr
- ac_cv_env_target_configargs_set=
- ac_cv_env_target_configargs_value=
- ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries='
- ac_cv_host=x86_64-pc-linux-gnu
- ac_cv_objext=o
- ac_cv_path_AR_FOR_TARGET=/usr/bin/avr-ar
- ac_cv_path_AS_FOR_TARGET=/usr/bin/avr-as
- ac_cv_path_DLLTOOL_FOR_TARGET=/usr/libexec/gcc/avr/dlltool
- ac_cv_path_LD_FOR_TARGET=/usr/bin/avr-ld
- ac_cv_path_NM_FOR_TARGET=/usr/bin/avr-nm
- ac_cv_path_OBJDUMP_FOR_TARGET=/usr/bin/avr-objdump
- ac_cv_path_RANLIB_FOR_TARGET=/usr/bin/avr-ranlib
- ac_cv_path_READELF_FOR_TARGET=/usr/bin/avr-readelf
- ac_cv_path_SED=/bin/sed
- ac_cv_path_STRIP_FOR_TARGET=/usr/bin/avr-strip
- ac_cv_path_WINDMC_FOR_TARGET=/usr/libexec/gcc/avr/windmc
- ac_cv_path_WINDRES_FOR_TARGET=/usr/libexec/gcc/avr/windres
- ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/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/5.2.0/../../../../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_READELF=x86_64-pc-linux-gnu-readelf
- 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=avr-unknown-none
- acx_cv_cc_gcc_supports_ada=no
- acx_cv_prog_LN=ln
- gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
- gcc_cv_prog_makeinfo_modern=no
- gcc_cv_tool_dirs=/usr/libexec/gcc/avr/4.9.3:/usr/libexec/gcc/avr:/usr/lib/gcc/avr/4.9.3:/usr/lib/gcc/avr:/usr/avr/bin/avr/4.9.3:/usr/avr/bin:
- gcc_cv_tool_prefix=/usr
- lt_cv_objdir=.libs
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR='x86_64-pc-linux-gnu-ar'
- AR_FOR_BUILD='$(AR)'
- AR_FOR_TARGET='/usr/bin/avr-ar'
- AS='x86_64-pc-linux-gnu-as'
- AS_FOR_BUILD='$(AS)'
- AS_FOR_TARGET='/usr/bin/avr-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 -O2 '
- CXX_FOR_BUILD='$(CXX)'
- CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
- 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='/usr/libexec/gcc/avr/dlltool'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EXEEXT=''
- EXPECT='expect'
- EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
- 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='avr-gcj'
- GDB_TK=''
- GFORTRAN_FOR_BUILD='$(GFORTRAN)'
- GFORTRAN_FOR_TARGET='avr-gfortran'
- GNATBIND='no'
- GNATMAKE='no'
- GOC_FOR_BUILD='$(GOC)'
- GOC_FOR_TARGET='avr-gccgo'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_GDB_TK=''
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- LD='/usr/lib/gcc/x86_64-pc-linux-gnu/5.2.0/../../../../x86_64-pc-linux-gnu/bin/ld'
- LDFLAGS='-Wl,-O1 -Wl,--as-needed'
- LDFLAGS_FOR_BUILD='-Wl,-O1 -Wl,--as-needed'
- LDFLAGS_FOR_TARGET=''
- LD_FOR_BUILD='$(LD)'
- LD_FOR_TARGET='/usr/bin/avr-ld'
- LEX='flex'
- LIBOBJS=''
- LIBS=''
- LIPO='lipo'
- LIPO_FOR_TARGET='avr-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/bin/avr-nm'
- OBJCOPY='x86_64-pc-linux-gnu-objcopy'
- OBJDUMP='x86_64-pc-linux-gnu-objdump'
- OBJDUMP_FOR_TARGET='/usr/bin/avr-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/bin/avr-ranlib'
- RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
- READELF='x86_64-pc-linux-gnu-readelf'
- READELF_FOR_TARGET='/usr/bin/avr-readelf'
- RPATH_ENVVAR='LD_LIBRARY_PATH'
- RUNTEST='runtest'
- SED='/bin/sed'
- SHELL='/bin/bash'
- STRIP='x86_64-pc-linux-gnu-strip'
- STRIP_FOR_TARGET='/usr/bin/avr-strip'
- SYSROOT_CFLAGS_FOR_TARGET=''
- TOPLEVEL_CONFIGURE_ARGUMENTS='/var/tmp/portage/cross-avr/gcc-4.9.3/work/gcc-4.9.3/configure --host=x86_64-pc-linux-gnu --target=avr --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/avr/4.9.3/include --datadir=/usr/share/gcc-data/avr/4.9.3 --mandir=/usr/share/gcc-data/avr/4.9.3/man --infodir=/usr/share/gcc-data/avr/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/avr/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='\''Gentoo 4.9.3'\'' --enable-libstdcxx-time --enable-poison-system-directories --enable-shared --disable-threads --disable-bootstrap --enable-multilib --disable-altivec --disable-fixed-point --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --disable-libsanitizer'
- WINDMC='windmc'
- WINDMC_FOR_BUILD='$(WINDMC)'
- WINDMC_FOR_TARGET='/usr/libexec/gcc/avr/windmc'
- WINDRES='windres'
- WINDRES_FOR_BUILD='$(WINDRES)'
- WINDRES_FOR_TARGET='/usr/libexec/gcc/avr/windres'
- YACC='bison -y'
- ac_ct_CC=''
- ac_ct_CXX=''
- bindir='/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'
- 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/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--without-cloog'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --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}/avr'
- build_vendor='pc'
- clooginc=''
- clooglibs=''
- compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
- configdirs=' intl libiberty libbacktrace libcpp libdecnumber fixincludes gcc lto-plugin'
- datadir='/usr/share/gcc-data/avr/4.9.3'
- datarootdir='${prefix}/share'
- do_compare='cmp --ignore-initial=16 $$f1 $$f2'
- docdir='${datarootdir}/doc/${PACKAGE}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- extra_host_libiberty_configure_flags='--enable-shared'
- extra_isl_gmp_configure_flags=''
- 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 '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--without-cloog'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
- host_cpu='x86_64'
- host_noncanonical='x86_64-pc-linux-gnu'
- host_os='linux-gnu'
- host_shared='no'
- host_subdir='.'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='/usr/lib/gcc/avr/4.9.3/include'
- infodir='/usr/share/gcc-data/avr/4.9.3/info'
- islinc=''
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='/usr/share/gcc-data/avr/4.9.3/man'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- poststage1_ldflags='-static-libstdc++ -static-libgcc'
- poststage1_libs=''
- prefix='/usr'
- program_transform_name='s&^&avr-&'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- stage1_cflags='-g'
- stage1_checking='--enable-checking=release,types'
- stage1_languages='c,c++,lto'
- stage1_ldflags='-static-libstdc++ -static-libgcc'
- stage1_libs=''
- stage2_werror_flag=''
- sysconfdir='${prefix}/etc'
- target='avr-unknown-none'
- target_alias='avr'
- target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.9.3'\'' '\''--includedir=/usr/lib/gcc/avr/4.9.3/include'\'' '\''--datadir=/usr/share/gcc-data/avr/4.9.3'\'' '\''--mandir=/usr/share/gcc-data/avr/4.9.3/man'\'' '\''--infodir=/usr/share/gcc-data/avr/4.9.3/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/avr/4.9.3/include/g++-v4'\'' '\''--with-python-dir=/share/gcc-data/avr/4.9.3/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 4.9.3'\'' '\''--enable-libstdcxx-time'\'' '\''--enable-poison-system-directories'\'' '\''--enable-shared'\'' '\''--disable-threads'\'' '\''--disable-bootstrap'\'' '\''--enable-multilib'\'' '\''--disable-altivec'\'' '\''--disable-fixed-point'\'' '\''--disable-libgcj'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libcilkrts'\'' '\''--disable-libquadmath'\'' '\''--enable-lto'\'' '\''--disable-libsanitizer'\'' '\''--enable-languages=c,c++,lto'\'' --program-transform-name='\''s&^&avr-&'\'' --disable-option-checking'
- target_configdirs=' libgcc'
- target_cpu='avr'
- target_noncanonical='avr'
- target_os='none'
- target_subdir='avr'
- target_vendor='unknown'
- tooldir='${exec_prefix}/avr'
- ## ------------------- ##
- ## File substitutions. ##
- ## ------------------- ##
- alphaieee_frag='/dev/null'
- host_makefile_frag='/dev/null'
- ospace_frag='/dev/null'
- serialization_dependencies='serdep.tmp'
- target_makefile_frag='/dev/null'
- ## ----------- ##
- ## 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
Advertisement
Add Comment
Please, Sign In to add comment