scripts/bootstrap.sh: fails to bootstrap
Alpine 3.15, x86_64 running in chroot
Running slightly modified ./scripts/bootstrap.sh aarch64
with added -F
flag to abuild -r
results in:
>>> bootstrap-aarch64: Building cross-compiler
>>> binutils-aarch64: Building main/binutils-aarch64 2.37-r4 (using abuild 3.9.0-r0) started Wed, 22 Dec 2021 06:49:52 +0000
>>> binutils-aarch64: Checking sanity of /root/aports/main/binutils/APKBUILD...
>>> binutils-aarch64: Analyzing dependencies...
ERROR: Unable to read database state: No such file or directory
ERROR: Failed to open apk database: No such file or directory
>>> ERROR: binutils-aarch64: builddeps failed
>>> binutils-aarch64: Uninstalling dependencies...
ERROR: No such package: .makedepends-binutils-aarch64
Waiting for repository lock
ERROR: Unable to lock database: Bad file descriptor
ERROR: Failed to open apk database: Bad file descriptor
On the other hand, ./scripts/bootstrap.sh arm
gets me a bit further, but then it fail to build gcc
:
Click to expand
>>> bootstrap-arm: Building cross-compiler
>>> binutils-unknown: Building main/binutils-unknown 2.37-r4 (using abuild 3.9.0-r0) started Wed, 22 Dec 2021 06:56:43 +0000
>>> binutils-unknown: Checking sanity of /root/aports/main/binutils/APKBUILD...
>>> binutils-unknown: Analyzing dependencies...
>>> binutils-unknown: Installing for build: bison flex texinfo zlib-dev
WARNING: Ignoring /root/packages//main: No such file or directory
(1/4) Installing bison (3.7.6-r0)
(2/4) Installing flex (2.6.4-r2)
(3/4) Installing texinfo (6.8-r0)
(4/4) Installing .makedepends-binutils-unknown (20211222.065643)
Executing busybox-1.34.1-r3.trigger
OK: 2007 MiB in 124 packages
>>> binutils-unknown: Installing for host:
WARNING: Ignoring /root/packages//main: No such file or directory
(1/1) Installing .hostdepends-binutils-unknown (20211222.065646)
OK: 0 MiB in 1 packages
>>> binutils-unknown: Cleaning up srcdir
>>> binutils-unknown: Cleaning up pkgdir
>>> binutils-unknown: Fetching https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
>>> binutils-unknown: Fetching https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
>>> binutils-unknown: Checking sha512sums...
binutils-2.37.tar.xz: OK
binutils-ld-fix-static-linking.patch: OK
gold-mips.patch: OK
ld-bfd-mips.patch: OK
0001-Revert-PR25882-.gnu.attributes-are-not-checked-for-s.patch: OK
binutils-mips-disable-assert.patch: OK
bfd-close-file-desriptor-if-there-is-no-archive-fd.patch: OK
defang-no-split.patch: OK
>>> binutils-unknown: Unpacking /var/cache/distfiles/binutils-2.37.tar.xz...
>>> binutils-unknown: binutils-ld-fix-static-linking.patch
patching file ld/scripttempl/elf.sc
Hunk #1 succeeded at 256 (offset 21 lines).
Hunk #2 succeeded at 297 (offset 27 lines).
Hunk #3 succeeded at 312 (offset 27 lines).
>>> binutils-unknown: gold-mips.patch
patching file gold/configure.tgt
>>> binutils-unknown: ld-bfd-mips.patch
patching file ld/configure.tgt
Hunk #1 succeeded at 530 (offset -11 lines).
>>> binutils-unknown: 0001-Revert-PR25882-.gnu.attributes-are-not-checked-for-s.patch
patching file bfd/elf32-tic6x.c
patching file ld/ldlang.c
>>> binutils-unknown: binutils-mips-disable-assert.patch
patching file bfd/elfxx-mips.c
Hunk #1 succeeded at 6742 (offset -2 lines).
>>> binutils-unknown: bfd-close-file-desriptor-if-there-is-no-archive-fd.patch
patching file bfd/plugin.c
patching file ld/testsuite/ld-plugin/lto.exp
patching file ld/testsuite/ld-plugin/pr28138-1.c
patching file ld/testsuite/ld-plugin/pr28138-2.c
patching file ld/testsuite/ld-plugin/pr28138-3.c
patching file ld/testsuite/ld-plugin/pr28138-4.c
patching file ld/testsuite/ld-plugin/pr28138-5.c
patching file ld/testsuite/ld-plugin/pr28138-6.c
patching file ld/testsuite/ld-plugin/pr28138-7.c
patching file ld/testsuite/ld-plugin/pr28138.c
>>> binutils-unknown: defang-no-split.patch
patching file etc/texi2pod.pl
checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking target system type... arm-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for x86_64-alpine-linux-musl-gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for x86_64-alpine-linux-musl-gnatbind... no
checking for gnatbind... no
checking for x86_64-alpine-linux-musl-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for objdir... .libs
checking for isl 0.15 or later... no
required isl version is 0.15 or later
*** This configuration is not supported in the following subdirectories:
zlib
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for x86_64-alpine-linux-musl-ar... no
checking for ar... ar
checking for x86_64-alpine-linux-musl-as... no
checking for as... as
checking for x86_64-alpine-linux-musl-dlltool... no
checking for dlltool... no
checking for ld... (cached) /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking for x86_64-alpine-linux-musl-ld... (cached) /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking for x86_64-alpine-linux-musl-lipo... no
checking for lipo... no
checking for x86_64-alpine-linux-musl-nm... no
checking for nm... nm
checking for x86_64-alpine-linux-musl-ranlib... no
checking for ranlib... ranlib
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-windres... no
checking for windres... no
checking for x86_64-alpine-linux-musl-windmc... no
checking for windmc... no
checking for x86_64-alpine-linux-musl-objcopy... no
checking for objcopy... objcopy
checking for x86_64-alpine-linux-musl-objdump... no
checking for objdump... objdump
checking for x86_64-alpine-linux-musl-readelf... no
checking for readelf... readelf
checking for -plugin option... checking for x86_64-alpine-linux-musl-ar... (cached) ar
--plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for arm-cc... no
checking for arm-gcc... no
checking for arm-c++... no
checking for arm-g++... no
checking for arm-cxx... no
checking for arm-gxx... no
checking for arm-gcc... no
checking for arm-gfortran... no
checking for arm-gccgo... no
checking for arm-ar... no
checking for arm-as... no
checking for arm-dlltool... no
checking for arm-ld... no
checking for arm-lipo... no
checking for arm-nm... no
checking for arm-objcopy... no
checking for arm-objdump... no
checking for arm-ranlib... no
checking for arm-readelf... no
checking for arm-strip... no
checking for arm-windres... no
checking for arm-windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... just compiled
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... just compiled
checking where to find the target gcc... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... just compiled
checking where to find the target lipo... pre-installed
checking where to find the target nm... just compiled
checking where to find the target objcopy... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target readelf... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make[1]: Entering directory '/root/aports/main/binutils/src/binutils-2.37'
make[1]: Nothing to be done for 'all-target'.
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for x86_64-alpine-linux-musl-gcc... gcc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile
checking whether we are cross compiling... make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/etc'
no
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-alpine-linux-musl
checking host system type... o
checking whether we are using the GNU C compiler... x86_64-alpine-linux-musl
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for -plugin option... checking for x86_64-alpine-linux-musl-ar... (cached) ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
--plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-alpine-linux-musl-gcc... gcc
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... gcc -E
checking whether we are cross compiling... checking for grep that handles long lines and -e... no
checking for suffix of object files... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for sys/types.h... gcc -E
yes
checking for sys/stat.h... checking for grep that handles long lines and -e... yes
checking for stdlib.h... yes
checking for string.h... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
checking minix/config.h usability... yes
checking for string.h... no
checking minix/config.h presence... yes
checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking build system type... yes
x86_64-alpine-linux-musl
checking host system type... checking for inttypes.h... x86_64-alpine-linux-musl
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for library containing strerror... yes
checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
yes
checking for inline... checking for unistd.h... inline
checking for off_t... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -W... yes
checking for working alloca.h... yes
checking whether gcc supports -Wall... yes
checking for alloca... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for getpagesize... yes
checking whether gcc supports -Wshadow=local... yes
yes
checking whether gcc supports -pedantic ... checking for working mmap... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
yes
checking for inttypes.h... checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for stdint.h... inline
checking whether byte ordering is bigendian... yes
checking for unsigned long long... yes
checking for inttypes.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for CET support... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for sys/file.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking locale.h presence... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking nl_types.h presence... yes
checking for time.h... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking malloc.h presence... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking for alloca.h... yes
checking for sys/pstat.h... yes
checking stddef.h presence... no
checking for sys/sysmp.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for sys/sysinfo.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... yes
checking for fgets_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
yes
checking for stdio_ext.h... checking for getc_unlocked... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for getcwd... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
yes
checking whether time.h and sys/time.h may both be included... checking for getegid... yes
checking whether errno must be declared... yes
checking for geteuid... no
checking size of int... yes
checking for getgid... 4
checking size of long... yes
checking for getuid... yes
checking for mempcpy... 8
checking size of size_t... yes
checking for munmap... 8
checking for long long... yes
checking for putenv... yes
checking for setenv... yes
checking size of long long... yes
checking for setlocale... 8
checking for a 64-bit type... yes
checking for stpcpy... uint64_t
checking for intptr_t... yes
checking for strcasecmp... yes
checking for uintptr_t... yes
checking for strdup... yes
checking for strtoul... yes
checking for ssize_t... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for pid_t... no
checking for __argz_stringify... yes
checking for library containing strerror... no
checking for __argz_next... none required
checking for asprintf... no
checking for __fsetlocking... yes
checking for atexit... yes
checking for iconv... yes
checking for basename... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for bcmp... yes
checking for LC_MESSAGES... yes
checking for bcopy... yes
checking for bison... bison
checking version of bison... 3.7.6, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking bison 3 or later... 3.7.6, bison3
yes
checking for bsearch... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for bzero... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
checking for calloc... config.status: executing default-1 commands
Configuring in ./binutils
Configuring in ./gas
Configuring in ./ld
Configuring in ./gprof
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/intl'
yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking build system type... checking build system type... x86_64-alpine-linux-musl
checking host system type... checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking target system type... x86_64-alpine-linux-musl
checking target system type... x86_64-alpine-linux-musl
checking target system type... arm-unknown-none
arm-unknown-none
x86_64-alpine-linux-musl
checking target system type... checking for a BSD-compatible install... checking for a BSD-compatible install... /usr/bin/install -c
/usr/bin/install -c
checking whether build environment is sane... checking whether build environment is sane... yes
yes
arm-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... arm-unknown-none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
yes
checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... ./../install-sh -c -d
../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... checking for gawk... awk
checking whether make sets $(MAKE)... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
yes
checking whether make supports nested variables... checking whether make supports nested variables... yes
yes
yes
yes
yes
checking whether make supports nested variables... checking whether make supports nested variables... yes
checking for getpagesize... yes
checking for x86_64-alpine-linux-musl-gcc... gcc
checking for x86_64-alpine-linux-musl-gcc... gcc
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... yes
checking for gettimeofday... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
yes
checking for C compiler default output file name... checking for C compiler default output file name... a.out
a.out
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for suffix of executables... checking for suffix of executables...
yes
checking whether we are cross compiling...
checking for index... checking whether we are cross compiling...
checking whether we are cross compiling... checking whether we are cross compiling... no
checking for suffix of object files... yes
no
checking for suffix of object files... checking for insque... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... no
checking for suffix of object files... no
checking for suffix of object files... yes
checking for memchr... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for memcmp... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... yes
checking for memcpy... none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... yes
checking for style of include used by make... GNU
checking dependency style of gcc... yes
checking for memmem... gcc3
checking how to run the C preprocessor... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... yes
checking for style of include used by make... GNU
checking dependency style of gcc... yes
gcc -E
checking for memmove... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... gcc3
gcc -E
checking for grep that handles long lines and -e... checking whether we are using the GNU C++ compiler... yes
checking for mempcpy... checking for grep that handles long lines and -e... /bin/grep
checking for egrep... yes
checking whether g++ accepts -g... /bin/grep -E
checking for ANSI C header files... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for memset... yes
checking dependency style of g++... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for mkstemps... gcc3
checking for grep that handles long lines and -e... yes
yes
checking for sys/types.h... checking for putenv... /bin/grep
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking for sys/stat.h... gcc -E
yes
checking for random... yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking for stdlib.h... checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking for sys/stat.h... yes
checking for rename... yes
checking for string.h... yes
yes
checking for stdlib.h... checking for string.h... yes
checking for memory.h... yes
checking for rindex... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for memory.h... yes
yes
checking for setenv... checking for strings.h... yes
checking for sys/types.h... yes
checking for inttypes.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
yes
checking for snprintf... checking for sys/stat.h... yes
yes
checking for stdint.h... checking for inttypes.h... yes
checking for stdint.h... yes
checking for stdlib.h... yes
checking for sigsetmask... yes
yes
checking for stdint.h... checking for unistd.h... yes
yes
checking for string.h... checking for unistd.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking for stpcpy... yes
checking for memory.h... yes
checking minix/config.h usability... yes
checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for strings.h... yes
checking for stpncpy... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inttypes.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for strcasecmp... checking for fgrep... /bin/grep -F
checking for ld used by gcc... yes
yes
checking how to print strings... checking for stdint.h... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
yes
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for unistd.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for strchr... checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... checking for x86_64-alpine-linux-musl-strip... BSD nm
checking whether ln -s works... pass_all
yes
checking the maximum length of command line arguments... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking command to parse nm output from gcc object... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-strip... no
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... yes
checking minix/config.h usability... yes
checking for strdup... ok
no
checking minix/config.h presence... ok
checking for dlfcn.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for dlfcn.h... ok
yes
checking for strncasecmp... checking for dlfcn.h... yes
checking for objdir... .libs
yes
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking for objdir... /bin/sed
checking for fgrep... .libs
/bin/grep -F
checking for ld used by gcc... yes
checking for strndup... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for objdir... .libs
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
yes
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking if gcc supports -fno-rtti -fno-exceptions... checking command to parse nm output from gcc object... checking for strnlen... checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc static flag -static works... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... ok
yes
checking for strrchr... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... checking for dlfcn.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether -lc should be explicitly linked in... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
no
checking dynamic linker characteristics... no
checking dynamic linker characteristics... no
checking dynamic linker characteristics... yes
checking for strstr... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for dlfcn.h... (cached) yes
checking for windows.h... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for strtod... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking if gcc static flag -static works... no
yes
no
checking how to compare bootstrapped objects... checking for strtol... checking for x86_64-alpine-linux-musl-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to use debuginfod... auto
checking for libdebuginfod >= 0.179... cmp $$f1 $$f2 16 16
no
configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
no
checking sys/time.h usability... yes
checking if gcc supports -c -o file.o... yes
checking for strtoul... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking sys/time.h presence... yes
checking whether -lc should be explicitly linked in... yes
checking for sys/time.h... yes
checking for setitimer... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether byte ordering is bigendian... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... yes
checking for strtoll... no
checking dynamic linker characteristics... yes
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/gmon_out.h usability... yes
checking for strtoull... no
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... configure: error: GAS does not know what format to use for target arm-unknown-none
no
checking sys/gmon_out.h presence... yes
no
checking for sys/gmon_out.h... no
checking for a known getopt prototype in unistd.h... make[1]: *** [Makefile:4939: configure-gas] Error 1
checking for strverscmp... make[1]: *** Waiting for unfinished jobs....
g++ -E
yes
checking for library containing fabs... yes
checking for tmpnam... none required
yes
checking for vasprintf... checking for ld used by g++... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
yes
checking whether the g++ linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... checking for vfprintf... yes
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for vprintf... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking for vsnprintf... yes
checking if g++ supports -c -o file.o... yes
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dlfcn.h... (cached) yes
checking for windows.h... checking for vsprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for waitpid... no
yes
checking for setproctitle... config.status: creating Makefile
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for LC_MESSAGES... no
checking whether alloca needs Cray hooks... config.status: creating po/Makefile.in
no
checking stack direction for C alloca... config.status: creating gconfig.h
config.status: executing depfiles commands
yes
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -1
checking for vfork.h... config.status: executing libtool commands
no
checking for fork... config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... no
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... none needed
checking whether yytext is a pointer... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alpine-linux-musl-ranlib... (cached) ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking size of long... no
checking for spawnvpe... 8
checking size of long long... no
checking for strerror... yes
checking for strsignal... 8
checking fcntl.h usability... none needed
checking whether yytext is a pointer... yes
checking fcntl.h presence... yes
checking for sysconf... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/file.h usability... yes
checking for sysctl... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... no
checking for sysmp... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
no
checking for unistd.h... (cached) yes
checking for table... checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for times... checking for sys/param.h... yes
checking for getpagesize... yes
checking for wait3... yes
checking for working mmap... yes
checking for wait4... yes
checking whether basename is declared... yes
checking for getc_unlocked... yes
no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to compare bootstrapped objects... checking whether ffs is declared... cmp $$f1 $$f2 16 16
checking fcntl.h usability... yes
checking for mkdtemp... yes
yes
checking fcntl.h presence... checking whether asprintf is declared... yes
checking for fcntl.h... yes
checking elf-hints.h usability... yes
checking for mkstemp... yes
checking whether vasprintf is declared... no
checking elf-hints.h presence... no
checking for elf-hints.h... no
checking limits.h usability... yes
checking for sbrk... yes
checking whether snprintf is declared... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking for inttypes.h... (cached) yes
checking for utimensat... checking for stdint.h... (cached) yes
checking sys/file.h usability... yes
checking whether vsnprintf is declared... yes
checking sys/file.h presence... yes
checking for utimes... yes
checking for sys/file.h... yes
yes
checking sys/mman.h usability... checking whether calloc is declared... yes
checking for mbstate_t... yes
checking sys/mman.h presence... yes
checking whether getenv is declared... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking for struct stat.st_atim.tv_nsec... yes
checking sys/param.h presence... yes
checking whether getopt is declared... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking for library containing frexp... yes
checking whether malloc is declared... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
none required
checking for LC_MESSAGES... checking for close... yes
checking whether realloc is declared... yes
checking for a known getopt prototype in unistd.h... yes
checking for glob... yes
checking whether sbrk is declared... yes
checking for utime.h... yes
checking for lseek... yes
checking whether asprintf is declared... yes
checking whether strtol is declared... yes
checking for mkstemp... yes
checking whether environ is declared... yes
checking whether strtoul is declared... yes
checking for open... yes
yes
checking whether getc_unlocked is declared... checking whether strtoll is declared... yes
checking for realpath... yes
yes
checking whether strtoull is declared... checking whether sbrk is declared... yes
checking for sbrk... yes
yes
checking whether strverscmp is declared... checking whether stpcpy is declared... yes
checking for waitpid... yes
yes
checking whether strnlen is declared... checking whether strnlen is declared... yes
checking whether asprintf is declared... yes
checking iconv.h usability... yes
checking whether canonicalize_file_name must be declared... yes
checking whether environ is declared... yes
checking for stdlib.h... (cached) yes
yes
checking iconv.h presence... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for iconv.h... yes
checking for ld used by GCC... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... yes
checking whether sbrk is declared... done
checking for iconv... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
yes
checking for iconv declaration... checking for getpagesize... yes
checking for working strncmp...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
*** BFD does not support target arm-unknown-none.
*** Look in bfd/config.bfd for supported targets.
yes
checking for working mmap... make[1]: *** [Makefile:3650: configure-binutils] Error 1
yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for library containing dlopen... config.status: creating Makefile
none required
checking for a known getopt prototype in unistd.h... yes
checking whether ANSI C string concatenation works... config.status: creating testsuite/Makefile
config.status: creating config.h
yes
config.status: executing default commands
*** ld does not support target arm-unknown-none
*** see ld/configure.tgt for supported targets
make[1]: *** [Makefile:7213: configure-ld] Error 1
make[1]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37'
make: *** [Makefile:902: all] Error 2
>>> ERROR: binutils-unknown: build failed
>>> binutils-unknown: Uninstalling dependencies...
(1/4) Purging .makedepends-binutils-unknown (20211222.065643)
(2/4) Purging bison (3.7.6-r0)
(3/4) Purging flex (2.6.4-r2)
(4/4) Purging texinfo (6.8-r0)
Executing busybox-1.34.1-r3.trigger
OK: 1998 MiB in 120 packages
(1/1) Purging .hostdepends-binutils-unknown (20211222.065646)
OK: 0 MiB in 0 packages
I've also tried running ./scripts/bootstrap.sh aarch64-none-linux
, but this fails too:
Click to expand
>>> bootstrap-aarch64-none-linux: Building cross-compiler
>>> binutils-unknown: Building main/binutils-unknown 2.37-r4 (using abuild 3.9.0-r0) started Wed, 22 Dec 2021 07:12:07 +0000
>>> binutils-unknown: Checking sanity of /root/aports/main/binutils/APKBUILD...
>>> binutils-unknown: Analyzing dependencies...
>>> binutils-unknown: Installing for build: bison flex texinfo zlib-dev
WARNING: Ignoring /root/packages//main: No such file or directory
(1/4) Installing bison (3.7.6-r0)
(2/4) Installing flex (2.6.4-r2)
(3/4) Installing texinfo (6.8-r0)
(4/4) Installing .makedepends-binutils-unknown (20211222.071208)
Executing busybox-1.34.1-r3.trigger
OK: 2007 MiB in 124 packages
>>> binutils-unknown: Installing for host:
WARNING: Ignoring /root/packages//main: No such file or directory
(1/1) Installing .hostdepends-binutils-unknown (20211222.071212)
OK: 0 MiB in 1 packages
>>> binutils-unknown: Cleaning up srcdir
>>> binutils-unknown: Cleaning up pkgdir
>>> binutils-unknown: Fetching https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
>>> binutils-unknown: Fetching https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
>>> binutils-unknown: Checking sha512sums...
binutils-2.37.tar.xz: OK
binutils-ld-fix-static-linking.patch: OK
gold-mips.patch: OK
ld-bfd-mips.patch: OK
0001-Revert-PR25882-.gnu.attributes-are-not-checked-for-s.patch: OK
binutils-mips-disable-assert.patch: OK
bfd-close-file-desriptor-if-there-is-no-archive-fd.patch: OK
defang-no-split.patch: OK
>>> binutils-unknown: Unpacking /var/cache/distfiles/binutils-2.37.tar.xz...
>>> binutils-unknown: binutils-ld-fix-static-linking.patch
patching file ld/scripttempl/elf.sc
Hunk #1 succeeded at 256 (offset 21 lines).
Hunk #2 succeeded at 297 (offset 27 lines).
Hunk #3 succeeded at 312 (offset 27 lines).
>>> binutils-unknown: gold-mips.patch
patching file gold/configure.tgt
>>> binutils-unknown: ld-bfd-mips.patch
patching file ld/configure.tgt
Hunk #1 succeeded at 530 (offset -11 lines).
>>> binutils-unknown: 0001-Revert-PR25882-.gnu.attributes-are-not-checked-for-s.patch
patching file bfd/elf32-tic6x.c
patching file ld/ldlang.c
>>> binutils-unknown: binutils-mips-disable-assert.patch
patching file bfd/elfxx-mips.c
Hunk #1 succeeded at 6742 (offset -2 lines).
>>> binutils-unknown: bfd-close-file-desriptor-if-there-is-no-archive-fd.patch
patching file bfd/plugin.c
patching file ld/testsuite/ld-plugin/lto.exp
patching file ld/testsuite/ld-plugin/pr28138-1.c
patching file ld/testsuite/ld-plugin/pr28138-2.c
patching file ld/testsuite/ld-plugin/pr28138-3.c
patching file ld/testsuite/ld-plugin/pr28138-4.c
patching file ld/testsuite/ld-plugin/pr28138-5.c
patching file ld/testsuite/ld-plugin/pr28138-6.c
patching file ld/testsuite/ld-plugin/pr28138-7.c
patching file ld/testsuite/ld-plugin/pr28138.c
>>> binutils-unknown: defang-no-split.patch
patching file etc/texi2pod.pl
checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking target system type... aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for x86_64-alpine-linux-musl-gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for x86_64-alpine-linux-musl-gnatbind... no
checking for gnatbind... no
checking for x86_64-alpine-linux-musl-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for objdir... .libs
checking for isl 0.15 or later... no
required isl version is 0.15 or later
*** This configuration is not supported in the following subdirectories:
zlib
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for x86_64-alpine-linux-musl-ar... no
checking for ar... ar
checking for x86_64-alpine-linux-musl-as... no
checking for as... as
checking for x86_64-alpine-linux-musl-dlltool... no
checking for dlltool... no
checking for ld... (cached) /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking for x86_64-alpine-linux-musl-ld... (cached) /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking for x86_64-alpine-linux-musl-lipo... no
checking for lipo... no
checking for x86_64-alpine-linux-musl-nm... no
checking for nm... nm
checking for x86_64-alpine-linux-musl-ranlib... no
checking for ranlib... ranlib
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-windres... no
checking for windres... no
checking for x86_64-alpine-linux-musl-windmc... no
checking for windmc... no
checking for x86_64-alpine-linux-musl-objcopy... no
checking for objcopy... objcopy
checking for x86_64-alpine-linux-musl-objdump... no
checking for objdump... objdump
checking for x86_64-alpine-linux-musl-readelf... no
checking for readelf... readelf
checking for -plugin option... checking for x86_64-alpine-linux-musl-ar... (cached) ar
--plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for aarch64-none-linux-cc... no
checking for aarch64-none-linux-gcc... no
checking for aarch64-none-linux-c++... no
checking for aarch64-none-linux-g++... no
checking for aarch64-none-linux-cxx... no
checking for aarch64-none-linux-gxx... no
checking for aarch64-none-linux-gcc... no
checking for aarch64-none-linux-gfortran... no
checking for aarch64-none-linux-gccgo... no
checking for aarch64-none-linux-ar... no
checking for aarch64-none-linux-as... no
checking for aarch64-none-linux-dlltool... no
checking for aarch64-none-linux-ld... no
checking for aarch64-none-linux-lipo... no
checking for aarch64-none-linux-nm... no
checking for aarch64-none-linux-objcopy... no
checking for aarch64-none-linux-objdump... no
checking for aarch64-none-linux-ranlib... no
checking for aarch64-none-linux-readelf... no
checking for aarch64-none-linux-strip... no
checking for aarch64-none-linux-windres... no
checking for aarch64-none-linux-windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... just compiled
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... just compiled
checking where to find the target gcc... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target gccgo... pre-installed
checking where to find the target ld... just compiled
checking where to find the target lipo... pre-installed
checking where to find the target nm... just compiled
checking where to find the target objcopy... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target readelf... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make[1]: Entering directory '/root/aports/main/binutils/src/binutils-2.37'
make[1]: Nothing to be done for 'all-target'.
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for x86_64-alpine-linux-musl-gcc... gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile
checking whether we are cross compiling... make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/etc'
no
checking for suffix of object files... checking for perl... perl
checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for -plugin option... checking for x86_64-alpine-linux-musl-ar... (cached) ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
o
checking whether we are using the GNU C compiler... --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-alpine-linux-musl-gcc... gcc
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... checking whether the C compiler works... none needed
checking how to run the C preprocessor... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... gcc -E
checking whether we are cross compiling... checking for grep that handles long lines and -e... no
checking for suffix of object files... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... yes
checking for sys/types.h... gcc -E
yes
checking for sys/stat.h... checking for grep that handles long lines and -e... yes
checking for stdlib.h... yes
checking for string.h... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for sys/types.h... yes
checking for stdint.h... yes
checking for sys/stat.h... yes
checking for unistd.h... yes
checking for stdlib.h... yes
yes
checking minix/config.h usability... checking for string.h... yes
no
checking minix/config.h presence... checking for memory.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strings.h... yes
checking whether make sets $(MAKE)... yes
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for inttypes.h... checking for xgettext... no
checking for msgmerge... no
checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for library containing strerror... yes
checking for stdint.h... none required
checking for an ANSI C-conforming const... yes
checking for unistd.h... yes
checking for inline... yes
inline
checking for off_t... checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for size_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc supports -W... yes
yes
checking for working alloca.h... checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking for alloca... yes
checking whether gcc supports -Wc++-compat... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for sys/param.h... yes
checking whether gcc supports -Wshadow=local... yes
checking for getpagesize... yes
checking whether gcc supports -pedantic ... yes
checking for working mmap... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking for an ANSI C-conforming const... yes
checking for inttypes.h... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for stdint.h... yes
checking for unsigned long long... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for CET support... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... yes
no
checking limits.h usability... checking for sys/file.h... yes
checking for sys/param.h... yes
yes
checking limits.h presence... checking for limits.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for time.h... yes
checking for sys/resource.h... yes
yes
checking nl_types.h presence... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking malloc.h presence... yes
checking for sys/pstat.h... yes
checking for malloc.h... yes
checking stddef.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking stddef.h presence... yes
checking for machine/hal_sysinfo.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/table.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... yes
no
checking for stdint.h... (cached) yes
checking for fgets_unlocked... checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for getc_unlocked... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for getcwd... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... yes
checking for getegid... no
checking size of int... yes
checking for geteuid... 4
checking size of long... yes
checking for getgid... yes
checking for getuid... 8
checking size of size_t... yes
checking for mempcpy... 8
checking for long long... yes
checking for munmap... yes
checking for putenv... yes
checking size of long long... yes
checking for setenv... 8
checking for a 64-bit type... yes
checking for setlocale... uint64_t
checking for intptr_t... yes
checking for stpcpy... yes
checking for uintptr_t... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for ssize_t... yes
checking for strtoul... yes
checking for tsearch... yes
checking for pid_t... yes
checking for __argz_count... yes
no
checking for library containing strerror... checking for __argz_stringify... none required
checking for asprintf... no
checking for __argz_next... yes
checking for atexit... no
checking for __fsetlocking... yes
yes
checking for basename... checking for iconv... yes
checking for bcmp... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for bcopy... yes
checking for LC_MESSAGES... yes
checking for bsearch... yes
checking for bison... bison
checking version of bison... 3.7.6, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking bison 3 or later... 3.7.6, bison3
yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for bzero... yes
checking for calloc... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
yes
checking for clock... Configuring in ./binutils
Configuring in ./gas
Configuring in ./ld
Configuring in ./gprof
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/intl'
yes
checking for ffs... yes
checking for getcwd... configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
x86_64-alpine-linux-musl
checking host system type... configure: creating cache ./config.cache
checking build system type... configure: creating cache ./config.cache
x86_64-alpine-linux-musl
checking target system type... x86_64-alpine-linux-musl
checking host system type... checking build system type... checking build system type... aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... x86_64-alpine-linux-musl
checking target system type... x86_64-alpine-linux-musl
checking host system type... yes
x86_64-alpine-linux-musl
checking host system type... aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for a thread-safe mkdir -p... x86_64-alpine-linux-musl
checking target system type... yes
yes
x86_64-alpine-linux-musl
checking target system type... checking for a thread-safe mkdir -p... checking for getpagesize... aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... checking whether make supports nested variables... yes
yes
checking whether make supports nested variables... ../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... checking for x86_64-alpine-linux-musl-gcc... gcc
yes
./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether make supports nested variables... yes
yes
checking whether make supports nested variables... yes
checking for x86_64-alpine-linux-musl-gcc... gcc
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether the C compiler works... checking whether the C compiler works... yes
checking for gettimeofday... checking whether the C compiler works... checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for C compiler default output file name... a.out
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for suffix of executables... yes
checking for index...
checking whether we are cross compiling...
checking whether we are cross compiling...
checking whether we are cross compiling...
checking whether we are cross compiling... yes
checking for insque... no
checking for suffix of object files... no
checking for suffix of object files... no
checking for suffix of object files... no
o
checking whether we are using the GNU C compiler... checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for memchr... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for memcmp... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for memcpy... none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... yes
yes
checking for style of include used by make... checking for memmem... yes
checking for style of include used by make... GNU
checking dependency style of gcc... GNU
yes
checking dependency style of gcc... checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
gcc3
checking how to run the C preprocessor... yes
checking for memmove... gcc3
checking how to run the C preprocessor... yes
checking for style of include used by make... GNU
checking dependency style of gcc... checking whether we are using the GNU C++ compiler... gcc -E
gcc -E
gcc3
checking how to run the C preprocessor... yes
checking whether g++ accepts -g... yes
checking for mempcpy... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... yes
checking dependency style of g++... gcc -E
yes
checking for grep that handles long lines and -e... checking for memset... gcc3
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
/bin/grep
checking for egrep... checking for mkstemps... /bin/grep -E
checking for ANSI C header files... /bin/grep
checking how to run the C preprocessor... gcc -E
yes
checking for putenv... checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/types.h... yes
checking for random... yes
checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for stdlib.h... yes
yes
checking for rename... checking for stdlib.h... yes
checking for sys/stat.h... yes
checking for string.h... yes
yes
checking for string.h... checking for stdlib.h... yes
yes
checking for rindex... checking for sys/types.h... yes
yes
yes
checking for memory.h... checking for memory.h... checking for string.h... yes
checking for sys/stat.h... yes
yes
yes
yes
checking for strings.h... checking for strings.h... checking for setenv... checking for memory.h... yes
checking for stdlib.h... yes
yes
yes
checking for inttypes.h... checking for strings.h... checking for inttypes.h... yes
yes
checking for snprintf... checking for string.h... yes
yes
checking for stdint.h... checking for inttypes.h... yes
checking for stdint.h... yes
checking for memory.h... yes
checking for sigsetmask... yes
checking for unistd.h... yes
yes
yes
checking for strings.h... checking for stdint.h... checking for unistd.h... yes
checking minix/config.h usability... yes
no
checking for stpcpy... checking for unistd.h... yes
checking for inttypes.h... yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... no
checking minix/config.h presence... checking for stdint.h... yes
yes
checking minix/config.h usability... checking for stpncpy... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for unistd.h... no
checking minix/config.h presence... yes
checking for strcasecmp... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking minix/config.h usability... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
checking how to print strings... checking for strchr... printf
checking for a sed that does not truncate output... /bin/sed
/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... checking for fgrep... /bin/grep -F
checking for ld used by gcc... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... no
checking minix/config.h presence... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking for x86_64-alpine-linux-musl-strip... checking how to recognize dependent libraries... no
pass_all
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
98304
checking for x86_64-alpine-linux-musl-ranlib... checking whether the shell understands some XSI constructs... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
yes
checking whether the shell understands "+="... no
checking command to parse nm output from gcc object... checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
yes
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for strdup... checking command to parse nm output from gcc object... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
ok
checking for strncasecmp... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
ok
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... checking for dlfcn.h... ok
checking for dlfcn.h... checking for dlfcn.h... yes
yes
checking for objdir... checking for strndup... .libs
yes
checking for objdir... .libs
yes
checking for objdir... .libs
ok
yes
checking for strnlen... checking for dlfcn.h... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for strrchr... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
yes
checking if gcc static flag -static works... checking for strstr... yes
checking if gcc supports -c -o file.o... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... yes
checking for strtod... yes
checking whether -lc should be explicitly linked in... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking if gcc static flag -static works... no
checking dynamic linker characteristics... yes
checking whether -lc should be explicitly linked in... yes
checking whether -lc should be explicitly linked in... yes
checking for strtol... no
checking dynamic linker characteristics... no
checking dynamic linker characteristics... yes
checking if gcc supports -c -o file.o... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... yes
checking for strtoul... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... checking for windows.h... yes
checking whether -lc should be explicitly linked in... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
checking for strtoll... no
checking dynamic linker characteristics... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking sys/time.h usability... no
checking how to compare bootstrapped objects... yes
cmp $$f1 $$f2 16 16
checking for strtoull... yes
checking sys/time.h presence... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... checking for x86_64-alpine-linux-musl-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to use debuginfod... auto
checking for libdebuginfod >= 0.179... no
yes
checking for sys/time.h... yes
configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
checking for setitimer... yes
g++ -E
checking for strverscmp... yes
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether byte ordering is bigendian... checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/gmon_out.h usability... yes
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for bison... bison -y
checking for flex... flex
checking for tmpnam... checking lex output file root... lex.yy
checking lex library... no
checking sys/gmon_out.h presence... no
checking for sys/gmon_out.h... no
checking for a known getopt prototype in unistd.h... yes
checking for vasprintf... no
checking for ld used by g++... yes
checking for library containing fabs... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... checking for bison... bison -y
checking for flex... flex
yes
checking whether the g++ linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... checking lex output file root... lex.yy
checking lex library... yes
yes
checking for vfprintf... none required
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking for vprintf... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
yes
checking if g++ supports -c -o file.o... yes
checking for vsnprintf... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dlfcn.h... (cached) yes
checking for windows.h... yes
checking for vsprintf... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
yes
checking for waitpid... yes
checking for setproctitle... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for LC_MESSAGES... no
checking whether alloca needs Cray hooks... yes
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
no
checking stack direction for C alloca... checking for msgmerge... no
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... config.status: creating Makefile
-1
checking for vfork.h... config.status: creating po/Makefile.in
no
checking for fork... config.status: creating gconfig.h
config.status: executing depfiles commands
yes
checking for vfork... config.status: executing libtool commands
yes
checking for working fork... config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... no
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for pipe2... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... none needed
checking whether yytext is a pointer... no
checking for realpath... none needed
checking whether yytext is a pointer... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
yes
checking for xgettext... no
checking for sysctl... checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for memory.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether compiling a cross-assembler... yes
checking for strsignal... no
checking for sysmp... yes
checking for LC_MESSAGES... none needed
checking whether yytext is a pointer... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alpine-linux-musl-ranlib... (cached) ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking size of long... no
checking for table... yes
checking for working assert macro... 8
no
checking size of long long... checking for times... yes
checking for a known getopt prototype in unistd.h... yes
yes
checking whether declaration is required for environ... checking for wait3... 8
checking fcntl.h usability... yes
checking for wait4... no
checking whether declaration is required for ffs... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/file.h usability... yes
checking whether basename is declared... no
checking whether asprintf is declared... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/stat.h... (cached) yes
yes
checking whether ffs is declared... checking sys/time.h usability... yes
checking whether mempcpy is declared... yes
checking sys/time.h presence... yes
checking whether asprintf is declared... yes
checking for sys/time.h... yes
yes
checking for sys/types.h... (cached) yes
checking whether stpcpy is declared... checking for unistd.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether vasprintf is declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes
yes
checking for getpagesize... checking whether snprintf is declared... yes
checking for struct stat.st_mtim.tv_nsec in sys/stat.h... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to compare bootstrapped objects... yes
cmp $$f1 $$f2 16 16
checking fcntl.h usability... yes
checking for working mmap... yes
checking whether vsnprintf is declared... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
yes
checking elf-hints.h usability... checking whether calloc is declared... no
checking elf-hints.h presence... yes
yes
checking whether getenv is declared... checking for getc_unlocked... no
checking for elf-hints.h... no
checking limits.h usability... yes
yes
checking limits.h presence... yes
checking for mkdtemp... checking whether getopt is declared... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/file.h usability... yes
checking for mkstemp... yes
checking whether malloc is declared... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mman.h usability... yes
checking for sbrk... yes
config.status: creating .gdbinit
checking whether realloc is declared... config.status: creating Makefile
yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
yes
checking sys/param.h usability... checking for utimensat... config.status: creating doc/Makefile
yes
checking whether sbrk is declared... config.status: creating po/Makefile.in
yes
checking sys/param.h presence... yes
config.status: creating config.h
checking for utimes... yes
yes
checking for sys/param.h... yes
checking whether strtol is declared... config.status: executing depfiles commands
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking for mbstate_t... yes
checking sys/time.h presence... yes
checking whether strtoul is declared... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for struct stat.st_atim.tv_nsec... checking for close... yes
checking whether strtoll is declared... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for glob... yes
checking for library containing frexp... yes
checking whether strtoull is declared... config.status: executing libtool commands
yes
checking for lseek... config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
yes
none required
checking for LC_MESSAGES... checking whether strverscmp is declared... yes
checking for mkstemp... yes
checking for a known getopt prototype in unistd.h... yes
checking whether strnlen is declared... yes
checking for open... yes
checking for utime.h... yes
checking whether canonicalize_file_name must be declared... yes
yes
checking whether asprintf is declared... checking for realpath... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
yes
checking whether environ is declared... checking for sbrk... yes
yes
checking for waitpid... checking whether getc_unlocked is declared... yes
checking for working strncmp... yes
yes
checking whether asprintf is declared... checking whether sbrk is declared... yes
yes
yes
checking whether environ is declared... checking whether stpcpy is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking whether sbrk is declared... checking whether strnlen is declared... config.status: creating Makefile
yes
checking iconv.h usability... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... config.status: creating testsuite/Makefile
config.status: creating config.h
yes
checking iconv.h presence... config.status: executing default commands
yes
checking for iconv.h... yes
checking for ld used by GCC... yes
checking for working mmap... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... Configuring in ./bfd
Configuring in ./opcodes
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-picdir
touch stamp-noasandir
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./regex.c -o regex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cplus-dem.c -o cplus-dem.o
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demangle.c -o cp-demangle.o
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./md5.c -o md5.o
yes
checking for iconv declaration... yes
checking for library containing dlopen...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: creating cache ./config.cache
none required
checking for a known getopt prototype in unistd.h... checking build system type... x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking target system type... aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... yes
checking whether ANSI C string concatenation works... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
configure: creating cache ./config.cache
configure: updating cache ./config.cache
checking build system type... checking that generated files are newer than configure... done
configure: creating ./config.status
x86_64-alpine-linux-musl
checking host system type... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sha1.c -o sha1.o
checking whether make supports nested variables... x86_64-alpine-linux-musl
checking target system type... yes
yes
aarch64-none-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... checking for x86_64-alpine-linux-musl-gcc... gcc
yes
checking whether make supports nested variables... yes
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether the C compiler works... checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./alloca.c -o alloca.o
yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling...
checking whether we are cross compiling... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./argv.c -o argv.o
no
checking for suffix of object files... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... config.status: creating Makefile
none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./bsearch_r.c -o pic/bsearch_r.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./bsearch_r.c -o noasan/bsearch_r.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./bsearch_r.c -o bsearch_r.o
config.status: creating doc/Makefile
yes
checking for style of include used by make... GNU
checking dependency style of gcc... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./choose-temp.c -o choose-temp.o
yes
checking for style of include used by make... GNU
checking dependency style of gcc... config.status: creating po/Makefile.in
config.status: creating config.h
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./concat.c -o concat.o
gcc3
checking how to run the C preprocessor... config.status: executing depfiles commands
gcc3
checking how to run the C preprocessor... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./cp-demint.c -o cp-demint.o
gcc -E
gcc -E
checking for grep that handles long lines and -e... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./crc32.c -o crc32.o
checking for grep that handles long lines and -e... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dwarfnames.c -o dwarfnames.o
config.status: executing libtool commands
/bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./dyn-string.c -o dyn-string.o
yes
checking for sys/types.h... config.status: creating Makefile
yes
yes
checking for sys/types.h... checking for sys/stat.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
config.status: creating po/Makefile.in
checking for stdlib.h... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fdmatch.c -o fdmatch.o
checking for string.h... config.status: creating config.h
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fibheap.c -o fibheap.o
config.status: executing depfiles commands
yes
checking for string.h... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filedescriptor.c -o pic/filedescriptor.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filedescriptor.c -o noasan/filedescriptor.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filedescriptor.c -o filedescriptor.o
checking for memory.h... yes
checking for memory.h... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./filename_cmp.c -o filename_cmp.o
checking for strings.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for inttypes.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./floatformat.c -o floatformat.o
yes
checking for stdint.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fnmatch.c -o pic/fnmatch.o; \
else true; fi
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fnmatch.c -o fnmatch.o
checking for stdint.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
yes
checking minix/config.h usability... checking minix/config.h usability... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./fopen_unlocked.c -o fopen_unlocked.o
no
no
checking minix/config.h presence... checking minix/config.h presence... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt.c -o getopt.o
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getpwd.c -o pic/getpwd.o; \
else true; fi
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getpwd.c -o noasan/getpwd.o; \
else true; fi
checking how to print strings... gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getpwd.c -o getpwd.o
printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getruntime.c -o pic/getruntime.o; \
else true; fi
yes
checking for BSD- or MS-compatible name lister (nm)... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getruntime.c -o noasan/getruntime.o; \
else true; fi
nm
checking the name lister (nm) interface... gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./getruntime.c -o getruntime.o
yes
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... (cached) ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hashtab.c -o pic/hashtab.o; \
else true; fi
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hashtab.c -o noasan/hashtab.o; \
else true; fi
strip
checking for x86_64-alpine-linux-musl-ranlib... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hex.c -o pic/hex.o; \
else true; fi
(cached) ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./hex.c -o hex.o
checking command to parse nm output from gcc object... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... (cached) ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... (cached) ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lbasename.c -o lbasename.o
ok
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./lrealpath.c -o lrealpath.o
ok
checking for dlfcn.h... checking for dlfcn.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./make-temp-file.c -o make-temp-file.o
yes
checking for objdir... .libs
yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./objalloc.c -o objalloc.o
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./obstack.c -o obstack.o
yes
checking if gcc static flag -static works... yes
checking if gcc static flag -static works... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pexecute.c -o noasan/pexecute.o; \
else true; fi
yes
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pexecute.c -o pexecute.o
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./physmem.c -o physmem.o
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... config.status: executing libtool commands
yes
checking dynamic linker characteristics... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-common.c -o pex-common.o
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-one.c -o pex-one.o
config.status: executing default-1 commands
config.status: executing default commands
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./vprintf-support.c -o vprintf-support.o
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./rust-demangle.c -o rust-demangle.o
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
no
checking for shl_load in -ldld... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object.c -o simple-object.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
no
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-coff.c -o simple-object-coff.o
checking for dlopen... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether basename is declared... yes
checking whether a program can dlopen itself... yes
checking whether stpcpy is declared... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-elf.c -o simple-object-elf.o
yes
checking whether a statically linked program can dlopen itself... yes
checking for sigsetjmp...
checking linker --as-needed support... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-mach-o.c -o simple-object-mach-o.o
yes
checking for cos in -lm... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./simple-object-xcoff.c -o simple-object-xcoff.o
yes
no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sort.c -o sort.o
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
no
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./spaces.c -o spaces.o
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./splay-tree.c -o pic/splay-tree.o; \
else true; fi
checking whether NLS is requested... no
checking whether NLS is requested... no
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./splay-tree.c -o splay-tree.o
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking size of long long... 8
checking size of void *... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./stack-limit.c -o stack-limit.o
8
checking size of long... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./timeval-utils.c -o timeval-utils.o
config.status: creating Makefile
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xasprintf.c -o xasprintf.o
8
checking size of int... config.status: creating po/Makefile.in
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xatexit.c -o pic/xatexit.o; \
else true; fi
config.status: creating config.h
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xexit.c -o noasan/xexit.o; \
else true; fi
config.status: executing depfiles commands
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrdup.c -o xstrdup.o
4
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrerror.c -o pic/xstrerror.o; \
else true; fi
checking fcntl.h usability... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrerror.c -o xstrerror.o
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sigsetmask.c -o noasan/sigsetmask.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./sigsetmask.c -o sigsetmask.o
gcc -c -DHAVE_CONFIG_H -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ./setproctitle.c -o setproctitle.o
yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./sigsetmask.o ./setproctitle.o
ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so ./libiberty.a
if [ x"" != x ]; then \
cd pic; \
ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./sigsetmask.o ./setproctitle.o; \
ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./sigsetmask.o ./setproctitle.o; \
ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so ./libiberty.a; \
cd ..; \
else true; fi
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libiberty'
yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl... config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
yes
checking for fdopen... yes
checking for fileno... yes
checking for fls... no
checking for getgid... yes
checking for getpagesize... yes
checking for getrlimit... yes
checking for getuid... yes
checking for sysconf... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether stpcpy is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether strnlen is declared... yes
checking compiler support for hidden visibility... yes
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether fopen64 is declared... yes
checking size of off_t... 8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for madvise... yes
checking for mprotect... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default commands
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
/bin/sed -e s/NN/32/g < elfxx-target.h > elf32-target.h
creating bfdver.h
/bin/sed -e s/NN/64/g < elfxx-target.h > elf64-target.h
rm -f targmatch.h
/bin/sed -f ./targmatch.sed < ./config.bfd > targmatch.new
Making info in doc
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
gcc -o chw$$ -Os -fomit-frame-pointer \
-Wl,--as-needed,-O1,--sort-common -I.. -I./.. -I./../../include -I./../../intl -I../../intl ./chew.c; \
/bin/sh ./../../move-if-change \
chw$$ chew; \
touch chew.stamp
mv -f targmatch.new targmatch.h
./chew -f ./doc.str < ./../aoutx.h >aoutx.tmp
./chew -f ./doc.str < ./../archive.c >archive.tmp
./chew -f ./doc.str < ./../archures.c >archures.tmp
./chew -f ./doc.str < ./../bfd.c >bfd.tmp
./chew -f ./doc.str < ./../cache.c >cache.tmp
./chew -f ./doc.str < ./../coffcode.h >coffcode.tmp
test -e aoutx.texi || test ! -f ./aoutx.texi || ln -s ./aoutx.texi .
test -e archive.texi || test ! -f ./archive.texi || ln -s ./archive.texi .
./chew -f ./doc.str < ./../corefile.c >core.tmp
/bin/sh ./../../move-if-change aoutx.tmp aoutx.texi
/bin/sh ./../../move-if-change archive.tmp archive.texi
test -e cache.texi || test ! -f ./cache.texi || ln -s ./cache.texi .
./chew -f ./doc.str < ./../elf.c >elf.tmp
/bin/sh ./../../move-if-change cache.tmp cache.texi
test -e core.texi || test ! -f ./core.texi || ln -s ./core.texi .
test -e archures.texi || test ! -f ./archures.texi || ln -s ./archures.texi .
/bin/sh ./../../move-if-change core.tmp core.texi
/bin/sh ./../../move-if-change archures.tmp archures.texi
test -e bfdt.texi || test ! -f ./bfdt.texi || ln -s ./bfdt.texi .
/bin/sh ./../../move-if-change bfd.tmp bfdt.texi
touch aoutx.stamp
test -e coffcode.texi || test ! -f ./coffcode.texi || ln -s ./coffcode.texi .
touch archive.stamp
touch cache.stamp
/bin/sh ./../../move-if-change coffcode.tmp coffcode.texi
./chew -f ./doc.str < ./../elfcode.h >elfcode.tmp
touch core.stamp
test -e elf.texi || test ! -f ./elf.texi || ln -s ./elf.texi .
./chew -f ./doc.str < ./../format.c >format.tmp
/bin/sh ./../../move-if-change elf.tmp elf.texi
test -e elfcode.texi || test ! -f ./elfcode.texi || ln -s ./elfcode.texi .
touch archures.stamp
./chew -f ./doc.str < ./../libbfd.c >libbfd.tmp
touch bfdt.stamp
/bin/sh ./../../move-if-change elfcode.tmp elfcode.texi
./chew -f ./doc.str < ./../bfdwin.c >bfdwin.tmp
test -e format.texi || test ! -f ./format.texi || ln -s ./format.texi .
touch coffcode.stamp
./chew -f ./doc.str < ./../bfdio.c >bfdio.tmp
/bin/sh ./../../move-if-change format.tmp format.texi
touch elf.stamp
test -e bfdwin.texi || test ! -f ./bfdwin.texi || ln -s ./bfdwin.texi .
test -e libbfd.texi || test ! -f ./libbfd.texi || ln -s ./libbfd.texi .
./chew -f ./doc.str < ./../opncls.c >opncls.tmp
/bin/sh ./../../move-if-change bfdwin.tmp bfdwin.texi
touch elfcode.stamp
test -e bfdio.texi || test ! -f ./bfdio.texi || ln -s ./bfdio.texi .
/bin/sh ./../../move-if-change libbfd.tmp libbfd.texi
./chew -f ./doc.str < ./../reloc.c >reloc.tmp
/bin/sh ./../../move-if-change bfdio.tmp bfdio.texi
./chew -f ./doc.str < ./../section.c >section.tmp
touch format.stamp
./chew -f ./doc.str < ./../syms.c >syms.tmp
./chew -f ./doc.str < ./../targets.c >targets.tmp
touch bfdwin.stamp
test -e opncls.texi || test ! -f ./opncls.texi || ln -s ./opncls.texi .
/bin/sh ./../../move-if-change opncls.tmp opncls.texi
touch libbfd.stamp
touch bfdio.stamp
./chew -f ./doc.str < ./../init.c >init.tmp
./chew -f ./doc.str < ./../hash.c >hash.tmp
./chew -f ./doc.str < ./../linker.c >linker.tmp
test -e syms.texi || test ! -f ./syms.texi || ln -s ./syms.texi .
test -e init.texi || test ! -f ./init.texi || ln -s ./init.texi .
/bin/sh ./../../move-if-change syms.tmp syms.texi
/bin/sh ./../../move-if-change init.tmp init.texi
test -e section.texi || test ! -f ./section.texi || ln -s ./section.texi .
touch opncls.stamp
test -e hash.texi || test ! -f ./hash.texi || ln -s ./hash.texi .
test -e targets.texi || test ! -f ./targets.texi || ln -s ./targets.texi .
/bin/sh ./../../move-if-change section.tmp section.texi
/bin/sh ./../../move-if-change hash.tmp hash.texi
./chew -f ./doc.str < ./../mmo.c >mmo.tmp
/bin/sh ./../../move-if-change targets.tmp targets.texi
test -e linker.texi || test ! -f ./linker.texi || ln -s ./linker.texi .
touch syms.stamp
/bin/sh ./../../move-if-change linker.tmp linker.texi
test -e reloc.texi || test ! -f ./reloc.texi || ln -s ./reloc.texi .
touch init.stamp
/bin/sh ./../../move-if-change reloc.tmp reloc.texi
touch section.stamp
touch hash.stamp
test -e mmo.texi || test ! -f ./mmo.texi || ln -s ./mmo.texi .
touch targets.stamp
touch linker.stamp
/bin/sh ./../../move-if-change mmo.tmp mmo.texi
touch reloc.stamp
touch mmo.stamp
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
Making info in po
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
( if test 'x.' != 'x.'; then \
posrcprefix='../'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \
| sed -e '$s/\\$//') > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.in:po/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default commands
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make all-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
Making all in doc
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
Making all in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
/bin/sh ./../move-if-change bfd-tmp.h bfd.h
/bin/sed -e s/NN/64/g < elfnn-aarch64.c >> elf64-aarch64.c
echo "#line 1 \"elfnn-aarch64.c\"" > elf32-aarch64.c
/bin/sed -e s/NN/32/g < elfnn-aarch64.c >> elf32-aarch64.c
rm -f tofiles
rm -f bfd-tmp.h
f=""; \
for i in elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-aarch64.lo elf32.lo elf32-arm.lo elf-nacl.lo elf-vxworks.lo elf64-gen.lo elf32-gen.lo cpu-aarch64.lo cpu-arm.lo archive64.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
touch stmp-bfd-h
/bin/sh ./../move-if-change tofiles ofiles
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=aarch64_elf64_le_vec -DSELECT_VECS='&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&aarch64_elf32_le_vec,&aarch64_elf32_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch' ./archures.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c
touch stamp-ofiles
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -fPIC -DPIC -o bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -fPIC -DPIC -o archive.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -fPIC -DPIC -o bfdwin.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo coff-bfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -fPIC -DPIC -o cache.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -fPIC -DPIC -o bfdio.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=aarch64_elf64_le_vec "-DSELECT_VECS=&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&aarch64_elf32_le_vec,&aarch64_elf32_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch" ./archures.c -fPIC -DPIC -o archures.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c coff-bfd.c -fPIC -DPIC -o coff-bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -fPIC -DPIC -o compress.o
mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo elf-properties.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -fPIC -DPIC -o corefile.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c elf-properties.c -fPIC -DPIC -o elf-properties.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -fPIC -DPIC -o format.o
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o hash.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o
mv -f .deps/corefile.Tpo .deps/corefile.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -fPIC -DPIC -o libbfd.o
mv -f .deps/compress.Tpo .deps/compress.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -fPIC -DPIC -o linker.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -fPIC -DPIC -o merge.o
mv -f .deps/format.Tpo .deps/format.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c
mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -fPIC -DPIC -o opncls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -fPIC -DPIC -o reloc.o
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -fPIC -DPIC -o section.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -fPIC -DPIC -o simple.o
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -fPIC -DPIC -o stab-syms.o
mv -f .deps/simple.Tpo .deps/simple.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -fPIC -DPIC -o stabs.o
mv -f .deps/section.Tpo .deps/section.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=aarch64_elf64_le_vec -DSELECT_VECS='&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&aarch64_elf32_le_vec,&aarch64_elf32_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch' ./targets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -fPIC -DPIC -o syms.o
mv -f .deps/merge.Tpo .deps/merge.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=aarch64_elf64_le_vec "-DSELECT_VECS=&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&aarch64_elf32_le_vec,&aarch64_elf32_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch" ./targets.c -fPIC -DPIC -o targets.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -fPIC -DPIC -o binary.o
mv -f .deps/reloc.Tpo .deps/reloc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -fPIC -DPIC -o ihex.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -fPIC -DPIC -o srec.o
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c -o elf64-aarch64.lo elf64-aarch64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -fPIC -DPIC -o tekhex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -fPIC -DPIC -o verilog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c elf64-aarch64.c -fPIC -DPIC -o elf64-aarch64.o
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c -o elfxx-aarch64.lo elfxx-aarch64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c elfxx-aarch64.c -fPIC -DPIC -o elfxx-aarch64.o
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo elf-ifunc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c elf-ifunc.c -fPIC -DPIC -o elf-ifunc.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo elf64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -fPIC -DPIC -o elf64.o
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -fPIC -DPIC -o elf.o
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -fPIC -DPIC -o elflink.o
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c
mv -f .deps/elfxx-aarch64.Tpo .deps/elfxx-aarch64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -fPIC -DPIC -o elf-strtab.o
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -fPIC -DPIC -o elf-eh-frame.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -fPIC -DPIC -o elf-attrs.o
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -fPIC -DPIC -o dwarf1.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" ./dwarf2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c "-DDEBUGDIR=\"/usr/lib/debug\"" ./dwarf2.c -fPIC -DPIC -o dwarf2.o
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c -o elf32-aarch64.lo elf32-aarch64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c elf32-aarch64.c -fPIC -DPIC -o elf32-aarch64.o
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -fPIC -DPIC -o elf32.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo elf32-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c elf32-arm.c -fPIC -DPIC -o elf32-arm.o
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo elf-nacl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c elf-nacl.c -fPIC -DPIC -o elf-nacl.o
mv -f .deps/elf32.Tpo .deps/elf32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo elf-vxworks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c elf-vxworks.c -fPIC -DPIC -o elf-vxworks.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo elf64-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c elf64-gen.c -fPIC -DPIC -o elf64-gen.o
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -fPIC -DPIC -o elf32-gen.o
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c -o cpu-aarch64.lo cpu-aarch64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c cpu-aarch64.c -fPIC -DPIC -o cpu-aarch64.o
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c -o cpu-arm.lo cpu-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c cpu-arm.c -fPIC -DPIC -o cpu-arm.o
mv -f .deps/cpu-aarch64.Tpo .deps/cpu-aarch64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/bin"' -DLIBDIR='"/usr/lib"' -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo archive64.c
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DBINDIR=\"/usr/bin\"" "-DLIBDIR=\"/usr/lib\"" -I. -I. -I./../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_be_vec -DHAVE_aarch64_elf32_le_vec -DHAVE_aarch64_elf32_be_vec -DHAVE_arm_elf32_le_vec -DHAVE_arm_elf32_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c archive64.c -fPIC -DPIC -o archive64.o
mv -f .deps/cpu-arm.Tpo .deps/cpu-arm.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
mv -f .deps/elf64-aarch64.Tpo .deps/elf64-aarch64.Plo
mv -f .deps/elf32-aarch64.Tpo .deps/elf32-aarch64.Plo
mv -f .deps/elf.Tpo .deps/elf.Plo
mv -f .deps/elflink.Tpo .deps/elflink.Plo
mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -rpath /usr/x86_64-alpine-linux-musl/aarch64-none-linux/lib -release `cat libtool-soversion` -Wl,--as-needed,-O1,--sort-common -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -lz
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-aarch64.o elfxx-aarch64.o elf-ifunc.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-aarch64.o elf32.o elf32-arm.o elf-nacl.o elf-vxworks.o elf64-gen.o elf32-gen.o cpu-aarch64.o cpu-arm.o archive64.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so libbfd.tmp; \
/bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
Configuring in ./libctf
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make all-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
Making all in .
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_aarch64 -DARCH_arm ./disassemble.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c -o aarch64-asm.lo aarch64-asm.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c -o aarch64-dis.lo aarch64-dis.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c -o aarch64-opc.lo aarch64-opc.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c -o aarch64-asm-2.lo aarch64-asm-2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -fPIC -DPIC -o dis-buf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -fPIC -DPIC -o dis-init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c aarch64-asm.c -fPIC -DPIC -o aarch64-asm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c aarch64-dis.c -fPIC -DPIC -o aarch64-dis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_aarch64 -DARCH_arm ./disassemble.c -fPIC -DPIC -o disassemble.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c aarch64-asm-2.c -fPIC -DPIC -o aarch64-asm-2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c aarch64-opc.c -fPIC -DPIC -o aarch64-opc.o
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c -o aarch64-dis-2.lo aarch64-dis-2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c aarch64-dis-2.c -fPIC -DPIC -o aarch64-dis-2.o
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c -o aarch64-opc-2.lo aarch64-opc-2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c aarch64-opc-2.c -fPIC -DPIC -o aarch64-opc-2.o
configure: creating cache ./config.cache
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.lo arm-dis.c
checking build system type... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c arm-dis.c -fPIC -DPIC -o arm-dis.o
x86_64-alpine-linux-musl
checking host system type... x86_64-alpine-linux-musl
checking target system type... aarch64-none-linux-gnu
checking for x86_64-alpine-linux-musl-gcc... gcc
checking whether the C compiler works... mv -f .deps/aarch64-asm-2.Tpo .deps/aarch64-asm-2.Plo
mv -f .deps/aarch64-opc-2.Tpo .deps/aarch64-opc-2.Plo
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... mv -f .deps/aarch64-asm.Tpo .deps/aarch64-asm.Plo
yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../install-sh -c -d
checking for gawk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-alpine-linux-musl-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for x86_64-alpine-linux-musl-ranlib... ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-ar... ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking the archiver (ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so) interface... ar
checking whether NLS is requested... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-ar... (cached) ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... (cached) ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... mv -f .deps/aarch64-dis.Tpo .deps/aarch64-dis.Plo
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... ${SHELL} /root/aports/main/binutils/src/binutils-2.37/missing aclocal-1.15
checking for autoconf... ${SHELL} /root/aports/main/binutils/src/binutils-2.37/missing autoconf
checking for autoheader... ${SHELL} /root/aports/main/binutils/src/binutils-2.37/missing autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wnarrowing... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether gcc supports -Wall... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for library containing dlsym... none required
checking for ELF support in BFD... yes
checking whether byte ordering is bigendian... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for pread... mv -f .deps/aarch64-opc.Tpo .deps/aarch64-opc.Plo
yes
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether stpcpy is declared... yes
checking for qsort_r... yes
checking for qsort_r signature... GNU
checking for O_CLOEXEC... yes
checking for expect... no
checking for Tcl supporting try/catch... no
configure: updating cache ./config.cache
checking that generated files are newer than configure... mv -f .deps/arm-dis.Tpo .deps/arm-dis.Plo
done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make all-am
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo './'`ctf-archive.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo './'`ctf-dump.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo './'`ctf-create.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo './'`ctf-decl.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo './'`ctf-error.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo './'`ctf-hash.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo './'`ctf-labels.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ctf-create.c -fPIC -DPIC -o libctf_la-ctf-create.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ctf-dump.c -fPIC -DPIC -o libctf_la-ctf-dump.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ctf-archive.c -fPIC -DPIC -o libctf_la-ctf-archive.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ctf-error.c -fPIC -DPIC -o libctf_la-ctf-error.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ctf-labels.c -fPIC -DPIC -o libctf_la-ctf-labels.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ctf-decl.c -fPIC -DPIC -o libctf_la-ctf-decl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ctf-hash.c -fPIC -DPIC -o libctf_la-ctf-hash.o
mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo './'`ctf-dedup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ctf-dedup.c -fPIC -DPIC -o libctf_la-ctf-dedup.o
mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo './'`ctf-link.c
mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ctf-link.c -fPIC -DPIC -o libctf_la-ctf-link.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo './'`ctf-lookup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ctf-lookup.c -fPIC -DPIC -o libctf_la-ctf-lookup.o
mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo './'`ctf-open.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ctf-open.c -fPIC -DPIC -o libctf_la-ctf-open.o
mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c -o libctf_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo './'`ctf-serialize.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ctf-serialize.c -fPIC -DPIC -o libctf_la-ctf-serialize.o
mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo './'`ctf-sha1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ctf-sha1.c -fPIC -DPIC -o libctf_la-ctf-sha1.o
mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo './'`ctf-string.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ctf-string.c -fPIC -DPIC -o libctf_la-ctf-string.o
mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo './'`ctf-subr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ctf-subr.c -fPIC -DPIC -o libctf_la-ctf-subr.o
ctf-serialize.c: In function 'symtypetab_density':
ctf-serialize.c:211:18: warning: 'sym' may be used uninitialized in this function [-Wmaybe-uninitialized]
211 | if (*max < sym->st_symidx)
| ~~~^~~~~~~~~~~
mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo './'`ctf-types.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ctf-types.c -fPIC -DPIC -o libctf_la-ctf-types.o
mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo './'`ctf-util.c
mv -f .deps/aarch64-dis-2.Tpo .deps/aarch64-dis-2.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -rpath /usr/x86_64-alpine-linux-musl/aarch64-none-linux/lib -release `cat ../bfd/libtool-soversion` -Wl,--as-needed,-O1,--sort-common -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo arm-dis.lo
mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo './'`ctf-open-bfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ctf-util.c -fPIC -DPIC -o libctf_la-ctf-util.o
mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo './'`ctf-archive.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=0 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ctf-open-bfd.c -fPIC -DPIC -o libctf_la-ctf-open-bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ctf-archive.c -fPIC -DPIC -o libctf_nobfd_la-ctf-archive.o
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-dis.o aarch64-opc.o aarch64-asm-2.o aarch64-dis-2.o aarch64-opc-2.o arm-dis.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
cp $libtooldir/libopcodes.a libopcodes.tmp; \
ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so libopcodes.tmp; \
/bin/sh ./../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
Making all in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes/po'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make all-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
Making all in doc
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
touch as.1
perl ./../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman < ./as.texi > as.pod
mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo './'`ctf-dump.c
mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo './'`ctf-create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ctf-create.c -fPIC -DPIC -o libctf_nobfd_la-ctf-create.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ctf-dump.c -fPIC -DPIC -o libctf_nobfd_la-ctf-dump.o
mv -f .deps/libctf_la-ctf-serialize.Tpo .deps/libctf_la-ctf-serialize.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo './'`ctf-decl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ctf-decl.c -fPIC -DPIC -o libctf_nobfd_la-ctf-decl.o
mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo './'`ctf-error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ctf-error.c -fPIC -DPIC -o libctf_nobfd_la-ctf-error.o
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 as.pod | \
sed -e '/^.if n .na/d' > as.1.T$$ && \
mv -f as.1.T$$ as.1) || \
(rm -f as.1.T$$ && exit 1)
mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo './'`ctf-hash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ctf-hash.c -fPIC -DPIC -o libctf_nobfd_la-ctf-hash.o
mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo './'`ctf-labels.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ctf-labels.c -fPIC -DPIC -o libctf_nobfd_la-ctf-labels.o
mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo './'`ctf-dedup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ctf-dedup.c -fPIC -DPIC -o libctf_nobfd_la-ctf-dedup.o
mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo './'`ctf-link.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ctf-link.c -fPIC -DPIC -o libctf_nobfd_la-ctf-link.o
mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo './'`ctf-lookup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ctf-lookup.c -fPIC -DPIC -o libctf_nobfd_la-ctf-lookup.o
mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo './'`ctf-open.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ctf-open.c -fPIC -DPIC -o libctf_nobfd_la-ctf-open.o
mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c -o libctf_nobfd_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo './'`ctf-serialize.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ctf-serialize.c -fPIC -DPIC -o libctf_nobfd_la-ctf-serialize.o
mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo './'`ctf-sha1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ctf-sha1.c -fPIC -DPIC -o libctf_nobfd_la-ctf-sha1.o
rm -f as.pod
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
Making all in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas/po'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o app.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo
depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o as.c &&\
mv -f $depbase.Tpo $depbase.Po
ctf-serialize.c: In function 'symtypetab_density':
ctf-serialize.c:211:18: warning: 'sym' may be used uninitialized in this function [-Wmaybe-uninitialized]
211 | if (*max < sym->st_symidx)
| ~~~^~~~~~~~~~~
mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo
depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o atof-generic.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo './'`ctf-string.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ctf-string.c -fPIC -DPIC -o libctf_nobfd_la-ctf-string.o
mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo './'`ctf-subr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ctf-subr.c -fPIC -DPIC -o libctf_nobfd_la-ctf-subr.o
depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o compress-debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o cond.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o depend.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo './'`ctf-types.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ctf-types.c -fPIC -DPIC -o libctf_nobfd_la-ctf-types.o
mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo './'`ctf-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I. -I./../include -I./../bfd -I../bfd -DNOBFD=1 -Os -fomit-frame-pointer -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ctf-util.c -fPIC -DPIC -o libctf_nobfd_la-ctf-util.o
mv -f .deps/libctf_nobfd_la-ctf-serialize.Tpo .deps/libctf_nobfd_la-ctf-serialize.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -version-info 0:0:0 -Wl,--version-script='./libctf.ver' -Wl,--as-needed,-O1,--sort-common -o libctf.la libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo ../bfd/libbfd.la -L/root/aports/main/binutils/src/binutils-2.37/libctf/../libiberty -liberty -lz
mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo
depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o dwarf2dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo
depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o dw2gencfi.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-serialize.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o
depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ecoff.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libctf.a
mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo
depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ehopt.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" )
depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o expr.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo
depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o flonum-copy.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o flonum-konst.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o flonum-mult.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o frags.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o hash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o input-file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o input-scrub.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o listing.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o literal.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o macro.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o messages.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o output-file.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -Os -fomit-frame-pointer -version-info 0:0:0 -Wl,--version-script='./libctf.ver' -Wl,--as-needed,-O1,--sort-common -o libctf-nobfd.la libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-serialize.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/root/aports/main/binutils/src/binutils-2.37/libctf/../libiberty -liberty -lz
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-serialize.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libctf-nobfd.a
libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" )
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o read.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o remap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o sb.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o stabs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o subsegs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o symbols.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o write.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo config/tc-aarch64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT config/tc-aarch64.o -MD -MP -MF $depbase.Tpo -c -o config/tc-aarch64.o config/tc-aarch64.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o config/obj-elf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./config -I./../include -I./.. -I./../bfd -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o config/atof-ieee.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-aarch64.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-aarch64.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make all-recursive
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
if [ -r sysinfo.c ]; then \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer sysinfo.c ; \
else \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer ./sysinfo.c ; \
fi
gcc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer ./syslex_wrap.c
Making info in doc
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
touch addr2line.1
touch ar.1
Making all in po
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Daddr2line < ./binutils.texi > addr2line.pod
touch dlltool.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dar < ./binutils.texi > ar.pod
touch nm.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Ddlltool < ./binutils.texi > dlltool.pod
touch objcopy.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dnm < ./binutils.texi > nm.pod
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof/po'
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dobjcopy < ./binutils.texi > objcopy.pod
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o basic_blocks.c
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
mv -f dlltool.1.T$$ dlltool.1) || (rm -f dlltool.1.T$$ && exit 1)
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1)
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1)
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
mv -f nm.1.T$$ nm.1) || (rm -f nm.1.T$$ && exit 1)
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
mv -f objcopy.1.T$$ objcopy.1) || (rm -f objcopy.1.T$$ && exit 1)
rm -f addr2line.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o call_graph.c
rm -f dlltool.pod
touch objdump.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dobjdump < ./binutils.texi > objdump.pod
rm -f ar.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o cg_arcs.c
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
mv -f objdump.1.T$$ objdump.1) || (rm -f objdump.1.T$$ && exit 1)
rm -f nm.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o cg_dfn.c
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o cg_print.c
rm -f objcopy.pod
touch ranlib.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dranlib < ./binutils.texi > ranlib.pod
mv -f .deps/call_graph.Tpo .deps/call_graph.Po
touch readelf.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dreadelf < ./binutils.texi > readelf.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
mv -f ranlib.1.T$$ ranlib.1) || (rm -f ranlib.1.T$$ && exit 1)
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
mv -f readelf.1.T$$ readelf.1) || (rm -f readelf.1.T$$ && exit 1)
mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o corefile.c
mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o gmon_io.c
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o gprof.c
rm -f ranlib.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o hertz.c
rm -f objdump.pod
gcc -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d <./sysroff.info >sysroff.h
touch size.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dsize < ./binutils.texi > size.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
mv -f size.1.T$$ size.1) || (rm -f size.1.T$$ && exit 1)
rm -f readelf.pod
touch strings.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dstrings < ./binutils.texi > strings.pod
mv -f .deps/hertz.Tpo .deps/hertz.Po
touch strip.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dstrip < ./binutils.texi > strip.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
mv -f strings.1.T$$ strings.1) || (rm -f strings.1.T$$ && exit 1)
mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o hist.c
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
mv -f strip.1.T$$ strip.1) || (rm -f strip.1.T$$ && exit 1)
mv -f .deps/gprof.Tpo .deps/gprof.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o source.c
rm -f size.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o search_list.c
rm -f strings.pod
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o symtab.c
mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o sym_ids.c
rm -f strip.pod
touch elfedit.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Delfedit < ./binutils.texi > elfedit.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
mv -f elfedit.1.T$$ elfedit.1) || (rm -f elfedit.1.T$$ && exit 1)
mv -f .deps/search_list.Tpo .deps/search_list.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/source.Tpo .deps/source.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o i386.c
mv -f .deps/corefile.Tpo .deps/corefile.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o alpha.c
mv -f .deps/cg_print.Tpo .deps/cg_print.Po
touch windres.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dwindres < ./binutils.texi > windres.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
mv -f windres.1.T$$ windres.1) || (rm -f windres.1.T$$ && exit 1)
mv -f .deps/i386.Tpo .deps/i386.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o vax.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o sparc.c
rm -f elfedit.pod
touch windmc.1
perl ../../etc/texi2pod.pl -I "." -I "../../libiberty" -I "../../bfd/doc" -I ../../bfd/doc --no-split -Dman -Dwindmc < ./binutils.texi > windmc.pod
mv -f .deps/symtab.Tpo .deps/symtab.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o mips.c
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
mv -f windmc.1.T$$ windmc.1) || (rm -f windmc.1.T$$ && exit 1)
mv -f .deps/alpha.Tpo .deps/alpha.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o aarch64.c
mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po
if test -f cxxfilt.man; then \
man=cxxfilt.man; \
else \
man=./cxxfilt.man; \
fi; \
sed -e 's/@PROGRAM@/c++filt/' \
-e 's/cxxfilt/c++filt/' < $man \
> c++filt.1
mv -f .deps/hist.Tpo .deps/hist.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o flat_bl.c
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o bsd_callg_bl.c
mv -f .deps/sparc.Tpo .deps/sparc.Po
mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po
gcc -DHAVE_CONFIG_H -I. -DDEBUG -I../bfd -I./../include -I./../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o fsf_callg_bl.c
touch gprof.1
perl ./../etc/texi2pod.pl -I "." -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dgprof < ./gprof.texi > gprof.pod
mv -f .deps/mips.Tpo .deps/mips.Po
mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po
rm -f windres.pod
(pod2man --center="GNU" --release="binutils-2.37" --section=1 gprof.pod | \
sed -e '/^.if n .na/d' > gprof.1.T$$ && \
mv -f gprof.1.T$$ gprof.1) || \
(rm -f gprof.1.T$$ && exit 1)
mv -f .deps/aarch64.Tpo .deps/aarch64.Po
mv -f .deps/vax.Tpo .deps/vax.Po
rm -f windmc.pod
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
Making info in po
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make all-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
Making all in doc
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
Making all in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o size.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o bucomm.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o version.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o filemode.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ./objdump.c
depbase=`echo dwarf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT dwarf.o -MD -MP -MF $depbase.Tpo -c -o dwarf.o dwarf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o prdbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o rddbg.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f gprof.pod
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o stabs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o rdcoff.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o elfcomm.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c
mv -f .deps/arparse.Tpo .deps/arparse.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c
depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o ar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o not-ranlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o arsup.c &&\
mv -f $depbase.Tpo $depbase.Po
mv -f .deps/arlex.Tpo .deps/arlex.Po
depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o rename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o binemul.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o emul_vanilla.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o strings.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o is-ranlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o objcopy.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o not-strip.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o wrstabs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o addr2line.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo readelf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT readelf.o -MD -MP -MF $depbase.Tpo -c -o readelf.o readelf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o unwind-ia64.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o elfedit.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o nm.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o is-strip.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o cxxfilt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o bfdtest1.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o bfdtest2.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
mv -f .deps/objdump.Tpo .deps/objdump.Po
depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o testsuite/gentestdlls.c &&\
mv -f $depbase.Tpo $depbase.Po
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.a ../libctf/.libs/libctf.a /root/aports/main/binutils/src/binutils-2.37/bfd/.libs/libbfd.a -L/root/aports/main/binutils/src/binutils-2.37/libctf/../libiberty -liberty ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libctf/.libs/libctf-nobfd.a -L/root/aports/main/binutils/src/binutils-2.37/libctf/../libiberty -liberty ../libiberty/libiberty.a -lz
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
(echo "/* This file is automatically generated. DO NOT EDIT! */";\
for f in `echo " " eaarch64linux.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o earmelf.o earmelfb.o eaarch64linuxb.o eaarch64linux32.o eaarch64linux32b.o earmelfb_linux_eabi.o earmelf_linux_eabi.o "" \
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \
done;\
echo "";\
echo "#define EMULATION_LIST \\";\
for f in `echo " " eaarch64linux.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o earmelf.o earmelfb.o eaarch64linuxb.o eaarch64linux32.o eaarch64linux32b.o earmelfb_linux_eabi.o earmelf_linux_eabi.o "" \
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
echo " &ld_${f}_emulation, \\"; \
done;\
echo " 0") >ldemul-tmp.h
mv ldemul-tmp.h ldemul-list.h
make all-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
Making all in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld/po'
( if test 'x.' != 'x.'; then \
posrcprefix='../'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
rm -f BLD-POTFILES-t BLD-POTFILES \
&& sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \
| sed -e '$s/\\$//' > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES
cd .. \
&& CONFIG_FILES=po/Makefile.in:po/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing default commands
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld/po'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo libdep_plugin.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo './'`testplug.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo './'`testplug2.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo './'`testplug3.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo './'`testplug4.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ./`ldgram.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ./ldlex-wrapper.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o lexsup.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c libdep_plugin.c -fPIC -DPIC -o .libs/libdep_plugin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c testplug2.c -fPIC -DPIC -o libldtestplug2_la-testplug2.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c testplug3.c -fPIC -DPIC -o libldtestplug3_la-testplug3.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c testplug4.c -fPIC -DPIC -o libldtestplug4_la-testplug4.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c libdep_plugin.c -fPIC -DPIC -o libdep_plugin.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer "-DLOCALEDIR=\"/usr/share/locale\"" -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -fPIC -DPIC -o libldtestplug_la-testplug.o >/dev/null 2>&1
mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ldlang.c
mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o mri.c
mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ldctor.c
mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \
-DDEFAULT_EMULATION='"aarch64linux"' \
-DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/aarch64-none-linux/bin"' \
-DTARGET='"aarch64-none-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"/root/sysroot-unknown/\" \
./ldmain.c
mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ldwrite.c
mv -f .deps/mri.Tpo .deps/mri.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ldexp.c
mv -f .deps/ldctor.Tpo .deps/ldctor.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ldemul.c
mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ldver.c
mv -f .deps/ldver.Tpo .deps/ldver.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ldmisc.c
mv -f .deps/ldemul.Tpo .deps/ldemul.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \
-DSCRIPTDIR='"/usr/aarch64-none-linux/lib"' -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/aarch64-none-linux/bin"' \
./ldfile.c
mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ldcref.c
mv -f .deps/lexsup.Tpo .deps/lexsup.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
mv -f .deps/ldmain.Tpo .deps/ldmain.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ldbuildid.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
cp ./emultempl/astring.sed stringify.sed
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ldelf.c
mv -f .deps/ldgram.Tpo .deps/ldgram.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ldelfgen.c
mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po
touch ld.1
perl ./../etc/texi2pod.pl -I . -I ./../bfd/doc -I ../bfd/doc -I ./../libiberty --no-split -Dman < ./ld.texi > ld.pod
mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -no-undefined -rpath /nowhere -module -avoid-version -Wl,--as-needed,-O1,--sort-common -o libdep.la -rpath /usr/lib/bfd-plugins libdep_plugin.lo
mv -f .deps/ldfile.Tpo .deps/ldfile.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Os -fomit-frame-pointer -no-undefined -rpath /nowhere -Wl,--as-needed,-O1,--sort-common -o libldtestplug.la libldtestplug_la-testplug.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0")
libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so")
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libldtestplug.a libldtestplug_la-testplug.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libldtestplug.a
libtool: link: warning: ignoring multiple `-rpath's for a libtool library
(pod2man --center="GNU Development Tools" --release="binutils-2.37" --section=1 ld.pod | \
sed -e '/^.if n .na/d' > ld.1.T$$ && \
mv -f ld.1.T$$ ld.1) || \
(rm -f ld.1.T$$ && exit 1)
libtool: link: gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,libdep.so -o .libs/libdep.so
libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Os -fomit-frame-pointer -no-undefined -rpath /nowhere -Wl,--as-needed,-O1,--sort-common -o libldtestplug2.la libldtestplug2_la-testplug2.lo
libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Os -fomit-frame-pointer -no-undefined -rpath /nowhere -Wl,--as-needed,-O1,--sort-common -o libldtestplug3.la libldtestplug3_la-testplug3.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0")
mv -f .deps/ldexp.Tpo .deps/ldexp.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Os -fomit-frame-pointer -no-undefined -rpath /nowhere -Wl,--as-needed,-O1,--sort-common -o libldtestplug4.la libldtestplug4_la-testplug4.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so")
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libldtestplug2.a
libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" )
base=`echo eaarch64linux.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0")
mv -f .deps/ldcref.Tpo .deps/ldcref.Po
base=`echo eaarch64elf.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so")
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o
libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0")
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libldtestplug3.a
libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so")
libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" )
base=`echo eaarch64elf32.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: ar --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o
libtool: link: ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so .libs/libldtestplug4.a
mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po
base=`echo eaarch64elf32b.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" )
base=`echo eaarch64elfb.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64linux "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64elf "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64elf32 "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64elf32b "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64elfb "aarch64-none-linux"
rm -f ld.pod
base=`echo earmelf.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes armelf "aarch64-none-linux"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
base=`echo earmelfb.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
base=`echo eaarch64linuxb.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes armelfb "aarch64-none-linux"
mv -f .deps/ldelf.Tpo .deps/ldelf.Po
base=`echo eaarch64linux32.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
base=`echo eaarch64linux32b.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
base=`echo earmelfb_linux_eabi.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64linuxb "aarch64-none-linux"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
base=`echo earmelf_linux_eabi.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64linux32 "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes aarch64linux32b "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes armelf_linux_eabi "aarch64-none-linux"
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./genscripts.sh "." "/usr/lib" "/usr" "/usr" x86_64-alpine-linux-musl aarch64-none-linux-gnu aarch64-none-linux ".deps" "" "aarch64linux aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi" "/usr/local/lib /lib /usr/lib" yes yes armelfb_linux_eabi "aarch64-none-linux"
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64linux.o -MD -MP -MF .deps/eaarch64linux.Tpo -c -o eaarch64linux.o eaarch64linux.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64elf.o -MD -MP -MF .deps/eaarch64elf.Tpo -c -o eaarch64elf.o eaarch64elf.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64elf32.o -MD -MP -MF .deps/eaarch64elf32.Tpo -c -o eaarch64elf32.o eaarch64elf32.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64elf32b.o -MD -MP -MF .deps/eaarch64elf32b.Tpo -c -o eaarch64elf32b.o eaarch64elf32b.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64elfb.o -MD -MP -MF .deps/eaarch64elfb.Tpo -c -o eaarch64elfb.o eaarch64elfb.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT earmelf.o -MD -MP -MF .deps/earmelf.Tpo -c -o earmelf.o earmelf.c
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT earmelfb.o -MD -MP -MF .deps/earmelfb.Tpo -c -o earmelfb.o earmelfb.c
mv -f .deps/eaarch64linux.Tpo .deps/eaarch64linux.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64linuxb.o -MD -MP -MF .deps/eaarch64linuxb.Tpo -c -o eaarch64linuxb.o eaarch64linuxb.c
mv -f .deps/eaarch64elf.Tpo .deps/eaarch64elf.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64linux32.o -MD -MP -MF .deps/eaarch64linux32.Tpo -c -o eaarch64linux32.o eaarch64linux32.c
mv -f .deps/eaarch64elf32.Tpo .deps/eaarch64elf32.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT eaarch64linux32b.o -MD -MP -MF .deps/eaarch64linux32b.Tpo -c -o eaarch64linux32b.o eaarch64linux32b.c
mv -f .deps/eaarch64elf32b.Tpo .deps/eaarch64elf32b.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT earmelfb_linux_eabi.o -MD -MP -MF .deps/earmelfb_linux_eabi.Tpo -c -o earmelfb_linux_eabi.o earmelfb_linux_eabi.c
mv -f .deps/eaarch64elfb.Tpo .deps/eaarch64elfb.Po
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -Os -fomit-frame-pointer -DLOCALEDIR="\"/usr/share/locale\"" -Os -fomit-frame-pointer -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -MT earmelf_linux_eabi.o -MD -MP -MF .deps/earmelf_linux_eabi.Tpo -c -o earmelf_linux_eabi.o earmelf_linux_eabi.c
mv -f .deps/eaarch64linuxb.Tpo .deps/eaarch64linuxb.Po
mv -f .deps/earmelf.Tpo .deps/earmelf.Po
mv -f .deps/earmelfb.Tpo .deps/earmelfb.Po
mv -f .deps/eaarch64linux32.Tpo .deps/eaarch64linux32.Po
mv -f .deps/eaarch64linux32b.Tpo .deps/eaarch64linux32b.Po
mv -f .deps/earmelf_linux_eabi.Tpo .deps/earmelf_linux_eabi.Po
mv -f .deps/ldlang.Tpo .deps/ldlang.Po
mv -f .deps/earmelfb_linux_eabi.Tpo .deps/earmelfb_linux_eabi.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eaarch64linux.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o earmelf.o earmelfb.o eaarch64linuxb.o eaarch64linux32.o eaarch64linux32b.o earmelfb_linux_eabi.o earmelf_linux_eabi.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -Os -fomit-frame-pointer -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eaarch64linux.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o earmelf.o earmelfb.o eaarch64linuxb.o eaarch64linux32.o eaarch64linux32b.o earmelfb_linux_eabi.o earmelf_linux_eabi.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.a ../libctf/.libs/libctf.a /root/aports/main/binutils/src/binutils-2.37/bfd/.libs/libbfd.a -L/root/aports/main/binutils/src/binutils-2.37/libctf/../libiberty -liberty ../libiberty/libiberty.a -lz
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[1]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37'
>>> WARNING: binutils-unknown: APKBUILD does not run any tests!
Alpine policy will soon require that packages have any relevant testsuites run during the build process.
To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite.
make[1]: Entering directory '/root/aports/main/binutils/src/binutils-2.37'
/bin/sh ./mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr /root/aports/main/binutils/pkg/binutils-unknown/usr
make[1]: Nothing to be done for 'install-target'.
mkdir /root/aports/main/binutils/pkg
mkdir /root/aports/main/binutils/pkg/binutils-unknown
mkdir /root/aports/main/binutils/pkg/binutils-unknown/usr
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/etc'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/etc'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/intl'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/intl'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libiberty'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make install-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libiberty/testsuite'
if test -n ""; then \
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/`gcc -Os -fomit-frame-pointer -print-multi-os-directory`; \
/usr/bin/install -c -m 644 ./libiberty.a /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/`gcc -Os -fomit-frame-pointer -print-multi-os-directory`/./libiberty.an; \
( cd /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/`gcc -Os -fomit-frame-pointer -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib --plugin /usr/libexec/gcc/x86_64-alpine-linux-musl/10.3.1/liblto_plugin.so ./libiberty.an ); \
mv -f /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/`gcc -Os -fomit-frame-pointer -print-multi-os-directory`/./libiberty.an /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/`gcc -Os -fomit-frame-pointer -print-multi-os-directory`/./libiberty.a; \
case "" in \
/*) thd=;; \
*) thd=/usr/include/;; \
esac; \
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown${thd}; \
for h in ./../include/ansidecl.h ./../include/demangle.h ./../include/dyn-string.h ./../include/fibheap.h ./../include/floatformat.h ./../include/hashtab.h ./../include/libiberty.h ./../include/objalloc.h ./../include/partition.h ./../include/safe-ctype.h ./../include/sort.h ./../include/splay-tree.h ./../include/timeval-utils.h; do \
/usr/bin/install -c -m 644 $h /root/aports/main/binutils/pkg/binutils-unknown${thd}; \
done; \
fi
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libiberty'
Making install in po
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof/po'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof/po'
Making install in doc
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make install-recursive
../../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1'
../../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
/usr/bin/install -c -m 644 'as.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-as.1'
/usr/bin/install -c -m 644 ./as.info '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
install-info --info-dir='/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info/as.info'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas/doc'
Making install in po
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas/po'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas/po'
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
/usr/bin/install -c -m 644 'gprof.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-gprof.1'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin'
/usr/bin/install -c -m 644 ./gprof.info '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
install-info --info-dir='/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info/gprof.info'
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
Making install in doc
/bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-gprof'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
libtool: install: /usr/bin/install -c gprof /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-gprof
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gprof'
.././../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
/usr/bin/install -c -m 644 ./bfd.info '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
install-info --info-dir='/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info/bfd.info'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/doc'
Making install in po
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd/po'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/gas'
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/bin
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
/bin/sh ./libtool --mode=install /usr/bin/install -c as-new /usr/bin/aarch64-none-linux-as
libtool: install: /usr/bin/install -c as-new /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/aarch64-none-linux-as
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin
mkdir /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux
mkdir /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin
n=`echo as | sed 's&^&aarch64-none-linux-&'`; \
if [ "/usr/bin/$n" != "/usr/aarch64-none-linux/bin/as" ]; then \
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/as; \
ln /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$n /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/as >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/as; \
else \
true ; \
fi
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/gas'
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/bfd'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
Making install in .
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/libctf'
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
Making install in po
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/opcodes/po'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes/po'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/opcodes'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make install-recursive
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
Making install in doc
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
make[5]: Nothing to be done for 'install-exec-am'.
.././../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1'
.././../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
/usr/bin/install -c -m 644 ./binutils.info '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
/usr/bin/install -c -m 644 'addr2line.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-addr2line.1'
/usr/bin/install -c -m 644 'ar.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-ar.1'
/usr/bin/install -c -m 644 'dlltool.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-dlltool.1'
/usr/bin/install -c -m 644 'nm.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-nm.1'
/usr/bin/install -c -m 644 'objcopy.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-objcopy.1'
install-info --info-dir='/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info/binutils.info'
/usr/bin/install -c -m 644 'objdump.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-objdump.1'
/usr/bin/install -c -m 644 'ranlib.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-ranlib.1'
/usr/bin/install -c -m 644 'readelf.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-readelf.1'
/usr/bin/install -c -m 644 'size.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-size.1'
/usr/bin/install -c -m 644 'strings.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-strings.1'
make[2]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make install-recursive
/usr/bin/install -c -m 644 'strip.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-strip.1'
/usr/bin/install -c -m 644 'elfedit.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-elfedit.1'
/usr/bin/install -c -m 644 'windres.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-windres.1'
/usr/bin/install -c -m 644 'windmc.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-windmc.1'
/usr/bin/install -c -m 644 'c++filt.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-c++filt.1'
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/doc'
Making install in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils/po'
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[5]: Nothing to be done for 'install-data-am'.
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c size '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-size'
libtool: install: /usr/bin/install -c size /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-size
make[3]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
/bin/sh ./libtool --mode=install /usr/bin/install -c objdump '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-objdump'
Making install in po
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld/po'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld/po'
libtool: install: /usr/bin/install -c objdump /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-objdump
/bin/sh ./libtool --mode=install /usr/bin/install -c ar '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ar'
libtool: install: /usr/bin/install -c ar /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ar
/bin/sh ./libtool --mode=install /usr/bin/install -c strings '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-strings'
libtool: install: /usr/bin/install -c strings /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-strings
/bin/sh ./libtool --mode=install /usr/bin/install -c ranlib '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ranlib'
libtool: install: /usr/bin/install -c ranlib /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ranlib
/bin/sh ./libtool --mode=install /usr/bin/install -c objcopy '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-objcopy'
libtool: install: /usr/bin/install -c objcopy /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-objcopy
/bin/sh ./libtool --mode=install /usr/bin/install -c addr2line '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-addr2line'
libtool: install: /usr/bin/install -c addr2line /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-addr2line
/bin/sh ./libtool --mode=install /usr/bin/install -c readelf '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-readelf'
libtool: install: /usr/bin/install -c readelf /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-readelf
/bin/sh ./libtool --mode=install /usr/bin/install -c elfedit '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-elfedit'
libtool: install: /usr/bin/install -c elfedit /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-elfedit
/bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /usr/bin/aarch64-none-linux-nm
libtool: install: /usr/bin/install -c nm-new /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/aarch64-none-linux-nm
/bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /usr/bin/aarch64-none-linux-strip
libtool: install: /usr/bin/install -c strip-new /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/aarch64-none-linux-strip
/bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /usr/bin/aarch64-none-linux-c++filt
libtool: install: /usr/bin/install -c cxxfilt /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/aarch64-none-linux-c++filt
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin
for i in nm-new strip-new ar ranlib dlltool objdump objcopy readelf; do \
if [ -f $i ]; then \
j=`echo $i | sed -e 's/-new//'`; \
k=`echo $j | sed 's&^&aarch64-none-linux-&'`; \
if [ "/usr/bin/$k" != "/usr/aarch64-none-linux/bin/$j" ]; then \
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/$j; \
ln /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$k /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/$j >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c $i /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/$j; \
fi; \
else true; \
fi; \
done
make[4]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/binutils'
make[5]: Entering directory '/root/aports/main/binutils/src/binutils-2.37/ld'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
/usr/bin/install -c -m 644 'ld.1' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/man/man1/aarch64-none-linux-ld.1'
/usr/bin/install -c -m 644 ./ld.info '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin'
./../install-sh -c -d '/root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins'
install-info --info-dir='/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info' '/root/aports/main/binutils/pkg/binutils-unknown/usr/share/info/ld.info'
/bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ld.bfd'
/bin/sh ./libtool --mode=install /usr/bin/install -c libdep.la '/root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins'
libtool: install: /usr/bin/install -c ld-new /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/./aarch64-none-linux-ld.bfd
libtool: install: /usr/bin/install -c .libs/libdep.so /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins/libdep.so
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin
libtool: install: /usr/bin/install -c .libs/libdep.lai /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins/libdep.la
n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&aarch64-none-linux-&'`; \
if test "/usr/bin" != "/usr/aarch64-none-linux/bin"; then \
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld.bfd; \
ln /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$n /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld.bfd >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld.bfd; \
fi; \
if test "xyes" = "xyes"; then \
ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&aarch64-none-linux-&'`; \
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$ld; \
ln /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$n /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$ld; \
if test "/usr/bin" != "/usr/aarch64-none-linux/bin"; then \
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld; \
ln /root/aports/main/binutils/pkg/binutils-unknown/usr/bin/$n /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/bin/ld; \
fi; \
fi
libtool: install: warning: remember to run `libtool --finish /nowhere'
/bin/sh ./../mkinstalldirs /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/lib/ldscripts
mkdir /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/lib
mkdir /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/lib/ldscripts
for f in ldscripts/* ; do \
/usr/bin/install -c -m 644 $f /root/aports/main/binutils/pkg/binutils-unknown/usr/aarch64-none-linux/lib/$f ; \
done
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins/libdep.la
rm -f /root/aports/main/binutils/pkg/binutils-unknown/usr/lib/bfd-plugins/libdep.dll.a
make[5]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[4]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[3]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[2]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37/ld'
make[1]: Leaving directory '/root/aports/main/binutils/src/binutils-2.37'
>>> binutils-unknown: Running postcheck for binutils-unknown
>>> binutils-unknown: Preparing package binutils-unknown...
>>> binutils-unknown: Stripping binaries
>>> binutils-unknown: Scanning shared objects
>>> binutils-unknown: Tracing dependencies...
so:libc.musl-x86_64.so.1
so:libz.so.1
>>> binutils-unknown: Package size: 20.5 MB
>>> binutils-unknown: Compressing data...
>>> binutils-unknown: Create checksum...
>>> binutils-unknown: Create binutils-unknown-2.37-r4.apk
>>> binutils-unknown: Build complete at Wed, 22 Dec 2021 07:12:48 +0000 elapsed time 0h 0m 41s
>>> binutils-unknown: Cleaning up srcdir
>>> binutils-unknown: Cleaning up pkgdir
>>> binutils-unknown: Uninstalling dependencies...
(1/4) Purging .makedepends-binutils-unknown (20211222.071208)
(2/4) Purging bison (3.7.6-r0)
(3/4) Purging flex (2.6.4-r2)
(4/4) Purging texinfo (6.8-r0)
Executing busybox-1.34.1-r3.trigger
OK: 1998 MiB in 120 packages
(1/1) Purging .hostdepends-binutils-unknown (20211222.071212)
OK: 0 MiB in 0 packages
>>> binutils-unknown: Updating the main/x86_64 repository index...
>>> binutils-unknown: Signing the index...
>>> musl-dev: Building main/musl-dev 1.2.2-r7 (using abuild 3.9.0-r0) started Wed, 22 Dec 2021 07:12:49 +0000
>>> musl-dev: Checking sanity of /root/aports/main/musl/APKBUILD...
>>> musl-dev: Analyzing dependencies...
>>> musl-dev: Installing for build:
(1/1) Installing .makedepends-musl-dev (20211222.071249)
OK: 1998 MiB in 121 packages
>>> musl-dev: Installing for host:
WARNING: Ignoring /root/packages//main: No such file or directory
(1/1) Installing .hostdepends-musl-dev (20211222.071249)
OK: 0 MiB in 1 packages
>>> musl-dev: Cleaning up srcdir
>>> musl-dev: Cleaning up pkgdir
>>> musl-dev: Fetching musl-v1.2.2.tar.gz::https://git.musl-libc.org/cgit/musl/snapshot/v1.2.2.tar.gz
>>> musl-dev: Fetching musl-v1.2.2.tar.gz::https://git.musl-libc.org/cgit/musl/snapshot/v1.2.2.tar.gz
>>> musl-dev: Checking sha512sums...
musl-v1.2.2.tar.gz: OK
0001-riscv64-define-ELF_NFPREG.patch: OK
0001-fix-TZ-parsing-logic-for-identifying-POSIX-form-stri.patch: OK
handle-aux-at_base.patch: OK
syscall-cp-epoll.patch: OK
eh-frame.patch: OK
qsort_r.patch: OK
ldconfig: OK
__stack_chk_fail_local.c: OK
getconf.c: OK
getent.c: OK
iconv.c: OK
>>> musl-dev: Unpacking /var/cache/distfiles/musl-v1.2.2.tar.gz...
>>> musl-dev: 0001-riscv64-define-ELF_NFPREG.patch
patching file arch/riscv64/bits/user.h
>>> musl-dev: 0001-fix-TZ-parsing-logic-for-identifying-POSIX-form-stri.patch
patching file src/time/__tz.c
>>> musl-dev: handle-aux-at_base.patch
patching file src/env/__init_tls.c
Hunk #1 succeeded at 72 (offset 6 lines).
Hunk #2 succeeded at 84 (offset 5 lines).
>>> musl-dev: syscall-cp-epoll.patch
patching file src/linux/epoll.c
>>> musl-dev: eh-frame.patch
patching file Makefile
patching file configure
patching file tools/add-cfi.i386.awk
patching file tools/add-cfi.x86_64.awk
>>> musl-dev: qsort_r.patch
patching file include/stdlib.h
Hunk #1 succeeded at 158 with fuzz 1.
patching file src/include/stdlib.h
patching file src/stdlib/qsort.c
patching file src/stdlib/qsort_nr.c
make: Nothing to be done for 'install-headers'.
>>> musl-dev: Running postcheck for musl-dev
find: /root/aports/main/musl/pkg/musl-dev: No such file or directory
find: /root/aports/main/musl/pkg/musl-dev: No such file or directory
find: /root/aports/main/musl/pkg/musl-dev: No such file or directory
find: /root/aports/main/musl/pkg/musl-dev: No such file or directory
find: /root/aports/main/musl/pkg/musl-dev: No such file or directory
>>> musl-dev: Preparing package musl-dev...
/usr/bin/abuild: cd: line 2461: can't cd to /root/aports/main/musl/pkg/musl-dev: No such file or directory
>>> ERROR: musl-dev: prepare_package failed
>>> ERROR: musl-dev: rootpkg failed
>>> musl-dev: Uninstalling dependencies...
(1/1) Purging .makedepends-musl-dev (20211222.071249)
OK: 1998 MiB in 120 packages
(1/1) Purging .hostdepends-musl-dev (20211222.071249)
OK: 0 MiB in 0 packages
Even ./scripts/bootstrap.sh x86
fails:
Click to expand
...
>>> gcc-x86: Building main/gcc-x86 11.2.1_git20211128-r3 (using abuild 3.9.0-r0) started Wed, 22 Dec 2021 07:29:55 +0000
>>> gcc-x86: Checking sanity of /root/aports/main/gcc/APKBUILD...
>>> WARNING: gcc-x86: g++ should not be in makedepends
>>> gcc-x86: Analyzing dependencies...
ERROR: unable to select packages:
musl (no such package):
required by: .hostdepends-gcc-x86-20211222.072956[musl]
musl-dev (no such package):
required by: .hostdepends-gcc-x86-20211222.072956[musl-dev]
>>> ERROR: gcc-x86: builddeps failed
>>> gcc-x86: Uninstalling dependencies...
ERROR: No such package: .makedepends-gcc-x86
ERROR: No such package: .hostdepends-gcc-x86
Am I doing something wrong? Should I just use qemu
for emulating Alpine and build from there?
Thanks in advance.