Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile openwrt firmware #2783

Open
sijidou opened this issue Dec 14, 2022 · 2 comments
Open

Unable to compile openwrt firmware #2783

sijidou opened this issue Dec 14, 2022 · 2 comments

Comments

@sijidou
Copy link

sijidou commented Dec 14, 2022

I have been using clearlinux to compile opnewrt firmware before, but recently it doesn't work.
I tried reinstalling the system, but the problem persists. Even compiling past released firmware gives the same error, I don't understand how this could be caused, everything was working fine until a certain system update.

Currently my system version is 37730, I tested 37760 also doesn't work, but I don't know how to fix this problem.
Here is part of the error code:

make[5]: Leaving directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/zlib'
make[5]: Entering directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libbacktrace'
make all-am
make[6]: Entering directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libbacktrace'
true DO=all multi-do # make
make[6]: Leaving directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libbacktrace'
make[5]: Leaving directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libbacktrace'
make[5]: Entering directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libcpp'
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[5]: Leaving directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/libcpp'
Configuring in ./libcody
configure: loading cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking maintainer-mode...
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ is for C++11... no
configure: error: C++11 is required
make[4]: *** [Makefile:7491: configure-libcody] Error 1
make[4]: Leaving directory '/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial'
make[3]: *** [Makefile:37: /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/.built] Error 2
make[3]: Leaving directory '/home/m/openwrt/toolchain/gcc/initial'
time: toolchain/gcc/initial/compile#0.50#0.32#0.91
ERROR: toolchain/gcc/initial failed to build.
make[2]: *** [toolchain/Makefile:97: toolchain/gcc/initial/compile] Error 1
make[2]: Leaving directory '/home/m/openwrt'
make[1]: *** [toolchain/Makefile:93: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/stamp/.toolchain_compile] Error 2
make[1]: Leaving directory '/home/m/openwrt'
make: *** [/home/m/openwrt/include/toplevel.mk:231:world] Error 2

@fenrus75
Copy link
Contributor

fenrus75 commented Dec 14, 2022 via email

@sijidou
Copy link
Author

sijidou commented Dec 19, 2022

Thanks for the help, I compared the config.log files on Clearlinux and ubuntu, but I can't find the problem, can you help me find out where the problem is?

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

$ /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7 --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads

---------

Platform.

---------

hostname = PN41
uname -m = x86_64
uname -r = 6.0.12-1217.native
uname -s = Linux
uname -v = #1 SMP Thu Dec 8 02:55:26 PST 2022

/usr/bin/uname -p = unknown
/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: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/.cargo/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /opt/3rd-party/bin

-----------

Core tests.

-----------

configure:2366: checking build system type
configure:2380: result: x86_64-pc-linux-gnu
configure:2427: checking host system type
configure:2440: result: x86_64-pc-linux-gnu
configure:2460: checking target system type
configure:2473: result: aarch64-openwrt-linux-musl
configure:2527: checking for a BSD-compatible install
configure:2595: result: /home/m/openwrt/staging_dir/host/bin/install -c
configure:2606: checking whether ln works
configure:2628: result: yes
configure:2632: checking whether ln -s works
configure:2636: result: yes
configure:2643: checking for a sed that does not truncate output
configure:2707: result: /home/m/openwrt/staging_dir/host/bin/sed
configure:2716: checking for gawk
configure:2732: found /usr/bin/gawk
configure:2743: result: gawk
configure:3237: checking for libatomic support
configure:3247: result: yes
configure:3275: checking for libitm support
configure:3285: result: yes
configure:3294: checking for libsanitizer support
configure:3304: result: yes
configure:3313: checking for libvtv support
configure:3323: result: yes
configure:3333: checking for libhsail-rt support
configure:3339: result: no
configure:3466: checking for libphobos support
configure:3476: result: yes
configure:4139: checking for x86_64-pc-linux-gnu-gcc
configure:4166: result: gcc
configure:4435: checking for C compiler version
configure:4444: gcc --version >&5
gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10
Copyright (C) 2022 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:4455: $? = 0
configure:4444: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-generic-linux/12/lto-wrapper
Target: x86_64-generic-linux
Configured with: ../gcc-12.2.0/configure --prefix=/usr --with-pkgversion='Clear Linux OS for Intel Architecture' --libdir=/usr/lib64 --enable-libstdcxx-pch --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-gnu-indirect-function --disable-vtable-verify --enable-threads=posix --enable-__cxa_atexit --enable-plugin --enable-ld=default --enable-clocale=gnu --disable-multiarch --enable-multilib --enable-lto --with-pic --disable-werror --enable-linker-build-id --build=x86_64-generic-linux --target=x86_64-generic-linux --enable-host-shared --enable-languages=c,c++,fortran,go,jit --enable-bootstrap --with-ppl=yes --with-isl --includedir=/usr/include --exec-prefix=/usr --with-glibc-version=2.35 --disable-libunwind-exceptions --with-gnu-ld --with-tune=skylake-avx512 --with-arch=westmere --enable-cet --disable-libmpx --with-gcc-major-version-only --enable-linux-futex --enable-gnu-indirect-function --enable-default-pie
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10 (Clear Linux OS for Intel Architecture)
configure:4455: $? = 0
configure:4444: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4444: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4475: checking whether the C compiler works
configure:4497: gcc conftest.c >&5
configure:4501: $? = 0
configure:4549: result: yes
configure:4552: checking for C compiler default output file name
configure:4554: result: a.out
configure:4560: checking for suffix of executables
configure:4567: gcc -o conftest conftest.c >&5
configure:4571: $? = 0
configure:4593: result:
configure:4615: checking whether we are cross compiling
configure:4623: gcc -o conftest conftest.c >&5
configure:4627: $? = 0
configure:4634: ./conftest
configure:4638: $? = 0
configure:4653: result: no
configure:4658: checking for suffix of object files
configure:4680: gcc -c conftest.c >&5
configure:4684: $? = 0
configure:4705: result: o
configure:4709: checking whether we are using the GNU C compiler
configure:4728: gcc -c conftest.c >&5
configure:4728: $? = 0
configure:4737: result: yes
configure:4746: checking whether gcc accepts -g
configure:4766: gcc -c -g conftest.c >&5
configure:4766: $? = 0
configure:4807: result: yes
configure:4824: checking for gcc option to accept ISO C89
configure:4887: gcc -c conftest.c >&5
configure:4887: $? = 0
configure:4900: result: none needed
configure:5032: checking for C++ compiler version
configure:5041: g++ --version >&5
g++ (Clear Linux OS for Intel Architecture) 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10
Copyright (C) 2022 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:5052: $? = 0
configure:5041: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-generic-linux/12/lto-wrapper
Target: x86_64-generic-linux
Configured with: ../gcc-12.2.0/configure --prefix=/usr --with-pkgversion='Clear Linux OS for Intel Architecture' --libdir=/usr/lib64 --enable-libstdcxx-pch --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-gnu-indirect-function --disable-vtable-verify --enable-threads=posix --enable-__cxa_atexit --enable-plugin --enable-ld=default --enable-clocale=gnu --disable-multiarch --enable-multilib --enable-lto --with-pic --disable-werror --enable-linker-build-id --build=x86_64-generic-linux --target=x86_64-generic-linux --enable-host-shared --enable-languages=c,c++,fortran,go,jit --enable-bootstrap --with-ppl=yes --with-isl --includedir=/usr/include --exec-prefix=/usr --with-glibc-version=2.35 --disable-libunwind-exceptions --with-gnu-ld --with-tune=skylake-avx512 --with-arch=westmere --enable-cet --disable-libmpx --with-gcc-major-version-only --enable-linux-futex --enable-gnu-indirect-function --enable-default-pie
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10 (Clear Linux OS for Intel Architecture)
configure:5052: $? = 0
configure:5041: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5041: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5056: checking whether we are using the GNU C++ compiler
configure:5075: g++ -c -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 conftest.cpp >&5
configure:5075: $? = 0
configure:5084: result: yes
configure:5093: checking whether g++ accepts -g
configure:5113: g++ -c -g conftest.cpp >&5
configure:5113: $? = 0
configure:5154: result: yes
configure:5203: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5220: g++ -o conftest -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5220: $? = 0
configure:5221: result: yes
configure:5245: checking for x86_64-pc-linux-gnu-gnatbind
configure:5275: result: no
configure:5285: checking for gnatbind
configure:5315: result: no
configure:5337: checking for x86_64-pc-linux-gnu-gnatmake
configure:5367: result: no
configure:5377: checking for gnatmake
configure:5407: result: no
configure:5426: checking whether compiler driver understands Ada
configure:5449: result: no
configure:5458: checking how to compare bootstrapped objects
configure:5483: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5550: checking whether g++ supports C++11 features by default
configure:5846: g++ -c -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 conftest.cpp >&5
configure:5846: $? = 0
configure:5853: result: yes
configure:7542: checking for objdir
configure:7557: result: .libs
configure:7728: checking for the correct version of gmp.h
configure:7748: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7748: $? = 0
configure:7766: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7766: $? = 0
configure:7767: result: yes
configure:7783: checking for the correct version of mpfr.h
configure:7801: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7801: $? = 0
configure:7818: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7818: $? = 0
configure:7819: result: yes
configure:7836: checking for the correct version of mpc.h
configure:7853: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7853: $? = 0
configure:7869: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7869: $? = 0
configure:7870: result: yes
configure:7888: checking for the correct version of the gmp/mpfr/mpc libraries
configure:7919: gcc -o conftest -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp >&5
configure:7919: $? = 0
configure:7920: result: yes
configure:9259: checking for default BUILD_CONFIG
configure:9291: result:
configure:9296: checking for --enable-vtable-verify
configure:9309: result: no
configure:9925: checking for bison
configure:9941: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9952: result: bison -y
configure:9972: checking for bison
configure:9988: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9999: result: bison
configure:10019: checking for gm4
configure:10046: result: /home/m/openwrt/staging_dir/host/bin/m4
configure:10066: checking for flex
configure:10082: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10093: result: flex
configure:10114: checking for flex
configure:10130: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10141: result: flex
configure:10161: checking for makeinfo
configure:10177: found /home/m/openwrt/staging_dir/host/bin/makeinfo
configure:10188: result: makeinfo
configure:10222: checking for expect
configure:10238: found /usr/bin/expect
configure:10249: result: expect
configure:10271: checking for runtest
configure:10287: found /usr/bin/runtest
configure:10298: result: runtest
configure:10335: checking for ar
configure:10362: result: gcc-ar
configure:10377: checking for x86_64-pc-linux-gnu-ar
configure:10404: result: gcc-ar
configure:10518: checking for x86_64-pc-linux-gnu-as
configure:10548: result: no
configure:10557: checking for as
configure:10573: found /usr/bin/as
configure:10584: result: as
configure:10659: checking for x86_64-pc-linux-gnu-dlltool
configure:10689: result: no
configure:10698: checking for dlltool
configure:10728: result: no
configure:10800: checking for x86_64-pc-linux-gnu-dsymutil
configure:10830: result: no
configure:10839: checking for dsymutil
configure:10855: found /usr/bin/dsymutil
configure:10866: result: dsymutil
configure:10941: checking for x86_64-pc-linux-gnu-ld
configure:10971: result: no
configure:10980: checking for ld
configure:10996: found /usr/bin/ld
configure:11007: result: ld
configure:11082: checking for x86_64-pc-linux-gnu-lipo
configure:11112: result: no
configure:11121: checking for lipo
configure:11151: result: no
configure:11181: checking for nm
configure:11208: result: gcc-nm
configure:11223: checking for x86_64-pc-linux-gnu-nm
configure:11250: result: gcc-nm
configure:11322: checking for ranlib
configure:11349: result: gcc-ranlib
configure:11364: checking for x86_64-pc-linux-gnu-ranlib
configure:11391: result: gcc-ranlib
configure:11500: checking for x86_64-pc-linux-gnu-strip
configure:11530: result: no
configure:11539: checking for strip
configure:11555: found /usr/bin/strip
configure:11566: result: strip
configure:11636: checking for x86_64-pc-linux-gnu-windres
configure:11666: result: no
configure:11675: checking for windres
configure:11705: result: no
configure:11777: checking for x86_64-pc-linux-gnu-windmc
configure:11807: result: no
configure:11816: checking for windmc
configure:11832: found /usr/bin/windmc
configure:11843: result: windmc
configure:11918: checking for x86_64-pc-linux-gnu-objcopy
configure:11948: result: no
configure:11957: checking for objcopy
configure:11973: found /usr/bin/objcopy
configure:11984: result: objcopy
configure:12059: checking for x86_64-pc-linux-gnu-objdump
configure:12089: result: no
configure:12098: checking for objdump
configure:12114: found /usr/bin/objdump
configure:12125: result: objdump
configure:12200: checking for x86_64-pc-linux-gnu-otool
configure:12230: result: no
configure:12239: checking for otool
configure:12269: result: no
configure:12341: checking for x86_64-pc-linux-gnu-readelf
configure:12371: result: no
configure:12380: checking for readelf
configure:12396: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin/readelf
configure:12407: result: readelf
configure:12521: checking for aarch64-openwrt-linux-musl-cc
configure:12551: result: no
configure:12521: checking for aarch64-openwrt-linux-musl-gcc
configure:12551: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-c++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-g++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-cxx
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-gxx
configure:12712: result: no
configure:12843: checking for aarch64-openwrt-linux-musl-gcc
configure:12873: result: no
configure:12999: checking for aarch64-openwrt-linux-musl-gfortran
configure:13029: result: no
configure:13160: checking for aarch64-openwrt-linux-musl-gccgo
configure:13190: result: no
configure:13321: checking for aarch64-openwrt-linux-musl-gdc
configure:13351: result: no
configure:13451: checking for ar
configure:13469: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13481: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13681: checking for as
configure:13699: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13711: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13911: checking for dlltool
configure:13944: result: no
configure:14022: checking for aarch64-openwrt-linux-musl-dlltool
configure:14052: result: no
configure:14141: checking for dsymutil
configure:14174: result: no
configure:14252: checking for aarch64-openwrt-linux-musl-dsymutil
configure:14282: result: no
configure:14371: checking for ld
configure:14389: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14401: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14601: checking for lipo
configure:14634: result: no
configure:14712: checking for aarch64-openwrt-linux-musl-lipo
configure:14742: result: no
configure:14831: checking for nm
configure:14849: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:14861: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:15061: checking for objcopy
configure:15079: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15091: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15291: checking for objdump
configure:15309: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15321: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15521: checking for otool
configure:15554: result: no
configure:15632: checking for aarch64-openwrt-linux-musl-otool
configure:15662: result: no
configure:15751: checking for ranlib
configure:15769: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15781: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15981: checking for readelf
configure:15999: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16011: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16211: checking for strip
configure:16229: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16241: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16441: checking for windres
configure:16474: result: no
configure:16552: checking for aarch64-openwrt-linux-musl-windres
configure:16582: result: no
configure:16671: checking for windmc
configure:16704: result: no
configure:16782: checking for aarch64-openwrt-linux-musl-windmc
configure:16812: result: no
configure:16879: checking where to find the target ar
configure:16907: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16921: checking where to find the target as
configure:16949: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16963: checking where to find the target cc
configure:16986: result: just compiled
configure:17005: checking where to find the target c++
configure:17045: result: pre-installed
configure:17050: checking where to find the target c++ for libstdc++
configure:17090: result: pre-installed
configure:17095: checking where to find the target dlltool
configure:17132: result: pre-installed
configure:17137: checking where to find the target dsymutil
configure:17163: result: pre-installed
configure:17168: checking where to find the target gcc
configure:17191: result: just compiled
configure:17210: checking where to find the target gfortran
configure:17250: result: pre-installed
configure:17255: checking where to find the target gccgo
configure:17295: result: pre-installed
configure:17300: checking where to find the target gdc
configure:17340: result: pre-installed
configure:17345: checking where to find the target ld
configure:17373: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17387: checking where to find the target lipo
configure:17413: result: pre-installed
configure:17418: checking where to find the target nm
configure:17446: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17460: checking where to find the target objcopy
configure:17488: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17502: checking where to find the target objdump
configure:17530: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17544: checking where to find the target otool
configure:17570: result: pre-installed
configure:17575: checking where to find the target ranlib
configure:17603: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17617: checking where to find the target readelf
configure:17645: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17659: checking where to find the target strip
configure:17687: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17701: checking where to find the target windres
configure:17738: result: pre-installed
configure:17743: checking where to find the target windmc
configure:17780: result: pre-installed
configure:17813: checking whether to enable maintainer-specific portions of Makefiles
configure:17822: result: no
configure:18057: 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 PN41

config.status:1043: 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=set
ac_cv_env_AR_value=gcc-ar
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=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
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_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
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=set
ac_cv_env_NM_value=gcc-nm
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=set
ac_cv_env_RANLIB_value=gcc-ranlib
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=aarch64-openwrt-linux-musl
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
ac_cv_path_LD_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
ac_cv_path_SED=/home/m/openwrt/staging_dir/host/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
ac_cv_path_install='/home/m/openwrt/staging_dir/host/bin/install -c'
ac_cv_prog_AR=gcc-ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=gcc
ac_cv_prog_DSYMUTIL=dsymutil
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=/home/m/openwrt/staging_dir/host/bin/m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=gcc-nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=gcc-ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=strip
ac_cv_prog_WINDMC=windmc
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=aarch64-openwrt-linux-musl
acx_cv_cc_gcc_supports_ada=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=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl:/usr/lib/gcc/aarch64-openwrt-linux-musl/11.3.0:/usr/lib/gcc/aarch64-openwrt-linux-musl:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin:
gcc_cv_tool_prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl
libgcc_cv_fixed_point=no
lt_cv_objdir=.libs

-----------------

Output variables.

-----------------

AR='gcc-ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS=''
CFLAGS_FOR_BUILD=''
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=''
CXX='g++'
CXXFLAGS='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
CXXFLAGS_FOR_BUILD='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='aarch64-openwrt-linux-musl-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='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-dlltool'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='aarch64-openwrt-linux-musl-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_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='aarch64-openwrt-linux-musl-gdc'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='aarch64-openwrt-linux-musl-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='aarch64-openwrt-linux-musl-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='aarch64-openwrt-linux-musl-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/m/openwrt/staging_dir/host/bin/m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/missing makeinfo'
NM='gcc-nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='gcc-ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib'
RAW_CXX_FOR_TARGET='aarch64-openwrt-linux-musl-c++'
READELF='readelf'
READELF_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/home/m/openwrt/staging_dir/host/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion='''OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='aarch64-openwrt-linux-musl-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='aarch64-openwrt-linux-musl-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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}/aarch64-openwrt-linux-musl'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/tools/'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
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_liboffloadmic_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='cat'
gmpinc='-I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include '
gmplibs='-L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl'
program_transform_name='s&^&aarch64-openwrt-linux-musl-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='aarch64-openwrt-linux-musl'
target_alias='aarch64-openwrt-linux-musl'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --disable-option-checking'
target_configdirs=' libgcc libatomic libquadmath'
target_cpu='aarch64'
target_noncanonical='aarch64-openwrt-linux-musl'
target_os='linux-musl'
target_subdir='aarch64-openwrt-linux-musl'
target_vendor='openwrt'
tooldir='${exec_prefix}/aarch64-openwrt-linux-musl'

-------------------

File substitutions.

-------------------

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-gnu'

-----------

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
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

$ /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads

---------

Platform.

---------

hostname = DESKTOP-BIM9DTP
uname -m = x86_64
uname -r = 5.15.79.1-microsoft-standard-WSL2
uname -s = Linux
uname -v = #1 SMP Wed Nov 23 01:01:46 UTC 2022

/usr/bin/uname -p = x86_64
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin

-----------

Core tests.

-----------

configure:2366: checking build system type
configure:2380: result: x86_64-pc-linux-gnu
configure:2427: checking host system type
configure:2440: result: x86_64-pc-linux-gnu
configure:2460: checking target system type
configure:2473: result: aarch64-openwrt-linux-musl
configure:2527: checking for a BSD-compatible install
configure:2595: result: /home/m/openwrt/staging_dir/host/bin/install -c
configure:2606: checking whether ln works
configure:2628: result: yes
configure:2632: checking whether ln -s works
configure:2636: result: yes
configure:2643: checking for a sed that does not truncate output
configure:2707: result: /home/m/openwrt/staging_dir/host/bin/sed
configure:2716: checking for gawk
configure:2732: found /usr/bin/gawk
configure:2743: result: gawk
configure:3237: checking for libatomic support
configure:3247: result: yes
configure:3275: checking for libitm support
configure:3285: result: yes
configure:3294: checking for libsanitizer support
configure:3304: result: yes
configure:3313: checking for libvtv support
configure:3323: result: yes
configure:3333: checking for libhsail-rt support
configure:3339: result: no
configure:3466: checking for libphobos support
configure:3476: result: yes
configure:4139: checking for x86_64-pc-linux-gnu-gcc
configure:4169: result: no
configure:4179: checking for gcc
configure:4195: found /home/m/openwrt/staging_dir/host/bin/gcc
configure:4206: result: gcc
configure:4435: checking for C compiler version
configure:4444: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:4455: $? = 0
configure:4444: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu122.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1
22.04)
... rest of stderr output deleted ...
configure:4455: $? = 0
configure:4444: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4444: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4475: checking whether the C compiler works
configure:4497: gcc conftest.c >&5
configure:4501: $? = 0
configure:4549: result: yes
configure:4552: checking for C compiler default output file name
configure:4554: result: a.out
configure:4560: checking for suffix of executables
configure:4567: gcc -o conftest conftest.c >&5
configure:4571: $? = 0
configure:4593: result:
configure:4615: checking whether we are cross compiling
configure:4623: gcc -o conftest conftest.c >&5
configure:4627: $? = 0
configure:4634: ./conftest
configure:4638: $? = 0
configure:4653: result: no
configure:4658: checking for suffix of object files
configure:4680: gcc -c conftest.c >&5
configure:4684: $? = 0
configure:4705: result: o
configure:4709: checking whether we are using the GNU C compiler
configure:4728: gcc -c conftest.c >&5
configure:4728: $? = 0
configure:4737: result: yes
configure:4746: checking whether gcc accepts -g
configure:4766: gcc -c -g conftest.c >&5
configure:4766: $? = 0
configure:4807: result: yes
configure:4824: checking for gcc option to accept ISO C89
configure:4887: gcc -c conftest.c >&5
configure:4887: $? = 0
configure:4900: result: none needed
configure:4934: checking for x86_64-pc-linux-gnu-g++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-c++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-gpp
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-aCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-CC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cxx
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cc++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cl.exe
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-FCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-KCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-RCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-xlC_r
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-xlC
configure:4964: result: no
configure:4978: checking for g++
configure:4994: found /home/m/openwrt/staging_dir/host/bin/g++
configure:5005: result: g++
configure:5032: checking for C++ compiler version
configure:5041: g++ --version >&5
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:5052: $? = 0
configure:5041: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu122.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1
22.04)
... rest of stderr output deleted ...
configure:5052: $? = 0
configure:5041: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5041: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5056: checking whether we are using the GNU C++ compiler
configure:5075: g++ -c conftest.cpp >&5
configure:5075: $? = 0
configure:5084: result: yes
configure:5093: checking whether g++ accepts -g
configure:5113: g++ -c -g conftest.cpp >&5
configure:5113: $? = 0
configure:5154: result: yes
configure:5203: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5220: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5220: $? = 0
configure:5221: result: yes
configure:5245: checking for x86_64-pc-linux-gnu-gnatbind
configure:5275: result: no
configure:5285: checking for gnatbind
configure:5315: result: no
configure:5337: checking for x86_64-pc-linux-gnu-gnatmake
configure:5367: result: no
configure:5377: checking for gnatmake
configure:5407: result: no
configure:5426: checking whether compiler driver understands Ada
configure:5449: result: no
configure:5458: checking how to compare bootstrapped objects
configure:5483: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5550: checking whether g++ supports C++11 features by default
configure:5846: g++ -c -g -O2 conftest.cpp >&5
configure:5846: $? = 0
configure:5853: result: yes
configure:7542: checking for objdir
configure:7557: result: .libs
configure:7728: checking for the correct version of gmp.h
configure:7748: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7748: $? = 0
configure:7766: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7766: $? = 0
configure:7767: result: yes
configure:7783: checking for the correct version of mpfr.h
configure:7801: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7801: $? = 0
configure:7818: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7818: $? = 0
configure:7819: result: yes
configure:7836: checking for the correct version of mpc.h
configure:7853: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7853: $? = 0
configure:7869: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7869: $? = 0
configure:7870: result: yes
configure:7888: checking for the correct version of the gmp/mpfr/mpc libraries
configure:7919: gcc -o conftest -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp >&5
configure:7919: $? = 0
configure:7920: result: yes
configure:9259: checking for default BUILD_CONFIG
configure:9291: result:
configure:9296: checking for --enable-vtable-verify
configure:9309: result: no
configure:9925: checking for bison
configure:9941: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9952: result: bison -y
configure:9972: checking for bison
configure:9988: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9999: result: bison
configure:10019: checking for gm4
configure:10046: result: /home/m/openwrt/staging_dir/host/bin/m4
configure:10066: checking for flex
configure:10082: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10093: result: flex
configure:10114: checking for flex
configure:10130: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10141: result: flex
configure:10161: checking for makeinfo
configure:10177: found /home/m/openwrt/staging_dir/host/bin/makeinfo
configure:10188: result: makeinfo
configure:10222: checking for expect
configure:10252: result: no
configure:10271: checking for runtest
configure:10301: result: no
configure:10377: checking for x86_64-pc-linux-gnu-ar
configure:10407: result: no
configure:10416: checking for ar
configure:10432: found /usr/bin/ar
configure:10443: result: ar
configure:10518: checking for x86_64-pc-linux-gnu-as
configure:10548: result: no
configure:10557: checking for as
configure:10573: found /usr/bin/as
configure:10584: result: as
configure:10659: checking for x86_64-pc-linux-gnu-dlltool
configure:10689: result: no
configure:10698: checking for dlltool
configure:10728: result: no
configure:10800: checking for x86_64-pc-linux-gnu-dsymutil
configure:10830: result: no
configure:10839: checking for dsymutil
configure:10869: result: no
configure:10941: checking for x86_64-pc-linux-gnu-ld
configure:10971: result: no
configure:10980: checking for ld
configure:10996: found /usr/bin/ld
configure:11007: result: ld
configure:11082: checking for x86_64-pc-linux-gnu-lipo
configure:11112: result: no
configure:11121: checking for lipo
configure:11151: result: no
configure:11223: checking for x86_64-pc-linux-gnu-nm
configure:11253: result: no
configure:11262: checking for nm
configure:11278: found /usr/bin/nm
configure:11289: result: nm
configure:11364: checking for x86_64-pc-linux-gnu-ranlib
configure:11394: result: no
configure:11403: checking for ranlib
configure:11419: found /usr/bin/ranlib
configure:11430: result: ranlib
configure:11500: checking for x86_64-pc-linux-gnu-strip
configure:11530: result: no
configure:11539: checking for strip
configure:11555: found /usr/bin/strip
configure:11566: result: strip
configure:11636: checking for x86_64-pc-linux-gnu-windres
configure:11666: result: no
configure:11675: checking for windres
configure:11705: result: no
configure:11777: checking for x86_64-pc-linux-gnu-windmc
configure:11807: result: no
configure:11816: checking for windmc
configure:11846: result: no
configure:11918: checking for x86_64-pc-linux-gnu-objcopy
configure:11948: result: no
configure:11957: checking for objcopy
configure:11973: found /usr/bin/objcopy
configure:11984: result: objcopy
configure:12059: checking for x86_64-pc-linux-gnu-objdump
configure:12089: result: no
configure:12098: checking for objdump
configure:12114: found /usr/bin/objdump
configure:12125: result: objdump
configure:12200: checking for x86_64-pc-linux-gnu-otool
configure:12230: result: no
configure:12239: checking for otool
configure:12269: result: no
configure:12341: checking for x86_64-pc-linux-gnu-readelf
configure:12371: result: no
configure:12380: checking for readelf
configure:12396: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin/readelf
configure:12407: result: readelf
configure:12521: checking for aarch64-openwrt-linux-musl-cc
configure:12551: result: no
configure:12521: checking for aarch64-openwrt-linux-musl-gcc
configure:12551: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-c++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-g++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-cxx
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-gxx
configure:12712: result: no
configure:12843: checking for aarch64-openwrt-linux-musl-gcc
configure:12873: result: no
configure:12999: checking for aarch64-openwrt-linux-musl-gfortran
configure:13029: result: no
configure:13160: checking for aarch64-openwrt-linux-musl-gccgo
configure:13190: result: no
configure:13321: checking for aarch64-openwrt-linux-musl-gdc
configure:13351: result: no
configure:13451: checking for ar
configure:13469: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13481: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13681: checking for as
configure:13699: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13711: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13911: checking for dlltool
configure:13944: result: no
configure:14022: checking for aarch64-openwrt-linux-musl-dlltool
configure:14052: result: no
configure:14141: checking for dsymutil
configure:14174: result: no
configure:14252: checking for aarch64-openwrt-linux-musl-dsymutil
configure:14282: result: no
configure:14371: checking for ld
configure:14389: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14401: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14601: checking for lipo
configure:14634: result: no
configure:14712: checking for aarch64-openwrt-linux-musl-lipo
configure:14742: result: no
configure:14831: checking for nm
configure:14849: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:14861: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:15061: checking for objcopy
configure:15079: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15091: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15291: checking for objdump
configure:15309: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15321: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15521: checking for otool
configure:15554: result: no
configure:15632: checking for aarch64-openwrt-linux-musl-otool
configure:15662: result: no
configure:15751: checking for ranlib
configure:15769: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15781: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15981: checking for readelf
configure:15999: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16011: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16211: checking for strip
configure:16229: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16241: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16441: checking for windres
configure:16474: result: no
configure:16552: checking for aarch64-openwrt-linux-musl-windres
configure:16582: result: no
configure:16671: checking for windmc
configure:16704: result: no
configure:16782: checking for aarch64-openwrt-linux-musl-windmc
configure:16812: result: no
configure:16879: checking where to find the target ar
configure:16907: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16921: checking where to find the target as
configure:16949: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16963: checking where to find the target cc
configure:16986: result: just compiled
configure:17005: checking where to find the target c++
configure:17045: result: pre-installed
configure:17050: checking where to find the target c++ for libstdc++
configure:17090: result: pre-installed
configure:17095: checking where to find the target dlltool
configure:17132: result: pre-installed
configure:17137: checking where to find the target dsymutil
configure:17163: result: pre-installed
configure:17168: checking where to find the target gcc
configure:17191: result: just compiled
configure:17210: checking where to find the target gfortran
configure:17250: result: pre-installed
configure:17255: checking where to find the target gccgo
configure:17295: result: pre-installed
configure:17300: checking where to find the target gdc
configure:17340: result: pre-installed
configure:17345: checking where to find the target ld
configure:17373: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17387: checking where to find the target lipo
configure:17413: result: pre-installed
configure:17418: checking where to find the target nm
configure:17446: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17460: checking where to find the target objcopy
configure:17488: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17502: checking where to find the target objdump
configure:17530: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17544: checking where to find the target otool
configure:17570: result: pre-installed
configure:17575: checking where to find the target ranlib
configure:17603: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17617: checking where to find the target readelf
configure:17645: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17659: checking where to find the target strip
configure:17687: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17701: checking where to find the target windres
configure:17738: result: pre-installed
configure:17743: checking where to find the target windmc
configure:17780: result: pre-installed
configure:17813: checking whether to enable maintainer-specific portions of Makefiles
configure:17822: result: no
configure:18057: 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 DESKTOP-BIM9DTP

config.status:1039: 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=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_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_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_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
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=aarch64-openwrt-linux-musl
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
ac_cv_path_LD_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
ac_cv_path_SED=/home/m/openwrt/staging_dir/host/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
ac_cv_path_install='/home/m/openwrt/staging_dir/host/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=/home/m/openwrt/staging_dir/host/bin/m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=aarch64-openwrt-linux-musl
acx_cv_cc_gcc_supports_ada=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=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl:/usr/lib/gcc/aarch64-openwrt-linux-musl/11.3.0:/usr/lib/gcc/aarch64-openwrt-linux-musl:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin:
gcc_cv_tool_prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl
libgcc_cv_fixed_point=no
lt_cv_objdir=.libs

-----------------

Output variables.

-----------------

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS=''
CFLAGS_FOR_BUILD=''
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=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='aarch64-openwrt-linux-musl-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='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-dlltool'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='aarch64-openwrt-linux-musl-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_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='aarch64-openwrt-linux-musl-gdc'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='aarch64-openwrt-linux-musl-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='aarch64-openwrt-linux-musl-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='aarch64-openwrt-linux-musl-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/m/openwrt/staging_dir/host/bin/m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/missing makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib'
RAW_CXX_FOR_TARGET='aarch64-openwrt-linux-musl-c++'
READELF='readelf'
READELF_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/home/m/openwrt/staging_dir/host/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion='''OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='aarch64-openwrt-linux-musl-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='aarch64-openwrt-linux-musl-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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}/aarch64-openwrt-linux-musl'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/tools/'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
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_liboffloadmic_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='cat'
gmpinc='-I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include '
gmplibs='-L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl'
program_transform_name='s&^&aarch64-openwrt-linux-musl-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='aarch64-openwrt-linux-musl'
target_alias='aarch64-openwrt-linux-musl'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --disable-option-checking'
target_configdirs=' libgcc libatomic libquadmath'
target_cpu='aarch64'
target_noncanonical='aarch64-openwrt-linux-musl'
target_os='linux-musl'
target_subdir='aarch64-openwrt-linux-musl'
target_vendor='openwrt'
tooldir='${exec_prefix}/aarch64-openwrt-linux-musl'

-------------------

File substitutions.

-------------------

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-gnu'

-----------

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
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $
m@PN41~ $ cat /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0-initial/config.log config.log
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

$ /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7 --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads

---------

Platform.

---------

hostname = PN41
uname -m = x86_64
uname -r = 6.0.12-1217.native
uname -s = Linux
uname -v = #1 SMP Thu Dec 8 02:55:26 PST 2022

/usr/bin/uname -p = unknown
/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: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/.cargo/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /opt/3rd-party/bin

-----------

Core tests.

-----------

configure:2366: checking build system type
configure:2380: result: x86_64-pc-linux-gnu
configure:2427: checking host system type
configure:2440: result: x86_64-pc-linux-gnu
configure:2460: checking target system type
configure:2473: result: aarch64-openwrt-linux-musl
configure:2527: checking for a BSD-compatible install
configure:2595: result: /home/m/openwrt/staging_dir/host/bin/install -c
configure:2606: checking whether ln works
configure:2628: result: yes
configure:2632: checking whether ln -s works
configure:2636: result: yes
configure:2643: checking for a sed that does not truncate output
configure:2707: result: /home/m/openwrt/staging_dir/host/bin/sed
configure:2716: checking for gawk
configure:2732: found /usr/bin/gawk
configure:2743: result: gawk
configure:3237: checking for libatomic support
configure:3247: result: yes
configure:3275: checking for libitm support
configure:3285: result: yes
configure:3294: checking for libsanitizer support
configure:3304: result: yes
configure:3313: checking for libvtv support
configure:3323: result: yes
configure:3333: checking for libhsail-rt support
configure:3339: result: no
configure:3466: checking for libphobos support
configure:3476: result: yes
configure:4139: checking for x86_64-pc-linux-gnu-gcc
configure:4166: result: gcc
configure:4435: checking for C compiler version
configure:4444: gcc --version >&5
gcc (Clear Linux OS for Intel Architecture) 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10
Copyright (C) 2022 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:4455: $? = 0
configure:4444: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-generic-linux/12/lto-wrapper
Target: x86_64-generic-linux
Configured with: ../gcc-12.2.0/configure --prefix=/usr --with-pkgversion='Clear Linux OS for Intel Architecture' --libdir=/usr/lib64 --enable-libstdcxx-pch --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-gnu-indirect-function --disable-vtable-verify --enable-threads=posix --enable-__cxa_atexit --enable-plugin --enable-ld=default --enable-clocale=gnu --disable-multiarch --enable-multilib --enable-lto --with-pic --disable-werror --enable-linker-build-id --build=x86_64-generic-linux --target=x86_64-generic-linux --enable-host-shared --enable-languages=c,c++,fortran,go,jit --enable-bootstrap --with-ppl=yes --with-isl --includedir=/usr/include --exec-prefix=/usr --with-glibc-version=2.35 --disable-libunwind-exceptions --with-gnu-ld --with-tune=skylake-avx512 --with-arch=westmere --enable-cet --disable-libmpx --with-gcc-major-version-only --enable-linux-futex --enable-gnu-indirect-function --enable-default-pie
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10 (Clear Linux OS for Intel Architecture)
configure:4455: $? = 0
configure:4444: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4444: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4475: checking whether the C compiler works
configure:4497: gcc conftest.c >&5
configure:4501: $? = 0
configure:4549: result: yes
configure:4552: checking for C compiler default output file name
configure:4554: result: a.out
configure:4560: checking for suffix of executables
configure:4567: gcc -o conftest conftest.c >&5
configure:4571: $? = 0
configure:4593: result:
configure:4615: checking whether we are cross compiling
configure:4623: gcc -o conftest conftest.c >&5
configure:4627: $? = 0
configure:4634: ./conftest
configure:4638: $? = 0
configure:4653: result: no
configure:4658: checking for suffix of object files
configure:4680: gcc -c conftest.c >&5
configure:4684: $? = 0
configure:4705: result: o
configure:4709: checking whether we are using the GNU C compiler
configure:4728: gcc -c conftest.c >&5
configure:4728: $? = 0
configure:4737: result: yes
configure:4746: checking whether gcc accepts -g
configure:4766: gcc -c -g conftest.c >&5
configure:4766: $? = 0
configure:4807: result: yes
configure:4824: checking for gcc option to accept ISO C89
configure:4887: gcc -c conftest.c >&5
configure:4887: $? = 0
configure:4900: result: none needed
configure:5032: checking for C++ compiler version
configure:5041: g++ --version >&5
g++ (Clear Linux OS for Intel Architecture) 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10
Copyright (C) 2022 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:5052: $? = 0
configure:5041: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-generic-linux/12/lto-wrapper
Target: x86_64-generic-linux
Configured with: ../gcc-12.2.0/configure --prefix=/usr --with-pkgversion='Clear Linux OS for Intel Architecture' --libdir=/usr/lib64 --enable-libstdcxx-pch --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-gnu-indirect-function --disable-vtable-verify --enable-threads=posix --enable-__cxa_atexit --enable-plugin --enable-ld=default --enable-clocale=gnu --disable-multiarch --enable-multilib --enable-lto --with-pic --disable-werror --enable-linker-build-id --build=x86_64-generic-linux --target=x86_64-generic-linux --enable-host-shared --enable-languages=c,c++,fortran,go,jit --enable-bootstrap --with-ppl=yes --with-isl --includedir=/usr/include --exec-prefix=/usr --with-glibc-version=2.35 --disable-libunwind-exceptions --with-gnu-ld --with-tune=skylake-avx512 --with-arch=westmere --enable-cet --disable-libmpx --with-gcc-major-version-only --enable-linux-futex --enable-gnu-indirect-function --enable-default-pie
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20221208 releases/gcc-12.2.0-266-gdca2613c10 (Clear Linux OS for Intel Architecture)
configure:5052: $? = 0
configure:5041: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5041: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5056: checking whether we are using the GNU C++ compiler
configure:5075: g++ -c -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 conftest.cpp >&5
configure:5075: $? = 0
configure:5084: result: yes
configure:5093: checking whether g++ accepts -g
configure:5113: g++ -c -g conftest.cpp >&5
configure:5113: $? = 0
configure:5154: result: yes
configure:5203: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5220: g++ -o conftest -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5220: $? = 0
configure:5221: result: yes
configure:5245: checking for x86_64-pc-linux-gnu-gnatbind
configure:5275: result: no
configure:5285: checking for gnatbind
configure:5315: result: no
configure:5337: checking for x86_64-pc-linux-gnu-gnatmake
configure:5367: result: no
configure:5377: checking for gnatmake
configure:5407: result: no
configure:5426: checking whether compiler driver understands Ada
configure:5449: result: no
configure:5458: checking how to compare bootstrapped objects
configure:5483: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5550: checking whether g++ supports C++11 features by default
configure:5846: g++ -c -g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17 conftest.cpp >&5
configure:5846: $? = 0
configure:5853: result: yes
configure:7542: checking for objdir
configure:7557: result: .libs
configure:7728: checking for the correct version of gmp.h
configure:7748: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7748: $? = 0
configure:7766: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7766: $? = 0
configure:7767: result: yes
configure:7783: checking for the correct version of mpfr.h
configure:7801: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7801: $? = 0
configure:7818: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7818: $? = 0
configure:7819: result: yes
configure:7836: checking for the correct version of mpc.h
configure:7853: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7853: $? = 0
configure:7869: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7869: $? = 0
configure:7870: result: yes
configure:7888: checking for the correct version of the gmp/mpfr/mpc libraries
configure:7919: gcc -o conftest -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp >&5
configure:7919: $? = 0
configure:7920: result: yes
configure:9259: checking for default BUILD_CONFIG
configure:9291: result:
configure:9296: checking for --enable-vtable-verify
configure:9309: result: no
configure:9925: checking for bison
configure:9941: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9952: result: bison -y
configure:9972: checking for bison
configure:9988: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9999: result: bison
configure:10019: checking for gm4
configure:10046: result: /home/m/openwrt/staging_dir/host/bin/m4
configure:10066: checking for flex
configure:10082: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10093: result: flex
configure:10114: checking for flex
configure:10130: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10141: result: flex
configure:10161: checking for makeinfo
configure:10177: found /home/m/openwrt/staging_dir/host/bin/makeinfo
configure:10188: result: makeinfo
configure:10222: checking for expect
configure:10238: found /usr/bin/expect
configure:10249: result: expect
configure:10271: checking for runtest
configure:10287: found /usr/bin/runtest
configure:10298: result: runtest
configure:10335: checking for ar
configure:10362: result: gcc-ar
configure:10377: checking for x86_64-pc-linux-gnu-ar
configure:10404: result: gcc-ar
configure:10518: checking for x86_64-pc-linux-gnu-as
configure:10548: result: no
configure:10557: checking for as
configure:10573: found /usr/bin/as
configure:10584: result: as
configure:10659: checking for x86_64-pc-linux-gnu-dlltool
configure:10689: result: no
configure:10698: checking for dlltool
configure:10728: result: no
configure:10800: checking for x86_64-pc-linux-gnu-dsymutil
configure:10830: result: no
configure:10839: checking for dsymutil
configure:10855: found /usr/bin/dsymutil
configure:10866: result: dsymutil
configure:10941: checking for x86_64-pc-linux-gnu-ld
configure:10971: result: no
configure:10980: checking for ld
configure:10996: found /usr/bin/ld
configure:11007: result: ld
configure:11082: checking for x86_64-pc-linux-gnu-lipo
configure:11112: result: no
configure:11121: checking for lipo
configure:11151: result: no
configure:11181: checking for nm
configure:11208: result: gcc-nm
configure:11223: checking for x86_64-pc-linux-gnu-nm
configure:11250: result: gcc-nm
configure:11322: checking for ranlib
configure:11349: result: gcc-ranlib
configure:11364: checking for x86_64-pc-linux-gnu-ranlib
configure:11391: result: gcc-ranlib
configure:11500: checking for x86_64-pc-linux-gnu-strip
configure:11530: result: no
configure:11539: checking for strip
configure:11555: found /usr/bin/strip
configure:11566: result: strip
configure:11636: checking for x86_64-pc-linux-gnu-windres
configure:11666: result: no
configure:11675: checking for windres
configure:11705: result: no
configure:11777: checking for x86_64-pc-linux-gnu-windmc
configure:11807: result: no
configure:11816: checking for windmc
configure:11832: found /usr/bin/windmc
configure:11843: result: windmc
configure:11918: checking for x86_64-pc-linux-gnu-objcopy
configure:11948: result: no
configure:11957: checking for objcopy
configure:11973: found /usr/bin/objcopy
configure:11984: result: objcopy
configure:12059: checking for x86_64-pc-linux-gnu-objdump
configure:12089: result: no
configure:12098: checking for objdump
configure:12114: found /usr/bin/objdump
configure:12125: result: objdump
configure:12200: checking for x86_64-pc-linux-gnu-otool
configure:12230: result: no
configure:12239: checking for otool
configure:12269: result: no
configure:12341: checking for x86_64-pc-linux-gnu-readelf
configure:12371: result: no
configure:12380: checking for readelf
configure:12396: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin/readelf
configure:12407: result: readelf
configure:12521: checking for aarch64-openwrt-linux-musl-cc
configure:12551: result: no
configure:12521: checking for aarch64-openwrt-linux-musl-gcc
configure:12551: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-c++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-g++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-cxx
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-gxx
configure:12712: result: no
configure:12843: checking for aarch64-openwrt-linux-musl-gcc
configure:12873: result: no
configure:12999: checking for aarch64-openwrt-linux-musl-gfortran
configure:13029: result: no
configure:13160: checking for aarch64-openwrt-linux-musl-gccgo
configure:13190: result: no
configure:13321: checking for aarch64-openwrt-linux-musl-gdc
configure:13351: result: no
configure:13451: checking for ar
configure:13469: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13481: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13681: checking for as
configure:13699: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13711: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13911: checking for dlltool
configure:13944: result: no
configure:14022: checking for aarch64-openwrt-linux-musl-dlltool
configure:14052: result: no
configure:14141: checking for dsymutil
configure:14174: result: no
configure:14252: checking for aarch64-openwrt-linux-musl-dsymutil
configure:14282: result: no
configure:14371: checking for ld
configure:14389: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14401: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14601: checking for lipo
configure:14634: result: no
configure:14712: checking for aarch64-openwrt-linux-musl-lipo
configure:14742: result: no
configure:14831: checking for nm
configure:14849: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:14861: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:15061: checking for objcopy
configure:15079: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15091: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15291: checking for objdump
configure:15309: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15321: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15521: checking for otool
configure:15554: result: no
configure:15632: checking for aarch64-openwrt-linux-musl-otool
configure:15662: result: no
configure:15751: checking for ranlib
configure:15769: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15781: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15981: checking for readelf
configure:15999: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16011: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16211: checking for strip
configure:16229: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16241: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16441: checking for windres
configure:16474: result: no
configure:16552: checking for aarch64-openwrt-linux-musl-windres
configure:16582: result: no
configure:16671: checking for windmc
configure:16704: result: no
configure:16782: checking for aarch64-openwrt-linux-musl-windmc
configure:16812: result: no
configure:16879: checking where to find the target ar
configure:16907: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16921: checking where to find the target as
configure:16949: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16963: checking where to find the target cc
configure:16986: result: just compiled
configure:17005: checking where to find the target c++
configure:17045: result: pre-installed
configure:17050: checking where to find the target c++ for libstdc++
configure:17090: result: pre-installed
configure:17095: checking where to find the target dlltool
configure:17132: result: pre-installed
configure:17137: checking where to find the target dsymutil
configure:17163: result: pre-installed
configure:17168: checking where to find the target gcc
configure:17191: result: just compiled
configure:17210: checking where to find the target gfortran
configure:17250: result: pre-installed
configure:17255: checking where to find the target gccgo
configure:17295: result: pre-installed
configure:17300: checking where to find the target gdc
configure:17340: result: pre-installed
configure:17345: checking where to find the target ld
configure:17373: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17387: checking where to find the target lipo
configure:17413: result: pre-installed
configure:17418: checking where to find the target nm
configure:17446: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17460: checking where to find the target objcopy
configure:17488: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17502: checking where to find the target objdump
configure:17530: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17544: checking where to find the target otool
configure:17570: result: pre-installed
configure:17575: checking where to find the target ranlib
configure:17603: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17617: checking where to find the target readelf
configure:17645: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17659: checking where to find the target strip
configure:17687: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17701: checking where to find the target windres
configure:17738: result: pre-installed
configure:17743: checking where to find the target windmc
configure:17780: result: pre-installed
configure:17813: checking whether to enable maintainer-specific portions of Makefiles
configure:17822: result: no
configure:18057: 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 PN41

config.status:1043: 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=set
ac_cv_env_AR_value=gcc-ar
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=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
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_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
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=set
ac_cv_env_NM_value=gcc-nm
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=set
ac_cv_env_RANLIB_value=gcc-ranlib
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=aarch64-openwrt-linux-musl
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
ac_cv_path_LD_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
ac_cv_path_SED=/home/m/openwrt/staging_dir/host/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
ac_cv_path_install='/home/m/openwrt/staging_dir/host/bin/install -c'
ac_cv_prog_AR=gcc-ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=gcc
ac_cv_prog_DSYMUTIL=dsymutil
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=/home/m/openwrt/staging_dir/host/bin/m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=gcc-nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=gcc-ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_RUNTEST=runtest
ac_cv_prog_STRIP=strip
ac_cv_prog_WINDMC=windmc
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=aarch64-openwrt-linux-musl
acx_cv_cc_gcc_supports_ada=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=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl:/usr/lib/gcc/aarch64-openwrt-linux-musl/11.3.0:/usr/lib/gcc/aarch64-openwrt-linux-musl:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin:
gcc_cv_tool_prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl
libgcc_cv_fixed_point=no
lt_cv_objdir=.libs

-----------------

Output variables.

-----------------

AR='gcc-ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS=''
CFLAGS_FOR_BUILD=''
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=''
CXX='g++'
CXXFLAGS='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
CXXFLAGS_FOR_BUILD='-g -O3 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wformat -Wformat-security -m64 -fasynchronous-unwind-tables -Wp,-D_REENTRANT -ftree-loop-distribute-patterns -Wl,-z,now -Wl,-z,relro -fno-semantic-interposition -ffat-lto-objects -fno-trapping-math -Wl,-sort-common -Wl,--enable-new-dtags -mtune=skylake -mrelax-cmpxchg-loop -fvisibility-inlines-hidden -Wl,--enable-new-dtags -std=gnu++17'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='aarch64-openwrt-linux-musl-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='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-dlltool'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='aarch64-openwrt-linux-musl-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_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='aarch64-openwrt-linux-musl-gdc'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='aarch64-openwrt-linux-musl-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='aarch64-openwrt-linux-musl-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='aarch64-openwrt-linux-musl-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/m/openwrt/staging_dir/host/bin/m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/missing makeinfo'
NM='gcc-nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='gcc-ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib'
RAW_CXX_FOR_TARGET='aarch64-openwrt-linux-musl-c++'
READELF='readelf'
READELF_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/home/m/openwrt/staging_dir/host/bin/sed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion='''OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='aarch64-openwrt-linux-musl-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='aarch64-openwrt-linux-musl-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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}/aarch64-openwrt-linux-musl'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/tools/'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
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_liboffloadmic_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='cat'
gmpinc='-I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include '
gmplibs='-L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl'
program_transform_name='s&^&aarch64-openwrt-linux-musl-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='aarch64-openwrt-linux-musl'
target_alias='aarch64-openwrt-linux-musl'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21504-d15b1fbed7''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --disable-option-checking'
target_configdirs=' libgcc libatomic libquadmath'
target_cpu='aarch64'
target_noncanonical='aarch64-openwrt-linux-musl'
target_os='linux-musl'
target_subdir='aarch64-openwrt-linux-musl'
target_vendor='openwrt'
tooldir='${exec_prefix}/aarch64-openwrt-linux-musl'

-------------------

File substitutions.

-------------------

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-gnu'

-----------

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
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

$ /home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads

---------

Platform.

---------

hostname = DESKTOP-BIM9DTP
uname -m = x86_64
uname -r = 5.15.79.1-microsoft-standard-WSL2
uname -s = Linux
uname -v = #1 SMP Wed Nov 23 01:01:46 UTC 2022

/usr/bin/uname -p = x86_64
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /home/m/openwrt/staging_dir/host/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin

-----------

Core tests.

-----------

configure:2366: checking build system type
configure:2380: result: x86_64-pc-linux-gnu
configure:2427: checking host system type
configure:2440: result: x86_64-pc-linux-gnu
configure:2460: checking target system type
configure:2473: result: aarch64-openwrt-linux-musl
configure:2527: checking for a BSD-compatible install
configure:2595: result: /home/m/openwrt/staging_dir/host/bin/install -c
configure:2606: checking whether ln works
configure:2628: result: yes
configure:2632: checking whether ln -s works
configure:2636: result: yes
configure:2643: checking for a sed that does not truncate output
configure:2707: result: /home/m/openwrt/staging_dir/host/bin/sed
configure:2716: checking for gawk
configure:2732: found /usr/bin/gawk
configure:2743: result: gawk
configure:3237: checking for libatomic support
configure:3247: result: yes
configure:3275: checking for libitm support
configure:3285: result: yes
configure:3294: checking for libsanitizer support
configure:3304: result: yes
configure:3313: checking for libvtv support
configure:3323: result: yes
configure:3333: checking for libhsail-rt support
configure:3339: result: no
configure:3466: checking for libphobos support
configure:3476: result: yes
configure:4139: checking for x86_64-pc-linux-gnu-gcc
configure:4169: result: no
configure:4179: checking for gcc
configure:4195: found /home/m/openwrt/staging_dir/host/bin/gcc
configure:4206: result: gcc
configure:4435: checking for C compiler version
configure:4444: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:4455: $? = 0
configure:4444: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu122.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1
22.04)
... rest of stderr output deleted ...
configure:4455: $? = 0
configure:4444: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4444: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4455: $? = 1
configure:4475: checking whether the C compiler works
configure:4497: gcc conftest.c >&5
configure:4501: $? = 0
configure:4549: result: yes
configure:4552: checking for C compiler default output file name
configure:4554: result: a.out
configure:4560: checking for suffix of executables
configure:4567: gcc -o conftest conftest.c >&5
configure:4571: $? = 0
configure:4593: result:
configure:4615: checking whether we are cross compiling
configure:4623: gcc -o conftest conftest.c >&5
configure:4627: $? = 0
configure:4634: ./conftest
configure:4638: $? = 0
configure:4653: result: no
configure:4658: checking for suffix of object files
configure:4680: gcc -c conftest.c >&5
configure:4684: $? = 0
configure:4705: result: o
configure:4709: checking whether we are using the GNU C compiler
configure:4728: gcc -c conftest.c >&5
configure:4728: $? = 0
configure:4737: result: yes
configure:4746: checking whether gcc accepts -g
configure:4766: gcc -c -g conftest.c >&5
configure:4766: $? = 0
configure:4807: result: yes
configure:4824: checking for gcc option to accept ISO C89
configure:4887: gcc -c conftest.c >&5
configure:4887: $? = 0
configure:4900: result: none needed
configure:4934: checking for x86_64-pc-linux-gnu-g++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-c++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-gpp
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-aCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-CC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cxx
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cc++
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-cl.exe
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-FCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-KCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-RCC
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-xlC_r
configure:4964: result: no
configure:4934: checking for x86_64-pc-linux-gnu-xlC
configure:4964: result: no
configure:4978: checking for g++
configure:4994: found /home/m/openwrt/staging_dir/host/bin/g++
configure:5005: result: g++
configure:5032: checking for C++ compiler version
configure:5041: g++ --version >&5
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:5052: $? = 0
configure:5041: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu122.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1
22.04)
... rest of stderr output deleted ...
configure:5052: $? = 0
configure:5041: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5041: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5052: $? = 1
configure:5056: checking whether we are using the GNU C++ compiler
configure:5075: g++ -c conftest.cpp >&5
configure:5075: $? = 0
configure:5084: result: yes
configure:5093: checking whether g++ accepts -g
configure:5113: g++ -c -g conftest.cpp >&5
configure:5113: $? = 0
configure:5154: result: yes
configure:5203: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:5220: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5
configure:5220: $? = 0
configure:5221: result: yes
configure:5245: checking for x86_64-pc-linux-gnu-gnatbind
configure:5275: result: no
configure:5285: checking for gnatbind
configure:5315: result: no
configure:5337: checking for x86_64-pc-linux-gnu-gnatmake
configure:5367: result: no
configure:5377: checking for gnatmake
configure:5407: result: no
configure:5426: checking whether compiler driver understands Ada
configure:5449: result: no
configure:5458: checking how to compare bootstrapped objects
configure:5483: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5550: checking whether g++ supports C++11 features by default
configure:5846: g++ -c -g -O2 conftest.cpp >&5
configure:5846: $? = 0
configure:5853: result: yes
configure:7542: checking for objdir
configure:7557: result: .libs
configure:7728: checking for the correct version of gmp.h
configure:7748: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7748: $? = 0
configure:7766: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7766: $? = 0
configure:7767: result: yes
configure:7783: checking for the correct version of mpfr.h
configure:7801: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7801: $? = 0
configure:7818: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7818: $? = 0
configure:7819: result: yes
configure:7836: checking for the correct version of mpc.h
configure:7853: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7853: $? = 0
configure:7869: gcc -c -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c >&5
configure:7869: $? = 0
configure:7870: result: yes
configure:7888: checking for the correct version of the gmp/mpfr/mpc libraries
configure:7919: gcc -o conftest -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include conftest.c -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp >&5
configure:7919: $? = 0
configure:7920: result: yes
configure:9259: checking for default BUILD_CONFIG
configure:9291: result:
configure:9296: checking for --enable-vtable-verify
configure:9309: result: no
configure:9925: checking for bison
configure:9941: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9952: result: bison -y
configure:9972: checking for bison
configure:9988: found /home/m/openwrt/staging_dir/host/bin/bison
configure:9999: result: bison
configure:10019: checking for gm4
configure:10046: result: /home/m/openwrt/staging_dir/host/bin/m4
configure:10066: checking for flex
configure:10082: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10093: result: flex
configure:10114: checking for flex
configure:10130: found /home/m/openwrt/staging_dir/host/bin/flex
configure:10141: result: flex
configure:10161: checking for makeinfo
configure:10177: found /home/m/openwrt/staging_dir/host/bin/makeinfo
configure:10188: result: makeinfo
configure:10222: checking for expect
configure:10252: result: no
configure:10271: checking for runtest
configure:10301: result: no
configure:10377: checking for x86_64-pc-linux-gnu-ar
configure:10407: result: no
configure:10416: checking for ar
configure:10432: found /usr/bin/ar
configure:10443: result: ar
configure:10518: checking for x86_64-pc-linux-gnu-as
configure:10548: result: no
configure:10557: checking for as
configure:10573: found /usr/bin/as
configure:10584: result: as
configure:10659: checking for x86_64-pc-linux-gnu-dlltool
configure:10689: result: no
configure:10698: checking for dlltool
configure:10728: result: no
configure:10800: checking for x86_64-pc-linux-gnu-dsymutil
configure:10830: result: no
configure:10839: checking for dsymutil
configure:10869: result: no
configure:10941: checking for x86_64-pc-linux-gnu-ld
configure:10971: result: no
configure:10980: checking for ld
configure:10996: found /usr/bin/ld
configure:11007: result: ld
configure:11082: checking for x86_64-pc-linux-gnu-lipo
configure:11112: result: no
configure:11121: checking for lipo
configure:11151: result: no
configure:11223: checking for x86_64-pc-linux-gnu-nm
configure:11253: result: no
configure:11262: checking for nm
configure:11278: found /usr/bin/nm
configure:11289: result: nm
configure:11364: checking for x86_64-pc-linux-gnu-ranlib
configure:11394: result: no
configure:11403: checking for ranlib
configure:11419: found /usr/bin/ranlib
configure:11430: result: ranlib
configure:11500: checking for x86_64-pc-linux-gnu-strip
configure:11530: result: no
configure:11539: checking for strip
configure:11555: found /usr/bin/strip
configure:11566: result: strip
configure:11636: checking for x86_64-pc-linux-gnu-windres
configure:11666: result: no
configure:11675: checking for windres
configure:11705: result: no
configure:11777: checking for x86_64-pc-linux-gnu-windmc
configure:11807: result: no
configure:11816: checking for windmc
configure:11846: result: no
configure:11918: checking for x86_64-pc-linux-gnu-objcopy
configure:11948: result: no
configure:11957: checking for objcopy
configure:11973: found /usr/bin/objcopy
configure:11984: result: objcopy
configure:12059: checking for x86_64-pc-linux-gnu-objdump
configure:12089: result: no
configure:12098: checking for objdump
configure:12114: found /usr/bin/objdump
configure:12125: result: objdump
configure:12200: checking for x86_64-pc-linux-gnu-otool
configure:12230: result: no
configure:12239: checking for otool
configure:12269: result: no
configure:12341: checking for x86_64-pc-linux-gnu-readelf
configure:12371: result: no
configure:12380: checking for readelf
configure:12396: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/bin/readelf
configure:12407: result: readelf
configure:12521: checking for aarch64-openwrt-linux-musl-cc
configure:12551: result: no
configure:12521: checking for aarch64-openwrt-linux-musl-gcc
configure:12551: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-c++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-g++
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-cxx
configure:12712: result: no
configure:12682: checking for aarch64-openwrt-linux-musl-gxx
configure:12712: result: no
configure:12843: checking for aarch64-openwrt-linux-musl-gcc
configure:12873: result: no
configure:12999: checking for aarch64-openwrt-linux-musl-gfortran
configure:13029: result: no
configure:13160: checking for aarch64-openwrt-linux-musl-gccgo
configure:13190: result: no
configure:13321: checking for aarch64-openwrt-linux-musl-gdc
configure:13351: result: no
configure:13451: checking for ar
configure:13469: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13481: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
configure:13681: checking for as
configure:13699: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13711: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
configure:13911: checking for dlltool
configure:13944: result: no
configure:14022: checking for aarch64-openwrt-linux-musl-dlltool
configure:14052: result: no
configure:14141: checking for dsymutil
configure:14174: result: no
configure:14252: checking for aarch64-openwrt-linux-musl-dsymutil
configure:14282: result: no
configure:14371: checking for ld
configure:14389: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14401: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
configure:14601: checking for lipo
configure:14634: result: no
configure:14712: checking for aarch64-openwrt-linux-musl-lipo
configure:14742: result: no
configure:14831: checking for nm
configure:14849: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:14861: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
configure:15061: checking for objcopy
configure:15079: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15091: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
configure:15291: checking for objdump
configure:15309: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15321: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
configure:15521: checking for otool
configure:15554: result: no
configure:15632: checking for aarch64-openwrt-linux-musl-otool
configure:15662: result: no
configure:15751: checking for ranlib
configure:15769: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15781: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
configure:15981: checking for readelf
configure:15999: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16011: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
configure:16211: checking for strip
configure:16229: found /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16241: result: /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
configure:16441: checking for windres
configure:16474: result: no
configure:16552: checking for aarch64-openwrt-linux-musl-windres
configure:16582: result: no
configure:16671: checking for windmc
configure:16704: result: no
configure:16782: checking for aarch64-openwrt-linux-musl-windmc
configure:16812: result: no
configure:16879: checking where to find the target ar
configure:16907: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16921: checking where to find the target as
configure:16949: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:16963: checking where to find the target cc
configure:16986: result: just compiled
configure:17005: checking where to find the target c++
configure:17045: result: pre-installed
configure:17050: checking where to find the target c++ for libstdc++
configure:17090: result: pre-installed
configure:17095: checking where to find the target dlltool
configure:17132: result: pre-installed
configure:17137: checking where to find the target dsymutil
configure:17163: result: pre-installed
configure:17168: checking where to find the target gcc
configure:17191: result: just compiled
configure:17210: checking where to find the target gfortran
configure:17250: result: pre-installed
configure:17255: checking where to find the target gccgo
configure:17295: result: pre-installed
configure:17300: checking where to find the target gdc
configure:17340: result: pre-installed
configure:17345: checking where to find the target ld
configure:17373: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17387: checking where to find the target lipo
configure:17413: result: pre-installed
configure:17418: checking where to find the target nm
configure:17446: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17460: checking where to find the target objcopy
configure:17488: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17502: checking where to find the target objdump
configure:17530: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17544: checking where to find the target otool
configure:17570: result: pre-installed
configure:17575: checking where to find the target ranlib
configure:17603: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17617: checking where to find the target readelf
configure:17645: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17659: checking where to find the target strip
configure:17687: result: pre-installed in /home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin
configure:17701: checking where to find the target windres
configure:17738: result: pre-installed
configure:17743: checking where to find the target windmc
configure:17780: result: pre-installed
configure:17813: checking whether to enable maintainer-specific portions of Makefiles
configure:17822: result: no
configure:18057: 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 DESKTOP-BIM9DTP

config.status:1039: 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=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_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_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_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
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=aarch64-openwrt-linux-musl
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar
ac_cv_path_AS_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as
ac_cv_path_LD_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld
ac_cv_path_NM_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm
ac_cv_path_OBJCOPY_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy
ac_cv_path_OBJDUMP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib
ac_cv_path_READELF_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf
ac_cv_path_SED=/home/m/openwrt/staging_dir/host/bin/sed
ac_cv_path_STRIP_FOR_TARGET=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip
ac_cv_path_install='/home/m/openwrt/staging_dir/host/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=ld
ac_cv_prog_LEX=flex
ac_cv_prog_M4=/home/m/openwrt/staging_dir/host/bin/m4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=aarch64-openwrt-linux-musl
acx_cv_cc_gcc_supports_ada=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=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/libexec/gcc/aarch64-openwrt-linux-musl:/usr/lib/gcc/aarch64-openwrt-linux-musl/11.3.0:/usr/lib/gcc/aarch64-openwrt-linux-musl:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/aarch64-openwrt-linux-musl/11.3.0:/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin:
gcc_cv_tool_prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl
libgcc_cv_fixed_point=no
lt_cv_objdir=.libs

-----------------

Output variables.

-----------------

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS=''
CFLAGS_FOR_BUILD=''
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=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='aarch64-openwrt-linux-musl-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='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-dlltool'
DSYMUTIL='dsymutil'
DSYMUTIL_FOR_BUILD='$(DSYMUTIL)'
DSYMUTIL_FOR_TARGET='aarch64-openwrt-linux-musl-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_FOR_BUILD='$(GDC)'
GDC_FOR_TARGET='aarch64-openwrt-linux-musl-gdc'
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='aarch64-openwrt-linux-musl-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='aarch64-openwrt-linux-musl-gccgo'
HAVE_CXX11='1'
HAVE_CXX11_FOR_BUILD=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='aarch64-openwrt-linux-musl-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/m/openwrt/staging_dir/host/bin/m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/missing makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/nm'
OBJCOPY='objcopy'
OBJCOPY_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/objdump'
OBJEXT='o'
OTOOL='otool'
OTOOL_FOR_TARGET='aarch64-openwrt-linux-musl-otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/ranlib'
RAW_CXX_FOR_TARGET='aarch64-openwrt-linux-musl-c++'
READELF='readelf'
READELF_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/readelf'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/home/m/openwrt/staging_dir/host/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/aarch64-openwrt-linux-musl/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/configure --with-bugurl=http://bugs.openwrt.org/ --with-pkgversion='''OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' --prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=aarch64-openwrt-linux-musl --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-libmpx --disable-nls --disable-libssp --without-isl --without-cloog --with-host-libstdcxx=-lstdc++ --with-gmp=/home/m/openwrt/staging_dir/host --with-mpfr=/home/m/openwrt/staging_dir/host --with-mpc=/home/m/openwrt/staging_dir/host --disable-decimal-float --with-diagnostics-color=auto-if-env --enable-__cxa_atexit --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=new --with-newlib --with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl --enable-languages=c --disable-shared --disable-threads'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='aarch64-openwrt-linux-musl-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='aarch64-openwrt-linux-musl-windres'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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}/aarch64-openwrt-linux-musl'
build_vendor='pc'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/tools/'
configdirs=' intl libiberty zlib libbacktrace libcpp libcody libdecnumber fixincludes gcc libcc1 c++tools lto-plugin'
datadir='${datarootdir}'
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_liboffloadmic_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='cat'
gmpinc='-I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include -I/home/m/openwrt/staging_dir/host/include '
gmplibs='-L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -L/home/m/openwrt/staging_dir/host/lib -lmpc -lmpfr -lgmp'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_configargs=' --cache-file=./config.cache '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-isl''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--with-gmp=/home/m/openwrt/staging_dir/host''' '''--with-mpfr=/home/m/openwrt/staging_dir/host''' '''--with-mpc=/home/m/openwrt/staging_dir/host''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --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='${prefix}/include'
infodir='${datarootdir}/info'
islinc=''
isllibs=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl'
program_transform_name='s&^&aarch64-openwrt-linux-musl-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='aarch64-openwrt-linux-musl'
target_alias='aarch64-openwrt-linux-musl'
target_configargs='--cache-file=./config.cache --with-cross-host=x86_64-pc-linux-gnu '''--with-bugurl=http://bugs.openwrt.org/'\'' '''--with-pkgversion=OpenWrt GCC 11.3.0 r21376-af8bc8e51b''' '''--prefix=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--with-gnu-ld''' '''--enable-target-optspace''' '''--disable-libgomp''' '''--disable-libmudflap''' '''--disable-multilib''' '''--disable-libmpx''' '''--disable-nls''' '''--disable-libssp''' '''--without-cloog''' '''--with-host-libstdcxx=-lstdc++''' '''--disable-decimal-float''' '''--with-diagnostics-color=auto-if-env''' '''--enable-__cxa_atexit''' '''--enable-libstdcxx-dual-abi''' '''--with-default-libstdcxx-abi=new''' '''--with-newlib''' '''--with-sysroot=/home/m/openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl''' '''--disable-shared''' '''--disable-threads''' '''--enable-languages=c,lto''' --program-transform-name='''s&^&aarch64-openwrt-linux-musl-&''' --disable-option-checking'
target_configdirs=' libgcc libatomic libquadmath'
target_cpu='aarch64'
target_noncanonical='aarch64-openwrt-linux-musl'
target_os='linux-musl'
target_subdir='aarch64-openwrt-linux-musl'
target_vendor='openwrt'
tooldir='${exec_prefix}/aarch64-openwrt-linux-musl'

-------------------

File substitutions.

-------------------

alphaieee_frag='/dev/null'
host_makefile_frag='/dev/null'
ospace_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/home/m/openwrt/build_dir/toolchain-aarch64_cortex-a72_gcc-11.3.0_musl/gcc-11.3.0/config/mt-gnu'

-----------

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants