Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 871534 Details for
Bug 914848
sys-devel/crossdev GCC 13.2.1_p20230826 error in command line option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The complete config.log for reference
config.log (text/x-log), 40.76 KB, created by
Daniel
on 2023-09-27 18:24:11 UTC
(
hide
)
Description:
The complete config.log for reference
Filename:
MIME Type:
Creator:
Daniel
Created:
2023-09-27 18:24:11 UTC
Size:
40.76 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.69. Invocation command line was > > $ /var/tmp/portage/cross-arm-none-eabi/gcc-13.2.1_p20230826/work/gcc-13-20230826/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion=Gentoo 13.2.1_p20230826 p7 --with-gcc-major-version-only --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-gcov --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 6.5.5-gentoo >uname -s = Linux >uname -v = #1 SMP Tue Sep 26 12:18:36 CEST 2023 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz >/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.11/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.11/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/lib/llvm/17/bin >PATH: /usr/lib/llvm/16/bin >PATH: /usr/lib/llvm/15/bin >PATH: /etc/eselect/wine/bin >PATH: /usr/lib64/opencascade/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2217: loading site script /usr/share/config.site >| # Copyright 2023 Gentoo Authors >| # Distributed under the terms of the GNU General Public License v2 >| >| for script in "/usr/share/config.site.d"/*.conf; do >| test -f "${script}" || continue >| test -r "${script}" || continue >| echo "${0##*/}: loading site script ${script}" >| . "${script}" || break >| done >| unset script >configure:2381: checking build system type >configure:2395: result: x86_64-pc-linux-gnu >configure:2442: checking host system type >configure:2455: result: x86_64-pc-linux-gnu >configure:2475: checking target system type >configure:2488: result: arm-none-eabi >configure:2542: checking for a BSD-compatible install >configure:2610: result: /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c >configure:2621: checking whether ln works >configure:2643: result: yes >configure:2647: checking whether ln -s works >configure:2651: result: yes >configure:2658: checking for a sed that does not truncate output >configure:2722: result: /bin/sed >configure:2731: checking for gawk >configure:2747: found /usr/bin/gawk >configure:2758: result: gawk >configure:3238: checking for libatomic support >configure:3244: result: no >configure:3257: checking for libitm support >configure:3263: result: no >configure:3425: checking for libphobos support >configure:3431: result: no >configure:4091: checking for x86_64-pc-linux-gnu-gcc >configure:4107: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:4118: result: x86_64-pc-linux-gnu-gcc >configure:4387: checking for C compiler version >configure:4396: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826 >Copyright (C) 2023 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:4407: $? = 0 >configure:4396: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/13/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/13 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/13/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.2.1_p20230826 p7' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 13.2.1 20230826 (Gentoo 13.2.1_p20230826 p7) >configure:4407: $? = 0 >configure:4396: 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:4407: $? = 1 >configure:4396: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4407: $? = 1 >configure:4427: checking whether the C compiler works >configure:4449: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4453: $? = 0 >configure:4501: result: yes >configure:4504: checking for C compiler default output file name >configure:4506: result: a.out >configure:4512: checking for suffix of executables >configure:4519: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4523: $? = 0 >configure:4545: result: >configure:4567: checking whether we are cross compiling >configure:4575: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4579: $? = 0 >configure:4586: ./conftest >configure:4590: $? = 0 >configure:4605: result: no >configure:4610: checking for suffix of object files >configure:4632: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4636: $? = 0 >configure:4657: result: o >configure:4661: checking whether we are using the GNU C compiler >configure:4680: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4680: $? = 0 >configure:4689: result: yes >configure:4698: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4718: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:4718: $? = 0 >configure:4759: result: yes >configure:4776: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4839: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:4839: $? = 0 >configure:4852: result: none needed >configure:4872: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:5021: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:5021: $? = 0 >configure:5034: result: none needed >configure:5063: checking for x86_64-pc-linux-gnu-g++ >configure:5079: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:5090: result: x86_64-pc-linux-gnu-g++ >configure:5161: checking for C++ compiler version >configure:5170: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826 >Copyright (C) 2023 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:5181: $? = 0 >configure:5170: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/13/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/13 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/13/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.2.1_p20230826 p7' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 13.2.1 20230826 (Gentoo 13.2.1_p20230826 p7) >configure:5181: $? = 0 >configure:5170: 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:5181: $? = 1 >configure:5170: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:5181: $? = 1 >configure:5185: checking whether we are using the GNU C++ compiler >configure:5204: x86_64-pc-linux-gnu-g++ -c -O2 -pipe conftest.cpp >&5 >configure:5204: $? = 0 >configure:5213: result: yes >configure:5222: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:5242: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:5242: $? = 0 >configure:5283: result: yes >configure:5332: checking whether g++ accepts -static-libstdc++ -static-libgcc >configure:5349: x86_64-pc-linux-gnu-g++ -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed -static-libstdc++ -static-libgcc conftest.cpp >&5 >configure:5349: $? = 0 >configure:5350: result: yes >configure:5374: checking for x86_64-pc-linux-gnu-gnatbind >configure:5404: result: no >configure:5414: checking for gnatbind >configure:5444: result: no >configure:5466: checking for x86_64-pc-linux-gnu-gnatmake >configure:5496: result: no >configure:5506: checking for gnatmake >configure:5536: result: no >configure:5555: checking whether compiler driver understands Ada and is recent enough >configure:5582: result: no >configure:5596: checking for x86_64-pc-linux-gnu-gdc >configure:5626: result: no >configure:5636: checking for gdc >configure:5666: result: no >configure:5685: checking whether the D compiler works >configure:5702: result: no >configure:5710: checking how to compare bootstrapped objects >configure:5735: result: cmp --ignore-initial=16 $$f1 $$f2 >configure:5802: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default >configure:6098: x86_64-pc-linux-gnu-g++ -c -O2 -pipe conftest.cpp >&5 >configure:6098: $? = 0 >configure:6105: result: yes >configure:7879: checking for objdir >configure:7894: result: .libs >configure:8064: checking for the correct version of gmp.h >configure:8083: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8083: $? = 0 >configure:8101: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8101: $? = 0 >configure:8102: result: yes >configure:8118: checking for the correct version of mpfr.h >configure:8136: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8136: $? = 0 >configure:8153: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8153: $? = 0 >configure:8154: result: yes >configure:8171: checking for the correct version of mpc.h >configure:8188: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8188: $? = 0 >configure:8204: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 >configure:8204: $? = 0 >configure:8205: result: yes >configure:8223: checking for the correct version of the gmp/mpfr libraries >configure:8247: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpc -lmpfr -lgmp >&5 >configure:8247: $? = 0 >configure:8248: result: yes >configure:8263: checking for the correct version of the mpc libraries >configure:8284: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpc -lmpfr -lgmp >&5 >configure:8284: $? = 0 >configure:8285: result: yes >configure:9685: checking for default BUILD_CONFIG >configure:9717: result: >configure:9722: checking for --enable-vtable-verify >configure:9735: result: no >configure:10382: checking for bison >configure:10398: found /usr/bin/bison >configure:10409: result: bison -y >configure:10429: checking for bison >configure:10445: found /usr/bin/bison >configure:10456: result: bison >configure:10476: checking for gm4 >configure:10506: result: no >configure:10476: checking for gnum4 >configure:10506: result: no >configure:10476: checking for m4 >configure:10492: found /usr/bin/m4 >configure:10503: result: m4 >configure:10523: checking for flex >configure:10550: result: flex >configure:10571: checking for flex >configure:10587: found /usr/bin/flex >configure:10598: result: flex >configure:10618: checking for makeinfo >configure:10634: found /usr/bin/makeinfo >configure:10645: result: makeinfo >configure:10679: checking for expect >configure:10709: result: no >configure:10728: checking for runtest >configure:10758: result: no >configure:10834: checking for x86_64-pc-linux-gnu-ar >configure:10850: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:10861: result: x86_64-pc-linux-gnu-ar >configure:10975: checking for x86_64-pc-linux-gnu-as >configure:10991: found /usr/bin/x86_64-pc-linux-gnu-as >configure:11002: result: x86_64-pc-linux-gnu-as >configure:11116: checking for x86_64-pc-linux-gnu-dlltool >configure:11132: found /usr/lib/llvm/17/bin/x86_64-pc-linux-gnu-dlltool >configure:11143: result: x86_64-pc-linux-gnu-dlltool >configure:11257: checking for x86_64-pc-linux-gnu-dsymutil >configure:11287: result: no >configure:11296: checking for dsymutil >configure:11312: found /usr/lib/llvm/17/bin/dsymutil >configure:11323: result: dsymutil >configure:11356: checking for ld >configure:11383: result: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld >configure:11398: checking for x86_64-pc-linux-gnu-ld >configure:11425: result: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld >configure:11539: checking for x86_64-pc-linux-gnu-lipo >configure:11569: result: no >configure:11578: checking for lipo >configure:11608: result: no >configure:11680: checking for x86_64-pc-linux-gnu-nm >configure:11696: found /usr/bin/x86_64-pc-linux-gnu-nm >configure:11707: result: x86_64-pc-linux-gnu-nm >configure:11821: checking for x86_64-pc-linux-gnu-ranlib >configure:11837: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:11848: result: x86_64-pc-linux-gnu-ranlib >configure:11957: checking for x86_64-pc-linux-gnu-strip >configure:11973: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:11984: result: x86_64-pc-linux-gnu-strip >configure:12093: checking for x86_64-pc-linux-gnu-windres >configure:12109: found /usr/lib/llvm/17/bin/x86_64-pc-linux-gnu-windres >configure:12120: result: x86_64-pc-linux-gnu-windres >configure:12234: checking for x86_64-pc-linux-gnu-windmc >configure:12264: result: no >configure:12273: checking for windmc >configure:12303: result: no >configure:12375: checking for x86_64-pc-linux-gnu-objcopy >configure:12391: found /usr/bin/x86_64-pc-linux-gnu-objcopy >configure:12402: result: x86_64-pc-linux-gnu-objcopy >configure:12516: checking for x86_64-pc-linux-gnu-objdump >configure:12532: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:12543: result: x86_64-pc-linux-gnu-objdump >configure:12657: checking for x86_64-pc-linux-gnu-otool >configure:12687: result: no >configure:12696: checking for otool >configure:12726: result: no >configure:12798: checking for x86_64-pc-linux-gnu-readelf >configure:12814: found /usr/bin/x86_64-pc-linux-gnu-readelf >configure:12825: result: x86_64-pc-linux-gnu-readelf >configure:12980: checking for arm-none-eabi-cc >configure:12996: found /usr/bin/arm-none-eabi-cc >configure:13007: result: arm-none-eabi-cc >configure:13141: checking for arm-none-eabi-c++ >configure:13157: found /usr/bin/arm-none-eabi-c++ >configure:13168: result: arm-none-eabi-c++ >configure:13302: checking for arm-none-eabi-gcc >configure:13318: found /usr/bin/arm-none-eabi-gcc >configure:13329: result: arm-none-eabi-gcc >configure:13458: checking for arm-none-eabi-gfortran >configure:13488: result: no >configure:13619: checking for arm-none-eabi-gccgo >configure:13649: result: no >configure:13780: checking for arm-none-eabi-gdc >configure:13810: result: no >configure:13941: checking for arm-none-eabi-gm2 >configure:13971: result: no >configure:14071: checking for ar >configure:14104: result: no >configure:14182: checking for arm-none-eabi-ar >configure:14212: result: no >configure:14301: checking for as >configure:14334: result: no >configure:14412: checking for arm-none-eabi-as >configure:14442: result: no >configure:14531: checking for dlltool >configure:14564: result: no >configure:14642: checking for arm-none-eabi-dlltool >configure:14672: result: no >configure:14761: checking for dsymutil >configure:14794: result: no >configure:14872: checking for arm-none-eabi-dsymutil >configure:14902: result: no >configure:14991: checking for ld >configure:15024: result: no >configure:15102: checking for arm-none-eabi-ld >configure:15132: result: no >configure:15221: checking for lipo >configure:15254: result: no >configure:15332: checking for arm-none-eabi-lipo >configure:15362: result: no >configure:15451: checking for nm >configure:15484: result: no >configure:15562: checking for arm-none-eabi-nm >configure:15592: result: no >configure:15681: checking for objcopy >configure:15714: result: no >configure:15792: checking for arm-none-eabi-objcopy >configure:15822: result: no >configure:15911: checking for objdump >configure:15944: result: no >configure:16022: checking for arm-none-eabi-objdump >configure:16052: result: no >configure:16141: checking for otool >configure:16174: result: no >configure:16252: checking for arm-none-eabi-otool >configure:16282: result: no >configure:16371: checking for ranlib >configure:16404: result: no >configure:16482: checking for arm-none-eabi-ranlib >configure:16512: result: no >configure:16601: checking for readelf >configure:16634: result: no >configure:16712: checking for arm-none-eabi-readelf >configure:16742: result: no >configure:16831: checking for strip >configure:16864: result: no >configure:16942: checking for arm-none-eabi-strip >configure:16972: result: no >configure:17061: checking for windres >configure:17094: result: no >configure:17172: checking for arm-none-eabi-windres >configure:17202: result: no >configure:17291: checking for windmc >configure:17324: result: no >configure:17402: checking for arm-none-eabi-windmc >configure:17432: result: no >configure:17499: checking where to find the target ar >configure:17536: result: pre-installed >configure:17541: checking where to find the target as >configure:17578: result: pre-installed >configure:17583: checking where to find the target cc >configure:17606: result: just compiled >configure:17625: checking where to find the target c++ >configure:17665: result: pre-installed >configure:17670: checking where to find the target c++ for libstdc++ >configure:17710: result: pre-installed >configure:17715: checking where to find the target dlltool >configure:17752: result: pre-installed >configure:17757: checking where to find the target dsymutil >configure:17783: result: pre-installed >configure:17788: checking where to find the target gcc >configure:17811: result: just compiled >configure:17830: checking where to find the target gfortran >configure:17870: result: pre-installed >configure:17875: checking where to find the target gccgo >configure:17915: result: pre-installed >configure:17920: checking where to find the target gdc >configure:17960: result: pre-installed >configure:17965: checking where to find the target gm2 >configure:18005: result: pre-installed >configure:18010: checking where to find the target ld >configure:18047: result: pre-installed >configure:18052: checking where to find the target lipo >configure:18078: result: pre-installed >configure:18083: checking where to find the target nm >configure:18120: result: pre-installed >configure:18125: checking where to find the target objcopy >configure:18162: result: pre-installed >configure:18167: checking where to find the target objdump >configure:18204: result: pre-installed >configure:18209: checking where to find the target otool >configure:18235: result: pre-installed >configure:18240: checking where to find the target ranlib >configure:18277: result: pre-installed >configure:18282: checking where to find the target readelf >configure:18319: result: pre-installed >configure:18324: checking where to find the target strip >configure:18361: result: pre-installed >configure:18366: checking where to find the target windres >configure:18403: result: pre-installed >configure:18408: checking where to find the target windmc >configure:18445: result: pre-installed >configure:18478: checking whether to enable maintainer-specific portions of Makefiles >configure:18487: result: no >configure:18724: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by config.status, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on localhost > >config.status:1050: creating Makefile > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_undeclared_builtin_options='none needed' >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='-O2 -pipe' >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_DSYMUTIL_FOR_TARGET_set= >ac_cv_env_DSYMUTIL_FOR_TARGET_value= >ac_cv_env_DSYMUTIL_set= >ac_cv_env_DSYMUTIL_value= >ac_cv_env_GCC_FOR_TARGET_set= >ac_cv_env_GCC_FOR_TARGET_value= >ac_cv_env_GDC_FOR_TARGET_set= >ac_cv_env_GDC_FOR_TARGET_value= >ac_cv_env_GFORTRAN_FOR_TARGET_set= >ac_cv_env_GFORTRAN_FOR_TARGET_value= >ac_cv_env_GM2_FOR_TARGET_set= >ac_cv_env_GM2_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_FOR_TARGET_set= >ac_cv_env_OBJCOPY_FOR_TARGET_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_OTOOL_FOR_TARGET_set= >ac_cv_env_OTOOL_FOR_TARGET_value= >ac_cv_env_OTOOL_set= >ac_cv_env_OTOOL_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_READELF_FOR_TARGET_set= >ac_cv_env_READELF_FOR_TARGET_value= >ac_cv_env_READELF_set= >ac_cv_env_READELF_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=arm-none-eabi >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_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python3.11/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_CC_FOR_TARGET=arm-none-eabi-cc >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXX_FOR_TARGET=arm-none-eabi-c++ >ac_cv_prog_DLLTOOL=x86_64-pc-linux-gnu-dlltool >ac_cv_prog_DSYMUTIL=dsymutil >ac_cv_prog_FLEX=flex >ac_cv_prog_GCC_FOR_TARGET=arm-none-eabi-gcc >ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../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_WINDRES=x86_64-pc-linux-gnu-windres >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_target=arm-none-eabi >acx_cv_cc_gcc_supports_ada=no >acx_cv_d_compiler_works=no >acx_cv_prog_LN=ln >ax_cv_cxx_compile_cxx11=yes >gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' >gcc_cv_tool_dirs=/usr/libexec/gcc/arm-none-eabi/13:/usr/libexec/gcc/arm-none-eabi:/usr/lib/gcc/arm-none-eabi/13:/usr/lib/gcc/arm-none-eabi:/usr/arm-none-eabi/bin/arm-none-eabi/13:/usr/arm-none-eabi/bin: >gcc_cv_tool_prefix=/usr >gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration >lt_cv_objdir=.libs > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='x86_64-pc-linux-gnu-ar' >AR_FOR_BUILD='$(AR)' >AR_FOR_TARGET='arm-none-eabi-ar' >AS='x86_64-pc-linux-gnu-as' >AS_FOR_BUILD='$(AS)' >AS_FOR_TARGET='arm-none-eabi-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' >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='' >CPPFLAGS_FOR_BUILD='' >CPP_FOR_BUILD='' >CXX='x86_64-pc-linux-gnu-g++' >CXXFLAGS='-O2 -pipe' >CXXFLAGS_FOR_BUILD='-O2 -pipe' >CXXFLAGS_FOR_TARGET='-g -O2' >CXX_FOR_BUILD='$(CXX)' >CXX_FOR_TARGET='arm-none-eabi-c++' >DEBUG_PREFIX_CFLAGS_FOR_TARGET='' >DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_CXX11=1 -DLT_OBJDIR=\".libs/\"' >DLLTOOL='x86_64-pc-linux-gnu-dlltool' >DLLTOOL_FOR_BUILD='$(DLLTOOL)' >DLLTOOL_FOR_TARGET='arm-none-eabi-dlltool' >DSYMUTIL='dsymutil' >DSYMUTIL_FOR_BUILD='$(DSYMUTIL)' >DSYMUTIL_FOR_TARGET='arm-none-eabi-dsymutil' >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='' >GDB_TK='' >GDC='no' >GDCFLAGS='' >GDC_FOR_BUILD='$(GDC)' >GDC_FOR_TARGET='arm-none-eabi-gdc' >GFORTRAN_FOR_BUILD='$(GFORTRAN)' >GFORTRAN_FOR_TARGET='arm-none-eabi-gfortran' >GM2_FOR_TARGET='arm-none-eabi-gm2' >GNATBIND='no' >GNATMAKE='no' >GOC_FOR_BUILD='$(GOC)' >GOC_FOR_TARGET='arm-none-eabi-gccgo' >HAVE_CXX11='1' >HAVE_CXX11_FOR_BUILD='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_GDB_TK='' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >LD='/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../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='arm-none-eabi-ld' >LEX='flex' >LIBOBJS='' >LIBS='' >LIPO='lipo' >LIPO_FOR_TARGET='arm-none-eabi-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='arm-none-eabi-nm' >OBJCOPY='x86_64-pc-linux-gnu-objcopy' >OBJCOPY_FOR_TARGET='arm-none-eabi-objcopy' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJDUMP_FOR_TARGET='arm-none-eabi-objdump' >OBJEXT='o' >OTOOL='otool' >OTOOL_FOR_TARGET='arm-none-eabi-otool' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PGO_BUILD_GEN_CFLAGS='' >PGO_BUILD_LTO_CFLAGS='' >PGO_BUILD_USE_CFLAGS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >RANLIB_FOR_BUILD='$(RANLIB)' >RANLIB_FOR_TARGET='arm-none-eabi-ranlib' >RAW_CXX_FOR_TARGET='arm-none-eabi-c++' >READELF='x86_64-pc-linux-gnu-readelf' >READELF_FOR_TARGET='arm-none-eabi-readelf' >RPATH_ENVVAR='LD_LIBRARY_PATH' >RUNTEST='runtest' >SED='/bin/sed' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >STRIP_FOR_TARGET='arm-none-eabi-strip' >SYSROOT_CFLAGS_FOR_TARGET='' >TOPLEVEL_CONFIGURE_ARGUMENTS='/var/tmp/portage/cross-arm-none-eabi/gcc-13.2.1_p20230826/work/gcc-13-20230826/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='\''Gentoo 13.2.1_p20230826 p7'\'' --with-gcc-major-version-only --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-gcov --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp' >WINDMC='windmc' >WINDMC_FOR_BUILD='$(WINDMC)' >WINDMC_FOR_TARGET='arm-none-eabi-windmc' >WINDRES='x86_64-pc-linux-gnu-windres' >WINDRES_FOR_BUILD='$(WINDRES)' >WINDRES_FOR_TARGET='arm-none-eabi-windres' >YACC='bison -y' >ac_ct_CC='' >ac_ct_CXX='' >bindir='/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13' >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/arm-none-eabi/gcc-bin/13'\'' '\''--includedir=/usr/lib/gcc/arm-none-eabi/13/include'\'' '\''--datadir=/usr/share/gcc-data/arm-none-eabi/13'\'' '\''--mandir=/usr/share/gcc-data/arm-none-eabi/13/man'\'' '\''--infodir=/usr/share/gcc-data/arm-none-eabi/13/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13'\'' '\''--disable-silent-rules'\'' '\''--disable-dependency-tracking'\'' '\''--with-python-dir=/share/gcc-data/arm-none-eabi/13/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--disable-libunwind-exceptions'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 13.2.1_p20230826 p7'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-lto'\'' '\''--disable-libstdcxx-pch'\'' '\''--enable-poison-system-directories'\'' '\''--disable-libstdcxx-time'\'' '\''--with-sysroot=/usr/arm-none-eabi'\'' '\''--disable-gcov'\'' '\''--disable-bootstrap'\'' '\''--with-newlib'\'' '\''--enable-multilib'\'' '\''--disable-fixed-point'\'' '\''--with-multilib-list=aprofile,rmprofile'\'' '\''--disable-libgomp'\'' '\''--disable-libssp'\'' '\''--disable-libada'\'' '\''--disable-cet'\'' '\''--disable-systemtap'\'' '\''--disable-valgrind-annotations'\'' '\''--disable-vtable-verify'\'' '\''--disable-libvtv'\'' '\''--without-zstd'\'' '\''--without-isl'\'' '\''--disable-libsanitizer'\'' '\''--disable-default-pie'\'' '\''--disable-default-ssp'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking' >build_configdirs=' libiberty libcpp 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}/arm-none-eabi' >build_vendor='pc' >compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/* | gcc/m2/gm2-compiler-boot/M2Version* | gcc/m2/gm2-compiler-boot/SYSTEM* | gcc/m2/gm2version*' >configdirs=' intl libiberty libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin' >datadir='/usr/share/gcc-data/arm-none-eabi/13' >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_host_zlib_configure_flags='' >extra_isl_gmp_configure_flags='' >extra_linker_plugin_configure_flags='' >extra_linker_plugin_flags='' >extra_mpc_gmp_configure_flags='' >extra_mpc_mpfr_configure_flags='' >extra_mpfr_configure_flags='' >get_gcc_base_ver='sed -e '\''s/^\([0-9]*\).*/\1/'\''' >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/arm-none-eabi/gcc-bin/13'\'' '\''--includedir=/usr/lib/gcc/arm-none-eabi/13/include'\'' '\''--datadir=/usr/share/gcc-data/arm-none-eabi/13'\'' '\''--mandir=/usr/share/gcc-data/arm-none-eabi/13/man'\'' '\''--infodir=/usr/share/gcc-data/arm-none-eabi/13/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13'\'' '\''--disable-silent-rules'\'' '\''--disable-dependency-tracking'\'' '\''--with-python-dir=/share/gcc-data/arm-none-eabi/13/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--disable-libunwind-exceptions'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 13.2.1_p20230826 p7'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-lto'\'' '\''--disable-libstdcxx-pch'\'' '\''--enable-poison-system-directories'\'' '\''--disable-libstdcxx-time'\'' '\''--with-sysroot=/usr/arm-none-eabi'\'' '\''--disable-gcov'\'' '\''--disable-bootstrap'\'' '\''--with-newlib'\'' '\''--enable-multilib'\'' '\''--disable-fixed-point'\'' '\''--with-multilib-list=aprofile,rmprofile'\'' '\''--disable-libgomp'\'' '\''--disable-libssp'\'' '\''--disable-libada'\'' '\''--disable-cet'\'' '\''--disable-systemtap'\'' '\''--disable-valgrind-annotations'\'' '\''--disable-vtable-verify'\'' '\''--disable-libvtv'\'' '\''--without-zstd'\'' '\''--without-isl'\'' '\''--disable-libsanitizer'\'' '\''--disable-default-pie'\'' '\''--disable-default-ssp'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking' >host_cpu='x86_64' >host_libs_picflag='' >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/arm-none-eabi/13/include' >infodir='/usr/share/gcc-data/arm-none-eabi/13/info' >islinc='' >isllibs='' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='/usr/share/gcc-data/arm-none-eabi/13/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >poststage1_ldflags='-static-libstdc++ -static-libgcc' >poststage1_libs='' >prefix='/usr' >program_transform_name='s&^&arm-none-eabi-&' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >stage1_cflags='-g' >stage1_checking='--enable-checking=release,types' >stage1_languages='c,lto' >stage1_ldflags='-static-libstdc++ -static-libgcc' >stage1_libs='' >stage2_werror_flag='' >sysconfdir='${prefix}/etc' >target='arm-none-eabi' >target_alias='arm-none-eabi' >target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/usr'\'' '\''--bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13'\'' '\''--includedir=/usr/lib/gcc/arm-none-eabi/13/include'\'' '\''--datadir=/usr/share/gcc-data/arm-none-eabi/13'\'' '\''--mandir=/usr/share/gcc-data/arm-none-eabi/13/man'\'' '\''--infodir=/usr/share/gcc-data/arm-none-eabi/13/info'\'' '\''--with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13'\'' '\''--disable-silent-rules'\'' '\''--disable-dependency-tracking'\'' '\''--with-python-dir=/share/gcc-data/arm-none-eabi/13/python'\'' '\''--enable-obsolete'\'' '\''--enable-secureplt'\'' '\''--disable-werror'\'' '\''--with-system-zlib'\'' '\''--enable-nls'\'' '\''--without-included-gettext'\'' '\''--disable-libunwind-exceptions'\'' '\''--enable-checking=release'\'' '\''--with-bugurl=https://bugs.gentoo.org/'\'' '\''--with-pkgversion=Gentoo 13.2.1_p20230826 p7'\'' '\''--with-gcc-major-version-only'\'' '\''--enable-lto'\'' '\''--disable-libstdcxx-pch'\'' '\''--enable-poison-system-directories'\'' '\''--disable-libstdcxx-time'\'' '\''--with-sysroot=/usr/arm-none-eabi'\'' '\''--disable-gcov'\'' '\''--disable-bootstrap'\'' '\''--with-newlib'\'' '\''--enable-multilib'\'' '\''--disable-fixed-point'\'' '\''--with-multilib-list=aprofile,rmprofile'\'' '\''--disable-libgomp'\'' '\''--disable-libssp'\'' '\''--disable-libada'\'' '\''--disable-cet'\'' '\''--disable-systemtap'\'' '\''--disable-valgrind-annotations'\'' '\''--disable-vtable-verify'\'' '\''--disable-libvtv'\'' '\''--without-zstd'\'' '\''--disable-libsanitizer'\'' '\''--disable-default-pie'\'' '\''--disable-default-ssp'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-none-eabi-&'\'' --disable-option-checking' >target_configdirs=' libgcc libquadmath' >target_cpu='arm' >target_noncanonical='arm-none-eabi' >target_os='eabi' >target_subdir='arm-none-eabi' >target_vendor='none' >tooldir='${exec_prefix}/arm-none-eabi' > >## ------------------- ## >## 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 HAVE_CXX11 1 >#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 914848
: 871534 |
871859
|
871926