Skip to content

Instantly share code, notes, and snippets.

@omac777
Created March 27, 2019 19:48
Show Gist options
  • Save omac777/86d7077ad67a980f98435f75a8b324eb to your computer and use it in GitHub Desktop.
Save omac777/86d7077ad67a980f98435f75a8b324eb to your computer and use it in GitHub Desktop.
success Redox Fedora Rawhide Aarch make prefix 27 March 2019
This file has been truncated, but you can view the full file.
-*- mode: compilation; default-directory: "~/redox/" -*-
Compilation started at Wed Mar 27 13:07:59
PREFIX_RUSTC=1 PREFIX_BINARY=0 ARCH=aarch64 make prefix
mkdir -p "prefix/aarch64-unknown-redox"
wget -O prefix/aarch64-unknown-redox/gcc.tar.bz2.partial "https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox/gcc-redox.tar.bz2"
--2019-03-27 13:07:59-- https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox/gcc-redox.tar.bz2
Resolving gitlab.redox-os.org (gitlab.redox-os.org)... 206.189.65.122
Connecting to gitlab.redox-os.org (gitlab.redox-os.org)|206.189.65.122|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]
Saving to: ‘prefix/aarch64-unknown-redox/gcc.tar.bz2.partial’
prefix/aarch64-unknown-redox/gcc.tar.bz2.partial [ <=> ] 75.06M 357KB/s in 2m 44s
2019-03-27 13:10:44 (469 KB/s) - ‘prefix/aarch64-unknown-redox/gcc.tar.bz2.partial’ saved [78706523]
mv "prefix/aarch64-unknown-redox/gcc.tar.bz2.partial" "prefix/aarch64-unknown-redox/gcc.tar.bz2"
mkdir -p "prefix/aarch64-unknown-redox/gcc.partial"
tar --extract --file "prefix/aarch64-unknown-redox/gcc.tar.bz2" --directory "prefix/aarch64-unknown-redox/gcc.partial" --strip-components=1
cd "prefix/aarch64-unknown-redox/gcc.partial" && ./contrib/download_prerequisites
2019-03-27 13:11:24 URL: ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.1.0.tar.bz2 [2383840] -> "./gmp-6.1.0.tar.bz2" [1]
2019-03-27 13:11:27 URL: ftp://gcc.gnu.org/pub/gcc/infrastructure/mpfr-3.1.4.tar.bz2 [1279284] -> "./mpfr-3.1.4.tar.bz2" [1]
2019-03-27 13:11:29 URL: ftp://gcc.gnu.org/pub/gcc/infrastructure/mpc-1.0.3.tar.gz [669925] -> "./mpc-1.0.3.tar.gz" [1]
2019-03-27 13:11:32 URL: ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2 [1658291] -> "./isl-0.18.tar.bz2" [1]
gmp-6.1.0.tar.bz2: OK
mpfr-3.1.4.tar.bz2: OK
mpc-1.0.3.tar.gz: OK
isl-0.18.tar.bz2: OK
All prerequisites downloaded successfully.
touch "prefix/aarch64-unknown-redox/gcc.partial"
mv "prefix/aarch64-unknown-redox/gcc.partial" "prefix/aarch64-unknown-redox/gcc"
mkdir -p "prefix/aarch64-unknown-redox"
wget -O prefix/aarch64-unknown-redox/binutils.tar.bz2.partial "https://gitlab.redox-os.org/redox-os/binutils-gdb/-/archive/redox/binutils-gdb-redox.tar.bz2"
--2019-03-27 13:11:39-- https://gitlab.redox-os.org/redox-os/binutils-gdb/-/archive/redox/binutils-gdb-redox.tar.bz2
Resolving gitlab.redox-os.org (gitlab.redox-os.org)... 206.189.65.122
Connecting to gitlab.redox-os.org (gitlab.redox-os.org)|206.189.65.122|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]
Saving to: ‘prefix/aarch64-unknown-redox/binutils.tar.bz2.partial’
prefix/aarch64-unknown-redox/binutils.tar.bz2.partial [ <=> ] 39.49M 313KB/s in 73s
2019-03-27 13:12:53 (557 KB/s) - ‘prefix/aarch64-unknown-redox/binutils.tar.bz2.partial’ saved [41413575]
mv prefix/aarch64-unknown-redox/binutils.tar.bz2.partial prefix/aarch64-unknown-redox/binutils.tar.bz2
rm -rf "prefix/aarch64-unknown-redox/binutils.partial" "prefix/aarch64-unknown-redox/binutils"
mkdir -p "prefix/aarch64-unknown-redox/binutils.partial"
tar --extract --file "prefix/aarch64-unknown-redox/binutils.tar.bz2" --directory "prefix/aarch64-unknown-redox/binutils.partial" --strip-components=1
touch "prefix/aarch64-unknown-redox/binutils.partial"
mv "prefix/aarch64-unknown-redox/binutils.partial" "prefix/aarch64-unknown-redox/binutils"
rm -rf "prefix/aarch64-unknown-redox/binutils-build" "prefix/aarch64-unknown-redox/binutils-install.partial" "prefix/aarch64-unknown-redox/binutils-install"
mkdir -p "prefix/aarch64-unknown-redox/binutils-build" "prefix/aarch64-unknown-redox/binutils-install.partial"
cd "prefix/aarch64-unknown-redox/binutils-build" && \
"/home/david/redox/prefix/aarch64-unknown-redox/binutils/configure" \
--target="aarch64-unknown-redox" \
--program-prefix="aarch64-unknown-redox-" \
--prefix="" \
--disable-werror \
&& \
make -j `nproc` all && \
make -j `nproc` install DESTDIR="/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... aarch64-unknown-redox
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... /usr/bin/sed
checking for gawk... gawk
checking for 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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
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:
readline gdb
(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 ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for aarch64-unknown-redox-cc... no
checking for aarch64-unknown-redox-gcc... no
checking for aarch64-unknown-redox-c++... no
checking for aarch64-unknown-redox-g++... no
checking for aarch64-unknown-redox-cxx... no
checking for aarch64-unknown-redox-gxx... no
checking for aarch64-unknown-redox-gcc... no
checking for aarch64-unknown-redox-gfortran... no
checking for aarch64-unknown-redox-gccgo... no
checking for aarch64-unknown-redox-ar... no
checking for aarch64-unknown-redox-as... no
checking for aarch64-unknown-redox-dlltool... no
checking for aarch64-unknown-redox-ld... no
checking for aarch64-unknown-redox-lipo... no
checking for aarch64-unknown-redox-nm... no
checking for aarch64-unknown-redox-objcopy... no
checking for aarch64-unknown-redox-objdump... no
checking for aarch64-unknown-redox-ranlib... no
checking for aarch64-unknown-redox-readelf... no
checking for aarch64-unknown-redox-strip... no
checking for aarch64-unknown-redox-windres... no
checking for aarch64-unknown-redox-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 '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[2]: Nothing to be done for 'all-target'.
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./libdecnumber
mkdir -p -- ./etc
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./libdecnumber
Configuring in ./zlib
Configuring in ./etc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... checking for a BSD-compatible install... makeinfo --split-size=5000000
/usr/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... checking build system type... x86_64-pc-linux-gnu
checking host system type... configure: updating cache ./config.cache
yes
checking for x86_64-pc-linux-gnu-gcc... gcc
x86_64-pc-linux-gnu
checking target system type... configure: creating ./config.status
checking whether the C compiler works... aarch64-unknown-redox
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... checking whether the C compiler works... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether make supports nested variables... 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... config.status: creating Makefile
checking for perl... perl
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-pc-linux-gnu-gcc... gcc
no
checking for suffix of object files... yes
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/etc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/etc'
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... gcc
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 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... no
checking for suffix of object files...
checking whether we are cross compiling... 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 for gcc option to accept ISO C89... no
checking for suffix of object files... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... yes
none needed
checking how to run the C preprocessor... checking whether gcc supports -Wall... none needed
checking how to run the C preprocessor... yes
checking whether gcc accepts -g... gcc -E
yes
checking whether gcc supports -Wwrite-strings... gcc -E
yes
checking for gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for style of include used by make... GNU
checking dependency style of gcc... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking for sys/types.h... yes
yes
checking for sys/types.h... checking whether gcc supports -Wmissing-format-attribute... yes
checking for sys/stat.h... yes
yes
checking whether gcc supports -Wcast-qual... checking for sys/stat.h... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
yes
checking whether gcc supports -pedantic -Wlong-long... checking for stdlib.h... checking for stdlib.h... yes
checking whether gcc supports -fno-lto... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking for string.h... checking for string.h... 1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
yes
checking how to run the C preprocessor... checking for memory.h... yes
gcc -E
checking for memory.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... checking for strings.h... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for strings.h... ok
yes
checking for inttypes.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for stdint.h... checking how to run the C preprocessor... yes
yes
checking for sys/stat.h... checking for unistd.h... gcc -E
checking for ANSI C header files... yes
checking for unistd.h... yes
yes
checking minix/config.h usability... checking for stdlib.h... yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for string.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking minix/config.h presence... yes
checking for sys/types.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for memory.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
checking whether make sets $(MAKE)... checking for sys/stat.h... yes
no
yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for strings.h... checking whether gcc supports -W... checking for msgfmt... yes
checking for stdlib.h... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking whether gcc supports -Wall... checking for xgettext... yes
/usr/bin/xgettext
checking for inttypes.h... checking for msgmerge... yes
/usr/bin/msgmerge
yes
yes
checking for string.h... checking whether gcc supports -Wwrite-strings... checking for stdint.h... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
checking whether gcc supports -Wc++-compat... yes
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking for memory.h... yes
checking for unistd.h... yes
checking whether gcc supports -Wstrict-prototypes... none required
checking for an ANSI C-conforming const... yes
checking for strings.h... yes
yes
checking for inline... yes
checking whether gcc supports -Wshadow=local... checking ctype.h usability... inline
checking for off_t... yes
yes
checking whether gcc supports -pedantic ... checking for inttypes.h... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
checking whether gcc and cc understand -c and -o together... checking stddef.h usability... yes
checking for stdint.h... yes
checking for size_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
yes
yes
checking for an ANSI C-conforming const... checking for string.h... (cached) yes
checking for unistd.h... checking stdio.h usability... yes
checking for inline... yes
checking for dlfcn.h... inline
checking whether byte ordering is bigendian... yes
checking for working alloca.h... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
yes
checking for alloca... checking for objdir... .libs
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking for a BSD-compatible install... /usr/bin/install -c
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for uintptr_t... checking for sys/param.h... checking for sys/file.h... yes
checking for sys/param.h... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for limits.h... yes
yes
yes
checking for int_least32_t... checking for getpagesize... yes
checking if gcc static flag -static works... checking for stdlib.h... (cached) yes
checking for malloc.h... yes
no
checking if gcc supports -c -o file.o... checking for string.h... (cached) yes
yes
checking for working mmap... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
yes
checking for int_fast32_t... checking for sys/time.h... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
yes
checking whether -lc should be explicitly linked in... checking for time.h... yes
yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking dynamic linker characteristics... checking for sys/resource.h... yes
checking whether integer division by zero raises SIGFPE... yes
yes
checking for uint64_t... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for inttypes.h... yes
checking for fcntl.h... 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... gcc -E
yes
yes
checking for stdint.h... checking for alloca.h... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for sys/pstat.h... checking for unistd.h... (cached) yes
yes
checking for unsigned long long... checking for sys/param.h... no
yes
checking for off_t... checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for inttypes.h... yes
checking for getpagesize... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for working mmap... yes
checking size of int... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
4
checking size of long... yes
checking for machine/hal_sysinfo.h... checking for memcpy... done
no
checking for sys/table.h... checking argz.h usability... no
checking for sys/sysctl.h... 8
yes
checking for ANSI C header files... (cached) yes
checking build system type... checking for strerror... yes
x86_64-pc-linux-gnu
checking host system type... checking for sys/systemcfg.h... yes
checking argz.h presence... x86_64-pc-linux-gnu
checking target system type... yes
checking for argz.h... yes
no
aarch64-unknown-redox
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... checking for stdint.h... (cached) yes
yes
checking limits.h usability... checking for unistd.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
configure: updating cache ./config.cache
yes
checking limits.h presence... checking for sys/prctl.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for limits.h... yes
yes
checking locale.h usability... checking for sys/wait.h that is POSIX.1 compatible... no
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking locale.h presence... yes
checking whether time.h and sys/time.h may both be included... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking whether errno must be declared... no
checking size of int... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... config.status: creating Makefile
4
checking size of long... config.status: creating config.h
yes
checking malloc.h presence... config.status: executing gstdint.h commands
yes
checking for malloc.h... yes
checking stddef.h usability... 8
checking size of size_t... yes
checking stddef.h presence... yes
checking for stddef.h... yes
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libdecnumber'
source='/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/decNumber.c
source='/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/decContext.c
source='/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal32.c
source='/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal64.c
source='/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/libdecnumber/dpd/decimal128.c
checking for stdlib.h... (cached) yes
8
checking for long long... checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
yes
checking size of long long... checking for fgets_unlocked... yes
checking for getc_unlocked... 8
checking for a 64-bit type... yes
checking for getcwd... uint64_t
checking for intptr_t... yes
checking for getegid... yes
checking for geteuid... yes
checking for uintptr_t... yes
checking for getgid... yes
checking for getuid... yes
checking for ssize_t... yes
checking for mempcpy... yes
checking for munmap... yes
checking for pid_t... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking for putenv... yes
checking for setenv... yes
checking for library containing strerror... config.status: executing libtool commands
yes
none required
checking for asprintf... checking for setlocale... make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`deflate.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`gzread.c
yes
yes
checking for atexit... checking for stpcpy... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`gzclose.c
yes
yes
checking for basename... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`gzwrite.c
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
checking for strcasecmp... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`gzlib.c
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`infback.c
yes
mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`inffast.c
checking for bcmp... yes
checking for strdup... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`inflate.c
yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`inftrees.c
checking for bcopy... yes
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`trees.c
checking for strtoul... yes
checking for bsearch... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`uncompr.c
checking for tsearch... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib -g -O2 -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/zlib/'`zutil.c
yes
checking for bzero... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
checking for __argz_count... yes
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
checking for calloc... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
yes
ranlib libdecnumber.a
checking for __argz_stringify... make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libdecnumber'
yes
checking for clock... yes
checking for __argz_next... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
yes
checking for ffs... yes
checking for __fsetlocking... yes
checking for getcwd... yes
checking for iconv... yes
checking for getpagesize... yes
checking for iconv declaration... yes
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
checking for nl_langinfo and CODESET... rm -f libz.a
checking for gettimeofday... ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
ranlib libz.a
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib'
yes
yes
checking for LC_MESSAGES... checking for index... yes
checking for bison... bison
checking version of bison... yes
3.0.5, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for insque... yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for memchr... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for memcmp... yes
checking for memcpy... config.status: creating Makefile
yes
config.status: creating config.intl
checking for memmem... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for memmove... mkdir -p -- ./gas
mkdir -p -- ./binutils
mkdir -p -- ./ld
mkdir -p -- ./sim
mkdir -p -- ./gprof
Configuring in ./binutils
Configuring in ./ld
Configuring in ./gas
Configuring in ./sim
Configuring in ./gprof
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/intl'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/intl'
yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... configure: creating cache ./config.cache
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for putenv... checking build system type... checking build system type... checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking host system type... checking whether the C compiler works... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking target system type... checking target system type... x86_64-pc-linux-gnu
checking target system type... aarch64-unknown-redox
yes
checking for x86_64-pc-linux-gnu-gcc... gcc
aarch64-unknown-redox
aarch64-unknown-redox
aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... gcc
checking for x86_64-pc-linux-gnu-gcc... gcc
checking for x86_64-pc-linux-gnu-gcc... gcc
checking for random... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 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 whether we are cross compiling... checking for rename... 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 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... no
checking for suffix of object files... yes
checking for rindex...
checking whether we are cross compiling...
checking whether we are cross compiling... checking whether we are cross compiling... checking whether we are cross compiling... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
no
no
no
checking for suffix of object files... no
checking for suffix of object files... checking for suffix of object files... checking for suffix of object files... checking for setenv... yes
checking for gcc option to accept ISO C89... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... yes
checking for snprintf... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking build system type... yes
checking for gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking host system type... yes
yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... x86_64-pc-linux-gnu
checking target system type... checking for sigsetmask... aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... yes
checking for library containing strerror... none needed
checking whether gcc understands -c and -o together... none needed
checking whether gcc understands -c and -o together... yes
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 for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
yes
checking for library containing strerror... checking for stpcpy... yes
checking for library containing strerror... yes
checking for library containing strerror... configure: updating cache ./config.cache
none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: creating ./config.status
yes
none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
none required
checking for a BSD-compatible install... /usr/bin/install -c
none required
checking whether build environment is sane... 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... yes
yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for style of include used by make... checking for stpncpy... checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
GNU
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether make supports nested variables... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
yes
checking for style of include used by make... yes
yes
checking dependency style of gcc... GNU
checking whether make supports nested variables... checking for style of include used by make... checking for style of include used by make... yes
GNU
GNU
checking whether make supports nested variables... checking whether make supports nested variables... checking dependency style of gcc... yes
yes
yes
checking dependency style of gcc... checking dependency style of gcc... checking for strcasecmp... gcc3
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
gcc3
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
gcc3
gcc3
config.status: creating Makefile
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... === configuring in aarch64 (/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/aarch64)
checking for strchr... checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) configure: running /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/configure --disable-option-checking '--prefix=' '--with-gnu-as' '--with-gnu-ld' '--disable-werror' '--program-transform-name=s&^&aarch64-unknown-redox-&' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=aarch64-unknown-redox' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=aarch64-unknown-redox' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64
yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
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 we are using the GNU C compiler... (cached) checking whether gcc understands -c and -o together... yes
(cached) checking whether gcc accepts -g... yes
(cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... gcc -E
/usr/bin/grep -E
checking for ANSI C header files... checking whether we are using the GNU C++ compiler... checking for strdup... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether g++ accepts -g... yes
checking for strncasecmp... yes
checking dependency style of g++... yes
yes
gcc3
checking for grep that handles long lines and -e... /usr/bin/grep
checking how to run the C preprocessor... checking for sys/types.h... checking for strndup... yes
checking for sys/types.h... yes
gcc -E
checking for sys/types.h... configure: loading cache .././config.cache
yes
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
yes
checking for sys/stat.h... checking for strnlen... checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/stat.h... checking whether the C compiler works... checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for strrchr... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for stdlib.h... checking for stdlib.h... yes
checking for string.h...
checking whether we are cross compiling... yes
checking for strstr... yes
yes
checking for string.h... checking for string.h... yes
yes
no
checking for sys/types.h... checking for suffix of object files... (cached) o
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 for memory.h... checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) x86_64-pc-linux-gnu
checking target system type... (cached) aarch64-unknown-redox
checking how to run the C preprocessor... yes
checking for strtod... yes
yes
gcc -E
yes
checking for memory.h... checking for memory.h... yes
checking for sys/stat.h... checking for strings.h... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
/usr/bin/grep -E
checking for ANSI C header files... checking for strtol... yes
yes
checking for strings.h... yes
checking for strings.h... yes
checking for stdlib.h... checking for inttypes.h... yes
checking for strtoul... yes
yes
checking for inttypes.h... yes
yes
checking for inttypes.h... yes
checking for string.h... checking for stdint.h... checking for strtoll... yes
yes
checking for sys/types.h... yes
checking for stdint.h... yes
yes
checking for stdint.h... yes
checking for memory.h... checking for unistd.h... yes
checking for strtoull... checking for sys/stat.h... yes
checking for unistd.h... yes
yes
yes
checking for unistd.h... yes
yes
checking for strverscmp... checking for strings.h... checking minix/config.h usability... checking for stdlib.h... yes
checking minix/config.h usability... yes
yes
yes
yes
checking minix/config.h usability... no
checking minix/config.h presence... checking for tmpnam... checking for inttypes.h... checking for string.h... no
checking minix/config.h presence... 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__... no
checking minix/config.h presence... yes
yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... checking for vasprintf... checking for memory.h... yes
checking how to print strings... yes
checking how to print strings... printf
checking for a sed that does not truncate output... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/sed
/usr/bin/grep -F
checking for ld used by gcc... checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
ld
checking if the linker (ld) is GNU ld... checking the name lister (nm) interface... yes
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 vfprintf... printf
checking for a sed that does not truncate output... checking for unistd.h... yes
/usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... checking for strings.h... ld
checking if the linker (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... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking the maximum length of command line arguments... 1879296
checking whether the shell understands some XSI constructs... 1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking whether the shell understands "+="... yes
yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ld option to reload object files... checking for x86_64-pc-linux-gnu-ar... -r
ar
checking for x86_64-pc-linux-gnu-objdump... objdump
yes
checking for x86_64-pc-linux-gnu-strip... checking how to recognize dependent libraries... no
pass_all
checking for strip... checking for x86_64-pc-linux-gnu-ar... ar
strip
yes
checking for x86_64-pc-linux-gnu-ranlib... checking for x86_64-pc-linux-gnu-strip... ranlib
no
checking command to parse nm output from gcc object... checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... checking for vprintf... BSD nm
checking whether ln -s works... checking minix/config.h usability... yes
checking the maximum length of command line arguments... checking for inttypes.h... 1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
no
checking minix/config.h presence... yes
checking for vsnprintf... checking for stdint.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... ok
ok
yes
checking for unistd.h... yes
checking for dlfcn.h... checking for dlfcn.h... ok
yes
checking how to print strings... checking for vsprintf... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for dlfcn.h... yes
checking minix/config.h usability... yes
yes
checking for objdir... checking for objdir... yes
.libs
.libs
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for waitpid... yes
checking for objdir... 1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... .libs
yes
no
checking minix/config.h presence... checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for setproctitle... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for fgrep... ok
/usr/bin/grep -F
checking for ld used by gcc... no
no
checking for gcc option to produce PIC... checking for gcc option to produce PIC... -fPIC -DPIC
-fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking if gcc PIC flag -fPIC -DPIC works... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... -1
checking for vfork.h... checking for dlfcn.h... yes
checking if gcc static flag -static works... no
checking for fork... yes
checking if gcc static flag -static works... yes
checking if gcc static flag -static works... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1879296
no
checking whether the shell understands some XSI constructs... checking if gcc supports -c -o file.o... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
no
checking if gcc supports -c -o file.o... checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking for gawk... gawk
checking command to parse nm output from gcc object... no
checking if gcc supports -c -o file.o... yes
checking for objdir... .libs
yes
checking for vfork... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking whether -lc should be explicitly linked in... checking if gcc supports -fno-rtti -fno-exceptions... checking for working fork... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... ok
no
checking dynamic linker characteristics... no
checking dynamic linker characteristics... checking for dlfcn.h... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking if gcc static flag -static works... 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
yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking whether byte ordering is bigendian... checking for windows.h... no
checking for sys_errlist... no
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
GNU/Linux ld.so
checking for windows.h... 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 library containing dlsym... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for sys_nerr... no
checking for library containing dlsym... no
checking for library containing dlsym... yes
checking whether -lc should be explicitly linked in... no
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking dependency style of gcc... no
checking dynamic linker characteristics... yes
checking for sys_siglist... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... gcc3
checking for make... make
yes
no
checking how to compare bootstrapped objects... checking whether NLS is requested... yes
checking for catalogs to be installed...
checking for external symbol _system_configuration... cmp --ignore-initial=16 $$f1 $$f2
checking for stdlib.h... (cached) yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for string.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
no
no
no
checking for setmode... checking for __fsetlocking... checking how to run the C++ preprocessor... checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking time.h usability... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether byte ordering is bigendian... yes
g++ -E
no
checking whether NLS is requested... yes
checking for catalogs to be installed... checking for canonicalize_file_name... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for bison... bison -y
checking for flex... flex
yes
checking time.h presence... checking lex output file root... lex.yy
checking lex library... yes
checking for time.h... yes
yes
checking for dup3... checking sys/time.h usability... no
yes
yes
checking sys/time.h presence... checking for getrlimit... yes
checking for sys/time.h... yes
checking for bison... bison -y
checking for flex... flex
checking sys/times.h usability... checking for ld used by g++... checking lex output file root... lex.yy
checking lex library... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for getrusage... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
yes
checking sys/resource.h usability... checking for getsysinfo... bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi
checking whether NLS is requested... yes
checking for msgfmt... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking sys/resource.h presence... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
no
checking for xgettext... /usr/bin/xgettext
checking for gettimeofday... (cached) yes
yes
checking for sys/resource.h... yes
checking for msgmerge... /usr/bin/msgmerge
checking for on_exit... checking sys/mman.h usability... checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/gmon_out.h usability... yes
checking if g++ static flag -static works... yes
yes
checking sys/mman.h presence... checking for psignal... no
checking if g++ supports -c -o file.o... yes
checking for sys/mman.h... yes
yes
checking sys/gmon_out.h presence... checking fcntl.h usability... yes
checking for sys/gmon_out.h... yes
checking for a known getopt prototype in unistd.h... yes
checking for pstat_getdynamic... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (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
yes
checking for library containing fabs... checking for dlfcn.h... (cached) yes
checking for windows.h... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
no
checking for pstat_getstatic... checking fpu_control.h usability... no
checking for library containing dlsym... no
checking for realpath... yes
checking fpu_control.h presence... -lm
yes
checking for fpu_control.h... yes
checking for dlfcn.h... (cached) yes
yes
checking errno.h usability... checking for setrlimit... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
yes
no
yes
checking errno.h presence... checking for sbrk... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking for getrusage... yes
none needed
checking whether yytext is a pointer... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking for LC_MESSAGES... checking for spawnve... yes
checking for time... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... no
checking for spawnvpe... yes
checking for sigaction... none needed
checking whether yytext is a pointer... no
checking for strerror... yes
checking for __setfpucw... yes
checking for strsignal... no
checking for mmap... no
checking whether NLS is requested... yes
checking for catalogs to be installed... yes
checking for sysconf... yes
checking for munmap... bg da de es fi fr ga id it ja pt_BR ru sr sv tr uk vi zh_CN zh_TW
checking whether NLS is requested... yes
checking for msgfmt... yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for sysctl... checking for msgmerge... no
checking whether NLS is requested... yes
checking for catalogs to be installed... /usr/bin/msgmerge
yes
checking for bison... bison -y
checking for lstat... checking for flex... flex
checking lex output file root... lex.yy
checking lex library... yes
checking for sysmp... yes
checking for truncate... no
checking for table... yes
checking for ftruncate... es fi fr id ja ru rw sv tr uk zh_CN
checking whether NLS is requested... yes
checking for msgfmt... no
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for times... checking for xgettext... /usr/bin/xgettext
bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW
checking whether NLS is requested... yes
checking for msgmerge... checking for msgfmt... /usr/bin/msgmerge
yes
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for posix_fallocate... checking for msgmerge... yes
/usr/bin/msgmerge
checking whether to enable maintainer-specific portions of Makefiles... no
checking for string.h... (cached) yes
checking for wait3... checking for stdlib.h... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking size of long... yes
checking for memory.h... (cached) yes
checking for struct stat.st_dev... yes
checking for strings.h... (cached) yes
checking for wait4... checking for unistd.h... (cached) yes
checking errno.h usability... 8
checking for long long... yes
checking whether basename is declared... yes
checking for struct stat.st_ino... none needed
checking whether yytext is a pointer... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
yes
checking for struct stat.st_mode... checking limits.h usability... yes
checking whether ffs is declared... yes
checking for struct stat.st_nlink... yes
checking size of long long... yes
yes
checking limits.h presence... yes
checking for struct stat.st_uid... yes
checking for limits.h... yes
checking whether asprintf is declared... checking locale.h usability... 8
yes
checking for string.h... (cached) yes
checking for struct stat.st_gid... checking for strings.h... (cached) yes
yes
checking locale.h presence... yes
checking for stdlib.h... (cached) yes
yes
checking for locale.h... yes
checking whether vasprintf is declared... yes
checking for struct stat.st_rdev... checking for unistd.h... (cached) yes
no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to compare bootstrapped objects... checking time.h usability... config.status: creating Makefile
cmp --ignore-initial=16 $$f1 $$f2
checking fcntl.h usability... checking for string.h... (cached) yes
config.status: creating po/Makefile.in
checking for strings.h... (cached) yes
yes
checking for struct stat.st_size... yes
checking for stdlib.h... (cached) yes
checking whether snprintf is declared... yes
checking time.h presence... checking for unistd.h... (cached) config.status: creating gconfig.h
yes
yes
checking fcntl.h presence... yes
checking for time.h... yes
checking elf-hints.h usability... yes
checking for fcntl.h... yes
config.status: executing depfiles commands
yes
checking for struct stat.st_blksize... checking for sys/stat.h... (cached) yes
checking sys/file.h usability... checking whether string.h and strings.h may both be included... yes
checking whether vsnprintf is declared... yes
no
checking elf-hints.h presence... checking for struct stat.st_blocks... yes
checking whether compiling a cross-assembler... yes
checking for size_t... no
checking for elf-hints.h... no
yes
checking sys/file.h presence... checking limits.h usability... yes
checking for sys/file.h... yes
yes
checking limits.h usability... checking for struct stat.st_atime... config.status: executing libtool commands
yes
checking whether calloc is declared... yes
checking limits.h presence... config.status: executing default-1 commands
yes
checking for struct stat.st_mtime... yes
checking for limits.h... yes
config.status: creating po/POTFILES
yes
checking limits.h presence... config.status: creating po/Makefile
checking locale.h usability... yes
checking for working alloca.h... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking whether getenv is declared... checking for struct stat.st_ctime... yes
checking locale.h presence... yes
checking for alloca... yes
checking for locale.h... yes
checking sys/param.h usability... yes
checking for socklen_t... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
yes
checking for inline... checking whether getopt is declared... checking sys/param.h usability... inline
checking for unlink... yes
checking sys/param.h presence... yes
yes
checking for sys/param.h... yes
yes
checking sys/param.h presence... checking whether malloc is declared... yes
checking fcntl.h usability... yes
checking for sys/param.h... yes
checking for sbrk... checking wchar.h usability... yes
checking for bind in -lsocket... yes
yes
checking whether realloc is declared... yes
checking fcntl.h presence... no
checking for gethostbyname in -lnsl... checking for setlocale... yes
checking wchar.h presence... yes
checking for fcntl.h... yes
yes
checking for wchar.h... yes
checking sys/file.h usability... checking for sys/wait.h that is POSIX.1 compatible... no
checking for dlfcn.h... (cached) yes
checking for windows.h... yes
yes
checking for strsignal... checking whether sbrk is declared... yes
checking sys/file.h presence... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/file.h... yes
no
checking for library containing dlsym... checking sys/time.h usability... yes
checking for LC_MESSAGES... yes
checking for size_t... yes
checking whether strtol is declared... yes
checking for working assert macro... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
-ldl
checking for objdir... checking whether string.h and strings.h may both be included... .libs
yes
checking whether declaration is required for errno... yes
checking whether strtoul is declared... yes
yes
checking for working alloca.h... checking for glob... no
checking for a known getopt prototype in unistd.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
yes
checking for alloca... yes
yes
checking whether declaration is required for environ... checking for mkstemp... checking whether strtoll is declared... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for sbrk... no
checking whether declaration is required for ffs... yes
checking if gcc static flag -static works... yes
checking for realpath... yes
no
checking if gcc supports -c -o file.o... checking whether strtoull is declared... yes
checking for utimes... no
checking whether declaration is required for free... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for sbrk... yes
yes
checking whether -lc should be explicitly linked in... yes
checking whether strverscmp is declared... no
checking whether declaration is required for malloc... checking for setmode... no
checking dynamic linker characteristics... yes
checking for setlocale... no
checking whether declaration is required for sbrk... yes
no
checking for getc_unlocked... checking whether strnlen is declared... yes
checking for waitpid... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking whether declaration is required for strstr... yes
checking for strcoll... yes
checking whether canonicalize_file_name must be declared... yes
no
checking for shl_load in -ldld... checking for open... no
checking whether free is declared... yes
checking for setlocale... no
checking for dlopen... no
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) checking for lseek... yes
yes
checking for sys/param.h... (cached) yes
yes
yes
checking whether a program can dlopen itself... checking for getpagesize... (cached) checking whether getenv is declared... yes
checking for working mmap... checking for mkstemp... yes
checking for close... yes
checking whether a statically linked program can dlopen itself... yes
checking for mkdtemp... yes
yes
checking whether malloc is declared... yes
checking for working strncmp... checking for dirent.h that defines DIR... yes
checking for mbstate_t... yes
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 whether to enable maintainer-specific portions of Makefiles... no
checking for sim debug setting... 0
checking for sim stdio debug behavior... 0
checking for sim trace settings... ~TRACE_debug
checking for sim profile settings... -1
checking whether to enable sim asserts... 1
checking default sim environment setting... ALL_ENVIRONMENT
yes
checking for library containing frexp... checking return type of signal handlers... yes
yes
yes
checking whether mempcpy is declared... checking for library containing opendir... void
configure: updating cache ./config.cache
checking compiler warning flags... none required
checking for LC_MESSAGES... configure: creating ./config.status
none required
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking for time_t in time.h... checking whether realloc is declared... checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for time_t in sys/types.h... yes
yes
checking for working mmap... checking whether stpcpy is declared... yes
checking for a known getopt prototype in unistd.h... yes
checking for utime.h... yes
config.status: creating Makefile
yes
checking whether strstr is declared... checking for library containing dlopen... config.status: creating testsuite/Makefile
yes
checking whether asprintf is declared... config.status: creating config.h
none required
checking for a known getopt prototype in unistd.h... config.status: executing default commands
yes
checking whether vsnprintf is declared... yes
yes
checking whether strstr is declared... checking whether environ is declared... mkdir -p -- ./bfd
mkdir -p -- ./opcodes
Configuring in ./bfd
Configuring in ./opcodes
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/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 ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/regex.c -o regex.o
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cplus-dem.c -o cplus-dem.o
yes
checking whether asprintf is declared... yes
yes
checking whether free is declared... checking whether fprintf is declared... yes
checking for struct tm.tm_gmtoff in time.h... yes
checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes
yes
checking whether getc_unlocked is declared... checking whether sbrk is declared... yes
checking for struct stat.st_mtim.tv_nsec in sys/stat.h... configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking build system type... checking build system type... x86_64-pc-linux-gnu
checking host system type... yes
x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... yes
x86_64-pc-linux-gnu
checking target system type... checking whether getenv is declared... yes
aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... gcc
aarch64-unknown-redox
checking whether getenv is declared... checking for x86_64-pc-linux-gnu-gcc... gcc
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
-Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral
checking whether the C compiler works... checking whether the C compiler works... yes
yes
checking whether sbrk is declared... checking whether environ is declared... configure: updating cache .././config.cache
configure: creating ./config.status
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...
checking whether we are cross compiling... checking whether we are cross compiling... yes
yes
checking whether ANSI C string concatenation works... checking whether snprintf is declared... no
no
checking for suffix of object files... checking for suffix of object files... yes
checking size of void *... yes
o
checking whether we are using the GNU C compiler... o
checking whether we are using the GNU C compiler... checking whether stpcpy is declared... 8
yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... yes
yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... checking whether strnlen is declared... none needed
checking whether gcc understands -c and -o together... configure: updating cache ./config.cache
none needed
checking whether gcc understands -c and -o together... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for library containing strerror... yes
yes
checking for library containing strerror... checking whether strstr is declared... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... none required
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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... checking whether vsnprintf is declared... yes
yes
checking for style of include used by make... checking for style of include used by make... GNU
GNU
checking whether make supports nested variables... checking whether make supports nested variables... yes
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
checking dependency style of gcc... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demangle.c -o cp-demangle.o
checking dependency style of gcc... yes
checking iconv.h usability... gcc3
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
gcc3
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for ld used by GCC... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... 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 how to run the C preprocessor... 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 how to run the C preprocessor... gcc -E
done
checking for iconv... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for iconv declaration... /usr/bin/grep -E
checking for ANSI C header files...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/md5.c -o md5.o
yes
configure: updating cache ./config.cache
checking for sys/types.h... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for sys/stat.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sha1.c -o sha1.o
yes
yes
checking for stdlib.h... checking for stdlib.h... yes
yes
checking for string.h... checking for string.h... yes
yes
checking for memory.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
checking for memory.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/alloca.c -o alloca.o
yes
checking for strings.h... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/argv.c -o argv.o
checking for strings.h... yes
yes
checking for inttypes.h... checking for inttypes.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/choose-temp.c -o choose-temp.o
yes
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/concat.c -o noasan/concat.o; \
else true; fi
checking for stdint.h... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/concat.c -o concat.o
checking for stdint.h... yes
yes
checking for unistd.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
checking for unistd.h... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/cp-demint.c -o cp-demint.o
config.status: creating Makefile.sim
config.status: creating .gdbinit
config.status: creating Make-common.sim
config.status: creating Makefile
yes
yes
checking minix/config.h usability... checking minix/config.h usability... config.status: creating .gdbinit
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/crc32.c -o crc32.o
config.status: creating doc/Makefile
config.status: creating config.h
no
checking minix/config.h presence... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
config.status: creating po/Makefile.in
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
config.status: executing depdir commands
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/d-demangle.c -o d-demangle.o
mkdir -p -- .deps
no
checking minix/config.h presence... config.status: executing libtool commands
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__... config.status: creating config.h
config.status: executing Makefile commands
Merging Makefile.sim+Make-common.sim into Makefile ...
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dwarfnames.c -o dwarfnames.o
config.status: executing depfiles commands
config.status: executing stamp-h commands
yes
checking how to print strings... yes
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/sed
/usr/bin/grep -F
checking for ld used by gcc... checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... ld
checking if the linker (ld) is GNU ld... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... === configuring in testsuite (/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/testsuite)
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c -o dyn-string.o
configure: running /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/testsuite/configure --disable-option-checking '--prefix=' '--with-gnu-as' '--with-gnu-ld' '--disable-werror' '--program-transform-name=s&^&aarch64-unknown-redox-&' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--target=aarch64-unknown-redox' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'target_alias=aarch64-unknown-redox' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS= ' --cache-file=.././config.cache --srcdir=/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/testsuite
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... (cached) ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
280 | strncpy (dest->s + pos, src, length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/floatformat.c -o floatformat.o
ok
ok
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
checking for dlfcn.h... checking for dlfcn.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o
yes
configure: loading cache .././config.cache
checking for objdir... yes
checking for objdir... .libs
.libs
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) x86_64-pc-linux-gnu
checking target system type... (cached) aarch64-unknown-redox
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getpwd.c -o getpwd.o
configure: creating ./config.status
checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hashtab.c -o hashtab.o
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 -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/hex.c -o hex.o
yes
checking if gcc static flag -static works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
no
checking if gcc supports -c -o file.o... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lbasename.c -o lbasename.o
config.status: executing libtool commands
config.status: creating Makefile
config.status: creating Makefile
config.status: executing default-1 commands
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/lrealpath.c -o lrealpath.o
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... config.status: creating doc/Makefile
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
config.status: creating po/POTFILES
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o
config.status: creating po/Makefile
yes
checking dynamic linker characteristics... config.status: executing default commands
yes
checking dynamic linker characteristics... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/make-temp-file.c -o make-temp-file.o
config.status: creating po/Makefile.in
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/objalloc.c -o objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/partition.c -o pic/partition.o; \
else true; fi
config.status: creating Makefile
config.status: creating config.h
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pexecute.c -o pexecute.o
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
config.status: executing depfiles commands
config.status: creating po/Makefile.in
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 -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
config.status: creating config.h
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/pex-unix.c -o pex-unix.o
config.status: executing depfiles commands
no
checking for shl_load in -ldld... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
checking whether gcc supports -Wmissing-field-initializers... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/rust-demangle.c -o rust-demangle.o
no
checking for dlopen... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... yes
checking for catalogs to be installed... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
no
checking for dlopen in -ldl... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object.c -o simple-object.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
config.status: executing libtool commands
da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN
checking whether NLS is requested... yes
yes
checking whether stripping libraries is possible... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sort.c -o pic/sort.o; \
else true; fi
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 msgfmt... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sort.c -o noasan/sort.o; \
else true; fi
checking for windows.h... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/sort.c -o sort.o
/usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
config.status: executing default-1 commands
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
config.status: creating po/POTFILES
config.status: creating po/Makefile
no
checking for library containing dlsym... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
checking for string.h... (cached) yes
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/splay-tree.c -o splay-tree.o
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/stack-limit.c -o stack-limit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
checking limits.h usability... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/timeval-utils.c -o timeval-utils.o
-ldl
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 -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
yes
checking limits.h presence... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xasprintf.c -o xasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xatexit.c -o xatexit.o
yes
checking for limits.h... yes
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
no
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xexit.c -o xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmalloc.c -o xmalloc.o
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xmemdup.c -o xmemdup.o
checking whether basename is declared... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
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... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
yes
checking for catalogs to be installed... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/setproctitle.c -o setproctitle.o
yes
checking whether stpcpy is declared... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty'
yes
checking for sigsetjmp...
checking linker --as-needed support... yes
checking for cos in -lm... da es fi fr hr id ja pt ro ru rw sr sv tr uk vi zh_CN
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... yes
/usr/bin/msgmerge
checking for long double... yes
checking for long long... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking size of long long... 8
checking size of void *... config.status: executing libtool commands
8
checking size of long... config.status: executing default-1 commands
config.status: executing default commands
8
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
yes
checking sys/time.h presence... config.status: executing depfiles commands
yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
yes
checking what to include in bfd_stdint.h... config.status: creating po/Makefile
stdint.h (already complete)
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether string.h and strings.h may both be included... yes
checking for fcntl... yes
checking for getpagesize... yes
checking for setitimer... yes
checking for sysconf... yes
checking for fdopen... yes
checking for getuid... yes
checking for getgid... yes
checking for fileno... yes
checking for strtoull... yes
checking for getrlimit... yes
checking whether basename is declared... 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 ffs is declared... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf 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 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 bfd_stdint.h commands
config.status: executing default commands
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
rm -f elf32-target.h
rm -f elf64-target.h
rm -f targmatch.h
/usr/bin/sed -e s/NN/32/g < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfxx-target.h > elf32-target.new
creating bfdver.h
/usr/bin/sed -e s/NN/64/g < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfxx-target.h > elf64-target.new
/usr/bin/sed -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/targmatch.sed < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/config.bfd > targmatch.new
mv -f elf32-target.new elf32-target.h
mv -f elf64-target.new elf64-target.h
Making info in doc
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
gcc -o chw$$ -g -O2 \
-I.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../intl -I../../intl /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/chew.c; \
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change \
chw$$ chew; \
touch chew.stamp
creating bfdver.texi
mv -f targmatch.new targmatch.h
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../aoutx.h >aoutx.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../archive.c >archive.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../archures.c >archures.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../bfd.c >bfd.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../cache.c >cache.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../coffcode.h >coffcode.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../corefile.c >core.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../elf.c >elf.tmp
test -e aoutx.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/aoutx.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/aoutx.texi .
test -e archive.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/archive.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/archive.texi .
test -e archures.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/archures.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/archures.texi .
test -e bfdt.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdt.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdt.texi .
test -e core.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/core.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/core.texi .
test -e cache.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/cache.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/cache.texi .
test -e coffcode.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/coffcode.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/coffcode.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change archive.tmp archive.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change archures.tmp archures.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change core.tmp core.texi
test -e elf.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/elf.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/elf.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change cache.tmp cache.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change elf.tmp elf.texi
touch archive.stamp
touch aoutx.stamp
touch core.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../elfcode.h >elfcode.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../format.c >format.tmp
touch bfdt.stamp
touch cache.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../libbfd.c >libbfd.tmp
touch coffcode.stamp
touch archures.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../bfdwin.c >bfdwin.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../bfdio.c >bfdio.tmp
touch elf.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../opncls.c >opncls.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../reloc.c >reloc.tmp
test -e elfcode.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/elfcode.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/elfcode.texi .
test -e format.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/format.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/format.texi .
test -e libbfd.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/libbfd.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/libbfd.texi .
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../section.c >section.tmp
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change format.tmp format.texi
test -e bfdwin.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdwin.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdwin.texi .
test -e bfdio.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdio.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/bfdio.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
test -e opncls.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/opncls.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/opncls.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi
test -e reloc.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/reloc.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/reloc.texi .
test -e section.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/section.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/section.texi .
touch format.stamp
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change reloc.tmp reloc.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change section.tmp section.texi
touch libbfd.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../syms.c >syms.tmp
touch elfcode.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../targets.c >targets.tmp
touch bfdwin.stamp
touch bfdio.stamp
touch opncls.stamp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../init.c >init.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../hash.c >hash.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../linker.c >linker.tmp
./chew -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/doc.str < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../mmo.c >mmo.tmp
test -e syms.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/syms.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/syms.texi .
touch section.stamp
touch reloc.stamp
test -e targets.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/targets.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/targets.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change syms.tmp syms.texi
test -e init.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/init.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/init.texi .
test -e hash.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/hash.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/hash.texi .
test -e linker.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/linker.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/linker.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change targets.tmp targets.texi
test -e mmo.texi || test ! -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/mmo.texi || cp -p /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/mmo.texi .
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change init.tmp init.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change hash.tmp hash.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change linker.tmp linker.texi
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/../../move-if-change mmo.tmp mmo.texi
touch syms.stamp
touch targets.stamp
touch init.stamp
touch hash.stamp
touch linker.stamp
touch mmo.stamp
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc \
-o bfd.info `test -f 'bfd.texi' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/doc/'`bfd.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
Making info in po
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
( if test 'x/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po' != 'x.'; then \
posrcprefix='/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/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@.*@ ../& \\\\@" < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/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 bfd_stdint.h commands
config.status: executing default commands
make[4]: Nothing to be done for 'info'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[4]: Nothing to be done for 'info-am'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
Making all in doc
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/da.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/es.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/hr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/hr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/id.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ja.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/pt | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/pt.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ro.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/ru.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/rw.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/sr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/tr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/uk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/vi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/zh_CN.po
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
rm -f elf64-aarch64.c
echo "#line 1 \"/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfnn-aarch64.c\"" > elf64-aarch64.new
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f tofiles
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-properties.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-aarch64.lo cpu-arm.lo cpu-plugin.lo archive64.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
/usr/bin/sed -e s/NN/64/g < /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfnn-aarch64.c >> elf64-aarch64.new
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../move-if-change tofiles ofiles
rm -f bfd-tmp.h
touch stmp-bfd-h
mv -f elf64-aarch64.new elf64-aarch64.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archive.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -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,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch,&bfd_plugin_arch' /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archures.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfd.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfdio.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfdwin.c
touch stamp-ofiles
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cache.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/coff-bfd.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/compress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfdio.c -o bfdio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfd.c -o bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archive.c -o archive.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cache.c -o cache.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/bfdwin.c -o bfdwin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/compress.c -o compress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/coff-bfd.c -o coff-bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -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,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch,&bfd_plugin_arch" /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archures.c -o archures.o
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/corefile.c
mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/corefile.c -o corefile.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/format.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/format.c -o format.o
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/hash.c
mv -f .deps/cache.Tpo .deps/cache.Plo
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/init.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/libbfd.c
mv -f .deps/compress.Tpo .deps/compress.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/hash.c -o hash.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/linker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/init.c -o init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/libbfd.c -o libbfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/linker.c -o linker.o
mv -f .deps/corefile.Tpo .deps/corefile.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/merge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/merge.c -o merge.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/opncls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/opncls.c -o opncls.o
mv -f .deps/format.Tpo .deps/format.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/reloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/reloc.c -o reloc.o
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/section.c
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/section.c -o section.o
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/stab-syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/simple.c -o simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/stab-syms.c -o stab-syms.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/stabs.c
mv -f .deps/simple.Tpo .deps/simple.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/syms.c
mv -f .deps/merge.Tpo .deps/merge.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -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,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch,&bfd_plugin_arch' /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/targets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/stabs.c -o stabs.o
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/binary.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/syms.c -o syms.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -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,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch,&bfd_plugin_arch" /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/targets.c -o targets.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/binary.c -o binary.o
mv -f .deps/reloc.Tpo .deps/reloc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/ihex.c
mv -f .deps/section.Tpo .deps/section.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/srec.c
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/tekhex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/ihex.c -o ihex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/srec.c -o srec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/tekhex.c -o tekhex.o
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/verilog.c
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -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. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/verilog.c -o verilog.o
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c -o elfxx-aarch64.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfxx-aarch64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c elf64-aarch64.c -o elf64-aarch64.o
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-ifunc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elfxx-aarch64.c -o elfxx-aarch64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-ifunc.c -o elf-ifunc.o
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf64.c -o elf64.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf.c
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elflink.c
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-attrs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf.c -o elf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elflink.c -o elflink.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-attrs.c -o elf-attrs.o
mv -f .deps/elfxx-aarch64.Tpo .deps/elfxx-aarch64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-strtab.c
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-properties.c
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-eh-frame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-strtab.c -o elf-strtab.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-properties.c -o elf-properties.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-eh-frame.c -o elf-eh-frame.o
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/dwarf1.c
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/lib/debug\" /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/dwarf2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/dwarf1.c -o dwarf1.o
mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/lib/debug\" /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/dwarf2.c -o dwarf2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32-arm.c -o elf32-arm.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32.c -o elf32.o
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-nacl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-nacl.c -o elf-nacl.o
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-vxworks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf-vxworks.c -o elf-vxworks.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. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf64-gen.c
mv -f .deps/elf32.Tpo .deps/elf32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf64-gen.c -o elf64-gen.o
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/plugin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/elf32-gen.c -o elf32-gen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/plugin.c -o plugin.o
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c -o cpu-aarch64.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-aarch64.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c -o cpu-arm.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-arm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-arm.c -o cpu-arm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-aarch64.c -o cpu-aarch64.o
mv -f .deps/elf64-aarch64.Tpo .deps/elf64-aarch64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR='"/bin"' -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archive64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/cpu-plugin.c -o cpu-plugin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -DBINDIR=\"/bin\" -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../include -DHAVE_aarch64_elf64_le_vec -DHAVE_aarch64_elf64_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 -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-aarch64.Tpo .deps/cpu-aarch64.Plo
mv -f .deps/cpu-arm.Tpo .deps/cpu-arm.Plo
mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
mv -f .deps/archive64.Tpo .deps/archive64.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 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../zlib -g -O2 -rpath /x86_64-pc-linux-gnu/aarch64-unknown-redox/lib -release `cat libtool-soversion` -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.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` -ldl -L./../zlib -lz -ldl
libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.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-properties.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-arm.o elf32.o elf-nacl.o elf-vxworks.o elf64-gen.o elf32-gen.o plugin.o cpu-aarch64.o cpu-arm.o cpu-plugin.o archive64.o
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
ranlib libbfd.tmp; \
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
Making all in .
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/dis-buf.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_aarch64 -DARCH_arm /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/disassemble.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/dis-init.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c -o aarch64-asm.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-asm.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c -o aarch64-dis.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-dis.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c -o aarch64-opc.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-opc.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c -o aarch64-asm-2.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-asm-2.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c -o aarch64-dis-2.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-dis-2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/dis-buf.c -o dis-buf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-dis.c -o aarch64-dis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/dis-init.c -o dis-init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-asm.c -o aarch64-asm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-opc.c -o aarch64-opc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-dis-2.c -o aarch64-dis-2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_aarch64 -DARCH_arm /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/disassemble.c -o disassemble.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-asm-2.c -o aarch64-asm-2.o
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c -o aarch64-opc-2.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-opc-2.c
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.lo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/arm-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/aarch64-opc-2.c -o aarch64-opc-2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/arm-dis.c -o arm-dis.o
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
mv -f .deps/aarch64-asm-2.Tpo .deps/aarch64-asm-2.Plo
mv -f .deps/aarch64-opc-2.Tpo .deps/aarch64-opc-2.Plo
mv -f .deps/aarch64-dis.Tpo .deps/aarch64-dis.Plo
mv -f .deps/aarch64-asm.Tpo .deps/aarch64-asm.Plo
mv -f .deps/aarch64-opc.Tpo .deps/aarch64-opc.Plo
mv -f .deps/arm-dis.Tpo .deps/arm-dis.Plo
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 -g -O2 -rpath /x86_64-pc-linux-gnu/aarch64-unknown-redox/lib -release `cat ../bfd/libtool-soversion` -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
libtool: link: ar 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 .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 libopcodes.tmp; \
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes/po'
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/da.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/de.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/es.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/ga.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/id.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/it.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/nl.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/pt_BR.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/ro.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/sr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/tr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/uk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/vi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/zh_CN.po
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes/po'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/aarch64'
rm -f tmp-hw.h
gcc /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/gentmap.c -o gentmap -g -O -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes
echo "/* generated by Makefile */" > tmp-hw.h
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../gdb/common/create-version.sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../gdb \
x86_64-pc-linux-gnu aarch64-unknown-redox version.c
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
sim_hw=""; \
for hw in $sim_hw ; do \
echo "extern const struct hw_descriptor dv_${hw}_descriptor[];" ; \
done >> tmp-hw.h
echo "const struct hw_descriptor *hw_descriptors[] = {" >> tmp-hw.h
sim_hw=""; \
for hw in $sim_hw ; do \
echo " dv_${hw}_descriptor," ; \
done >> tmp-hw.h
echo " NULL," >> tmp-hw.h
Making all in doc
echo "};" >> tmp-hw.h
mv tmp-hw.h hw-config.h
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
rm -f asconfig.texi
cp /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc/all.texi ./asconfig.texi
chmod u+w ./asconfig.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in as.info as.info-[0-9] as.info-[0-9][0-9] as.i[0-9] as.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd/doc" -I ../../bfd/doc -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc \
-o as.info `test -f 'as.texi' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc/'`as.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
touch as.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc/../../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd/doc" -I ../../bfd/doc -Dman < /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/doc/as.texi > as.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
rm -f tmp-tvals.h tmp-tmap.c
./gentmap -h >tmp-tvals.h
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../move-if-change tmp-tvals.h targ-vals.h
./gentmap -c >tmp-tmap.c
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../move-if-change tmp-tmap.c targ-map.c
touch stamp-tvals
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o callback.o -MT callback.o -MMD -MP -MF .deps/callback.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/callback.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o syscall.o -MT syscall.o -MMD -MP -MF .deps/syscall.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/syscall.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o targ-map.o -MT targ-map.o -MMD -MP -MF .deps/targ-map.Tpo targ-map.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-arange.o -MT sim-arange.o -MMD -MP -MF .deps/sim-arange.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-arange.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-bits.o -MT sim-bits.o -MMD -MP -MF .deps/sim-bits.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-bits.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-close.o -MT sim-close.o -MMD -MP -MF .deps/sim-close.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-close.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-command.o -MT sim-command.o -MMD -MP -MF .deps/sim-command.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-command.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-config.o -MT sim-config.o -MMD -MP -MF .deps/sim-config.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-config.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-core.o -MT sim-core.o -MMD -MP -MF .deps/sim-core.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-core.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-cpu.o -MT sim-cpu.o -MMD -MP -MF .deps/sim-cpu.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-cpu.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-endian.o -MT sim-endian.o -MMD -MP -MF .deps/sim-endian.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-endian.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-engine.o -MT sim-engine.o -MMD -MP -MF .deps/sim-engine.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-engine.c
rm -f as.pod
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-events.o -MT sim-events.o -MMD -MP -MF .deps/sim-events.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-events.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-fpu.o -MT sim-fpu.o -MMD -MP -MF .deps/sim-fpu.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-fpu.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-hload.o -MT sim-hload.o -MMD -MP -MF .deps/sim-hload.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-hload.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-hrw.o -MT sim-hrw.o -MMD -MP -MF .deps/sim-hrw.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-hrw.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-io.o -MT sim-io.o -MMD -MP -MF .deps/sim-io.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-io.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-info.o -MT sim-info.o -MMD -MP -MF .deps/sim-info.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-info.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-load.o -MT sim-load.o -MMD -MP -MF .deps/sim-load.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-load.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-memopt.o -MT sim-memopt.o -MMD -MP -MF .deps/sim-memopt.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-memopt.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-model.o -MT sim-model.o -MMD -MP -MF .deps/sim-model.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-model.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-module.o -MT sim-module.o -MMD -MP -MF .deps/sim-module.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-module.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-options.o -MT sim-options.o -MMD -MP -MF .deps/sim-options.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-options.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-profile.o -MT sim-profile.o -MMD -MP -MF .deps/sim-profile.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-profile.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-reason.o -MT sim-reason.o -MMD -MP -MF .deps/sim-reason.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-reason.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-reg.o -MT sim-reg.o -MMD -MP -MF .deps/sim-reg.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-reg.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-signal.o -MT sim-signal.o -MMD -MP -MF .deps/sim-signal.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-signal.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-stop.o -MT sim-stop.o -MMD -MP -MF .deps/sim-stop.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-stop.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-syscall.o -MT sim-syscall.o -MMD -MP -MF .deps/sim-syscall.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-syscall.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-trace.o -MT sim-trace.o -MMD -MP -MF .deps/sim-trace.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-trace.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-utils.o -MT sim-utils.o -MMD -MP -MF .deps/sim-utils.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-watch.o -MT sim-watch.o -MMD -MP -MF .deps/sim-watch.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-watch.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o interp.o -MT interp.o -MMD -MP -MF .deps/interp.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/interp.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o cpustate.o -MT cpustate.o -MMD -MP -MF .deps/cpustate.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/cpustate.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o simulator.o -MT simulator.o -MMD -MP -MF .deps/simulator.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/simulator.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o memory.o -MT memory.o -MMD -MP -MF .deps/memory.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/memory.c
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c: In function ‘map_to_str’:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:359:18: warning: ‘%ld’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
359 | sprintf (str, "(%ld)", (long) map);
| ^~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:359:16: note: directive argument in the range [4, 4294967295]
359 | sprintf (str, "(%ld)", (long) map);
| ^~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:359:2: note: ‘sprintf’ output between 4 and 13 bytes into a destination of size 10
359 | sprintf (str, "(%ld)", (long) map);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c: In function ‘access_to_str’:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:389:18: warning: ‘%ld’ directive writing between 2 and 10 bytes into a region of size 9 [-Wformat-overflow=]
389 | sprintf (str, "(%ld)", (long) access);
| ^~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:389:16: note: directive argument in the range [16, 4294967295]
389 | sprintf (str, "(%ld)", (long) access);
| ^~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-utils.c:389:2: note: ‘sprintf’ output between 5 and 13 bytes into a destination of size 10
389 | sprintf (str, "(%ld)", (long) access);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o sim-resume.o -MT sim-resume.o -MMD -MP -MF .deps/sim-resume.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/sim-resume.c
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -c -o nrun.o -MT nrun.o -MMD -MP -MF .deps/nrun.Tpo /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common/nrun.c
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/po'
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/es.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/id.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/ja.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/ru.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/rw.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/tr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/uk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/zh_CN.po
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/po'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/app.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/as.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/atof-generic.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/compress-debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/cond.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/depend.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/dwarf2dbg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/dw2gencfi.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/ecoff.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libsim.a
ar rc libsim.a callback.o syscall.o targ-map.o version.o sim-arange.o sim-bits.o sim-close.o sim-command.o sim-config.o sim-core.o sim-cpu.o sim-endian.o sim-engine.o sim-events.o sim-fpu.o sim-hload.o sim-hrw.o sim-io.o sim-info.o sim-load.o sim-memopt.o sim-model.o sim-module.o sim-options.o sim-profile.o sim-reason.o sim-reg.o sim-signal.o sim-stop.o sim-syscall.o sim-trace.o sim-utils.o sim-watch.o interp.o cpustate.o simulator.o memory.o sim-resume.o
ranlib libsim.a
depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/ehopt.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -DHAVE_CONFIG_H -DWITH_DEFAULT_ALIGNMENT=NONSTRICT_ALIGNMENT -DDEFAULT_INLINE=0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64 -I../common -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../common -I../../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../include -I../../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../bfd -I../../opcodes -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../opcodes -g -O2 -o run \
nrun.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a ../../libiberty/libiberty.a -ldl -L../../zlib -lz -lm
depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/expr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/flonum-mult.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/frags.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/hash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/input-scrub.c &&\
mv -f $depbase.Tpo $depbase.Po
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/aarch64'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim'
depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/listing.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/literal.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/macro.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/messages.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/output-file.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/read.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/remap.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/sb.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/stabs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/subsegs.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/symbols.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT config/tc-aarch64.o -MD -MP -MF $depbase.Tpo -c -o config/tc-aarch64.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/config -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/.. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../bfd -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/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 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -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 -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../zlib -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
awk -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gen-c-prog.awk > flat_bl.c \
FUNCTION=`(echo flat_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=flat_bl.m /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/flat_bl.m
awk -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gen-c-prog.awk > bsd_callg_bl.c \
FUNCTION=`(echo bsd_callg_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=bsd_callg_bl.m /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/bsd_callg_bl.m
awk -f /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gen-c-prog.awk > fsf_callg_bl.c \
FUNCTION=`(echo fsf_callg_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=fsf_callg_bl.m /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/fsf_callg_bl.m
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/arparse.y y.tab.c arparse.c y.tab.h `echo arparse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output arparse.output -- bison -y -d
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/sysinfo.y y.tab.c sysinfo.c y.tab.h `echo sysinfo.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output sysinfo.output -- bison -y -d
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/syslex.l lex.yy.c syslex.c -- flex
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/defparse.y y.tab.c defparse.c y.tab.h `echo defparse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output defparse.output -- bison -y -d
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rcparse.y y.tab.c rcparse.c y.tab.h `echo rcparse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output rcparse.output -- bison -y -d
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/mcparse.y y.tab.c mcparse.c y.tab.h `echo mcparse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output mcparse.output -- bison -y -d
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
Making info in doc
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in binutils.info binutils.info-[0-9] binutils.info-[0-9][0-9] binutils.i[0-9] binutils.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc \
-o binutils.info `test -f 'binutils.texi' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/'`binutils.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./binutils.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof/po'
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/bg.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/da.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/de.po
touch addr2line.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > addr2line.pod
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/eo | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/eo.po
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/sysinfo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/es.po
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr]
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr]
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ga.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/hu | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/hu.po
rm -f addr2line.pod
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/id.po
touch ar.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > ar.pod
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/it.po
updating sysinfo.h
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
updating arparse.h
if [ -r sysinfo.c ]; then \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 sysinfo.c ; \
else \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/sysinfo.c ; \
fi
updating mcparse.h
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ja.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ms | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ms.po
gcc -c -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/syslex_wrap.c
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/nl.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/pt_BR.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ro.po
updating defparse.h
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/ru.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/rw.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/sr.po
touch dlltool.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Ddlltool < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > dlltool.pod
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/tr.po
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/uk.po
rm -f ar.pod
touch nm.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnm < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > nm.pod
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/vi.po
touch objcopy.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjcopy < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > objcopy.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof/po'
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
echo "@set top_srcdir /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof" >> ./config.texi
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/basic_blocks.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/call_graph.c
updating rcparse.h
touch objdump.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjdump < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > objdump.pod
rm -f dlltool.pod
touch ranlib.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dranlib < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > ranlib.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
rm -f nm.pod
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/cg_arcs.c
gcc -g -O2 -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d </home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/sysroff.info >sysroff.h
mv -f .deps/call_graph.Tpo .deps/call_graph.Po
touch readelf.1
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/cg_dfn.c
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dreadelf < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > readelf.pod
rm -f objcopy.pod
touch size.1
rm -f ranlib.pod
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dsize < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > size.pod
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/cg_print.c
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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 objdump.pod
touch strings.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrings < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > strings.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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/basic_blocks.Tpo .deps/basic_blocks.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/corefile.c
rm -f size.pod
touch strip.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrip < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > strip.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
rm -f readelf.pod
touch elfedit.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Delfedit < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > elfedit.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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/cg_dfn.Tpo .deps/cg_dfn.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gmon_io.c
rm -f strings.pod
touch windres.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindres < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > windres.pod
mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gprof.c
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
rm -f strip.pod
touch windmc.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindmc < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > windmc.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
rm -f elfedit.pod
touch cxxfilt.man
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../libiberty" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dcxxfilt < /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/binutils.texi > c++filt.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
mv -f cxxfilt.man.T$$ cxxfilt.man) || (rm -f cxxfilt.man.T$$ && exit 1)
rm -f windres.pod
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/hertz.c
mv -f .deps/corefile.Tpo .deps/corefile.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/hist.c
rm -f windmc.pod
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/source.c
mv -f .deps/gprof.Tpo .deps/gprof.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/search_list.c
rm -f c++filt.pod
mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po
if test -f cxxfilt.man; then \
man=cxxfilt.man; \
else \
man=/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/doc/cxxfilt.man; \
fi; \
sed -e 's/@PROGRAM@/c++filt/' \
-e 's/cxxfilt/c++filt/' < $man \
> c++filt.1
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/symtab.c
mv -f .deps/cg_print.Tpo .deps/cg_print.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/sym_ids.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/utils.c
mv -f .deps/hertz.Tpo .deps/hertz.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/i386.c
mv -f .deps/search_list.Tpo .deps/search_list.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/alpha.c
mv -f .deps/source.Tpo .deps/source.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/vax.c
mv -f .deps/i386.Tpo .deps/i386.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/sparc.c
mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/mips.c
mv -f .deps/alpha.Tpo .deps/alpha.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/aarch64.c
mv -f .deps/vax.Tpo .deps/vax.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o flat_bl.c
mv -f .deps/mips.Tpo .deps/mips.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -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/utils.Tpo .deps/utils.Po
mv -f .deps/symtab.Tpo .deps/symtab.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof -DDEBUG -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../include -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -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
mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../etc/texi2pod.pl -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/gprof.texi > gprof.pod
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in gprof.info gprof.info-[0-9] gprof.info-[0-9][0-9] gprof.i[0-9] gprof.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof" -I "/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../bfd/doc" -I ../bfd/doc -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof \
-o gprof.info `test -f 'gprof.texi' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/'`gprof.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./gprof.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
(pod2man --center="GNU" --release="binutils-2.31.1" --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/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po
mv -f .deps/hist.Tpo .deps/hist.Po
mv -f .deps/sparc.Tpo .deps/sparc.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 -g -O2 -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 -lm -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -lm -ldl
rm -f gprof.pod
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
Making info in po
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
make[4]: Nothing to be done for 'info'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[4]: Nothing to be done for 'info-am'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
Making all in doc
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/bg.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ca.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/da.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/es.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/hr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/hr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/id.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/it.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ja.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/pt | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/pt.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ro.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/ru.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/rw.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/tr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/uk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/vi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/zh_CN.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/zh_TW.po
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/size.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/bucomm.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/version.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/filemode.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/objdump.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/dwarf.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/prdbg.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rddbg.c
mv -f .deps/filemode.Tpo .deps/filemode.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/debug.c
mv -f .deps/size.Tpo .deps/size.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/stabs.c
mv -f .deps/bucomm.Tpo .deps/bucomm.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rdcoff.c
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/elfcomm.c
mv -f .deps/rddbg.Tpo .deps/rddbg.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/`arparse.c
mv -f .deps/arparse.Tpo .deps/arparse.Po
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/arlex.l lex.yy.c arlex.c -- flex
mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/ar.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/not-ranlib.c
mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/arsup.c
mv -f .deps/prdbg.Tpo .deps/prdbg.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/rename.c
mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/binemul.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/emul_vanilla.c
mv -f .deps/binemul.Tpo .deps/binemul.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/strings.c
mv -f .deps/rename.Tpo .deps/rename.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/is-ranlib.c
mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/objcopy.c
mv -f .deps/arsup.Tpo .deps/arsup.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/not-strip.c
mv -f .deps/not-strip.Tpo .deps/not-strip.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/wrstabs.c
mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/addr2line.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/readelf.c
mv -f .deps/strings.Tpo .deps/strings.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/unwind-ia64.c
mv -f .deps/objdump.Tpo .deps/objdump.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/elfedit.c
mv -f .deps/addr2line.Tpo .deps/addr2line.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/nm.c
mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po
mv -f .deps/elfedit.Tpo .deps/elfedit.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/is-strip.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/cxxfilt.c
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/wrstabs.c: In function ‘stab_start_class_type’:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/wrstabs.c:1476:4: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
1476 | sprintf (vtable, "~%%%s", vstring);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT bfdtest1.o -MD -MP -MF .deps/bfdtest1.Tpo -c -o bfdtest1.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/bfdtest1.c
mv -f .deps/is-strip.Tpo .deps/is-strip.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT bfdtest2.o -MD -MP -MF .deps/bfdtest2.Tpo -c -o bfdtest2.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/bfdtest2.c
mv -f .deps/stabs.Tpo .deps/stabs.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../include -DLOCALEDIR="\"/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/`arlex.c
mv -f .deps/bfdtest1.Tpo .deps/bfdtest1.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
mv -f .deps/bfdtest2.Tpo .deps/bfdtest2.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
mv -f .deps/nm.Tpo .deps/nm.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
mv -f .deps/arlex.Tpo .deps/arlex.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
mv -f .deps/objcopy.Tpo .deps/objcopy.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -ldl
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
mv -f .deps/dwarf.Tpo .deps/dwarf.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -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 ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
mv -f .deps/readelf.Tpo .deps/readelf.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -L./../zlib -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../zlib -g -O2 -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz -ldl
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldgram.y y.tab.c ldgram.c y.tab.h `echo ldgram.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ldgram.output -- bison -y -d
(echo "/* This file is automatically generated. DO NOT EDIT! */";\
for f in `echo " " eaarch64elf.o eaarch64elfb.o earmelf.o earmelfb.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 " " eaarch64elf.o eaarch64elfb.o earmelf.o earmelfb.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
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/deffilep.y y.tab.c deffilep.c y.tab.h `echo deffilep.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output deffilep.output -- bison -y -d
mv ldemul-tmp.h ldemul-list.h
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/deffilep.y: warning: 76 shift/reduce conflicts [-Wconflicts-sr]
updating deffilep.h
updating ldgram.h
make all-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
Making all in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld/po'
( if test 'x/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po' != 'x.'; then \
posrcprefix='/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/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@.*@ ../& \\\\@" < /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/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
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/bg.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/da.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/de.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/es.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/fi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/fr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ga.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/id.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/it.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ja.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/pt_BR.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/ru.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/sr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/sv.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/tr.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/uk.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/vi.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/zh_CN.po
file=`echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/zh_TW.po
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld/po'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
cp /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/gen-doc.texi ./configdoc.texi
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'`testplug.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -g -O2 -g -O2 -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'`testplug2.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -g -O2 -g -O2 -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'`testplug3.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -g -O2 -g -O2 -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'`testplug4.c
chmod u+w ./configdoc.texi
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/`ldgram.c
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../ylwrap /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex.l lex.yy.c ldlex.c -- flex
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/lexsup.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlang.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex.l:386: warning, rule cannot be matched
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/mri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1
mv -f .deps/mri.Tpo .deps/mri.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldctor.c
mv -f .deps/lexsup.Tpo .deps/lexsup.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \
-DDEFAULT_EMULATION='"aarch64elf"' \
-DBINDIR='"/bin"' -DTOOLBINDIR='"/aarch64-unknown-redox/bin"' \
-DTARGET='"aarch64-unknown-redox"' -DTARGET_SYSTEM_ROOT=\"\" \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldmain.c
mv -f .deps/ldctor.Tpo .deps/ldctor.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldwrite.c
mv -f .deps/ldgram.Tpo .deps/ldgram.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldexp.c
mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo
mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldemul.c
mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldver.c
mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldmisc.c
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \
-DSCRIPTDIR='"/aarch64-unknown-redox/lib"' -DBINDIR='"/bin"' -DTOOLBINDIR='"/aarch64-unknown-redox/bin"' \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldfile.c
mv -f .deps/ldver.Tpo .deps/ldver.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldcref.c
mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/plugin.c
mv -f .deps/ldfile.Tpo .deps/ldfile.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldbuildid.c
mv -f .deps/ldemul.Tpo .deps/ldemul.Po
cp /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/emultempl/astring.sed stringify.sed
touch ld.1
perl /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../etc/texi2pod.pl -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd/doc -I ../bfd/doc -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../libiberty -Dman < /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ld.texi > ld.pod
(pod2man --center="GNU Development Tools" --release="binutils-2.31.1" --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)
mv -f .deps/ldmain.Tpo .deps/ldmain.Po
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
for f in ld.info ld.info-[0-9] ld.info-[0-9][0-9] ld.i[0-9] ld.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd/doc -I ../bfd/doc -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../libiberty -I /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld \
-o ld.info `test -f 'ld.texi' || echo '/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/'`ld.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -no-undefined -rpath /nowhere -o libldtestplug.la libldtestplug_la-testplug.lo -ldl
mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -no-undefined -rpath /nowhere -o libldtestplug2.la libldtestplug2_la-testplug2.lo -ldl
mv -f .deps/ldcref.Tpo .deps/ldcref.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -no-undefined -rpath /nowhere -o libldtestplug3.la libldtestplug3_la-testplug3.lo -ldl
mv -f .deps/ldexp.Tpo .deps/ldexp.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -no-undefined -rpath /nowhere -o libldtestplug4.la libldtestplug4_la-testplug4.lo -ldl
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -ldl -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -ldl -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0")
mv -f .deps/plugin.Tpo .deps/plugin.Po
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex-wrapper.c
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -ldl -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0")
libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so")
libtool: link: gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -ldl -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so")
libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o
libtool: link: ranlib .libs/libldtestplug.a
libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0")
libtool: link: ar rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o
libtool: link: ranlib .libs/libldtestplug2.a
libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0")
libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so")
libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" )
libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so")
libtool: link: ar rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o
libtool: link: ranlib .libs/libldtestplug3.a
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 "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" )
libtool: link: ar rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o
rm -f ld.pod
base=`echo eaarch64elfb.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: ranlib .libs/libldtestplug4.a
base=`echo earmelf.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" )
base=`echo earmelfb.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" )
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
LIB_PATH='' /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/genscripts.sh "/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld" "/lib" "" "" x86_64-pc-linux-gnu aarch64-unknown-redox aarch64-unknown-redox "aarch64elf" "/usr/local/lib /lib /usr/lib" no yes aarch64elf "aarch64-unknown-redox"
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
LIB_PATH='' /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/genscripts.sh "/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld" "/lib" "" "" x86_64-pc-linux-gnu aarch64-unknown-redox aarch64-unknown-redox "aarch64elf" "/usr/local/lib /lib /usr/lib" no yes aarch64elfb "aarch64-unknown-redox"
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
LIB_PATH='' /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/genscripts.sh "/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld" "/lib" "" "" x86_64-pc-linux-gnu aarch64-unknown-redox aarch64-unknown-redox "aarch64elf" "/usr/local/lib /lib /usr/lib" no yes armelf "aarch64-unknown-redox"
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
LIB_PATH='' /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/genscripts.sh "/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld" "/lib" "" "" x86_64-pc-linux-gnu aarch64-unknown-redox aarch64-unknown-redox "aarch64elf" "/usr/local/lib /lib /usr/lib" no yes armelfb "aarch64-unknown-redox"
mv -f .deps/ldlang.Tpo .deps/ldlang.Po
In file included from /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex-wrapper.c:26:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex.l: In function ‘yylex’:
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/ldlex.l:428:14: warning: comparison of integer expressions of different signedness: ‘bfd_size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
428 | len = yyleng - 2;
| ^
mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT earmelf.o -MD -MP -MF .deps/earmelf.Tpo -c -o earmelf.o earmelf.c
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT eaarch64elfb.o -MD -MP -MF .deps/eaarch64elfb.Tpo -c -o eaarch64elfb.o eaarch64elfb.c
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT earmelfb.o -MD -MP -MF .deps/earmelfb.Tpo -c -o earmelfb.o earmelfb.c
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I. -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld -I../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../bfd -I/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/share/locale\"" -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 -g -O2 -MT eaarch64elf.o -MD -MP -MF .deps/eaarch64elf.Tpo -c -o eaarch64elf.o eaarch64elf.c
mv -f .deps/earmelf.Tpo .deps/earmelf.Po
mv -f .deps/earmelfb.Tpo .deps/earmelfb.Po
mv -f .deps/eaarch64elfb.Tpo .deps/eaarch64elfb.Po
mv -f .deps/eaarch64elf.Tpo .deps/eaarch64elf.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 -g -O2 -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 eaarch64elf.o eaarch64elfb.o earmelf.o earmelfb.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl
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 -g -O2 -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 eaarch64elf.o eaarch64elfb.o earmelf.o earmelfb.o ../bfd/.libs/libbfd.a -L/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/zlib -lz ../libiberty/libiberty.a -ldl
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[1]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[1]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial
make[2]: Nothing to be done for 'install-target'.
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/intl'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/intl'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/etc'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/etc'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libdecnumber'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libdecnumber'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make install-recursive
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty'
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
Making install in po
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
Making install in doc
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty/testsuite'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make install-recursive
if test -n ""; then \
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/`gcc -g -O2 -print-multi-os-directory`; \
/usr/bin/install -c -m 644 ./libiberty.a /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.an; \
( cd /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/`gcc -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
mv -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.an /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/`gcc -g -O2 -print-multi-os-directory`/./libiberty.a; \
case "" in \
/*) thd=;; \
*) thd=/include/;; \
esac; \
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial${thd}; \
for h in /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/ansidecl.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/demangle.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/dyn-string.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/fibheap.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/floatformat.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/hashtab.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/libiberty.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/objalloc.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/partition.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/safe-ctype.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/sort.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/splay-tree.h /home/david/redox/prefix/aarch64-unknown-redox/binutils/libiberty/../include/timeval-utils.h; do \
/usr/bin/install -c -m 644 $h /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial${thd}; \
done; \
fi
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make install-recursive
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/libiberty'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
make[5]: Nothing to be done for 'install-exec-am'.
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1'
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
/usr/bin/install -c -m 644 'as.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-as.1'
/usr/bin/install -c -m 644 ./as.info '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/bg/LC_MESSAGES
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/aarch64'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin
installing bg.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/bg/LC_MESSAGES/gprof.mo
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/sim/aarch64/../../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib
n=`echo run | sed 's&^&aarch64-unknown-redox-&'`; \
/usr/bin/install -c run /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$n
Making install in doc
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES
Making install in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
installing da.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES/gprof.mo
n=`echo libsim.a | sed s/libsim.a/libaarch64-unknown-redox-sim.a/`; \
/usr/bin/install -c -m 644 libsim.a /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib/$n ; \
( cd /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/lib ; ranlib $n )
install-info --info-dir='/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info/as.info'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/de/LC_MESSAGES
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/doc'
Making install in po
installing de.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/de/LC_MESSAGES/gprof.mo
installing bg.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/bg/LC_MESSAGES/ld.mo
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
/usr/bin/install -c -m 644 ./bfd.info '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/eo/LC_MESSAGES
installing da.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES/ld.mo
installing eo.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/eo/LC_MESSAGES/gprof.mo
install-info --info-dir='/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info/bfd.info'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/doc'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES
Making install in po
installing de.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/de/LC_MESSAGES/ld.mo
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/gas.mo
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/gprof.mo
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/aarch64'
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/testsuite'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim/testsuite'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/sim'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/gas.mo
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/gprof.mo
installing da.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES/bfd.mo
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/gprof.mo
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/gas.mo
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/bfd.mo
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ga/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/bfd.mo
installing ga.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ga/LC_MESSAGES/gprof.mo
installing ga.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ga/LC_MESSAGES/ld.mo
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/gas.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/hu/LC_MESSAGES
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/bfd.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/ld.mo
installing hu.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/hu/LC_MESSAGES/gprof.mo
installing ja.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES/gas.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/hr/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/it/LC_MESSAGES
installing hr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/hr/LC_MESSAGES/bfd.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/gprof.mo
installing it.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/it/LC_MESSAGES/ld.mo
installing ru.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES/gas.mo
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/bfd.mo
installing it.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/it/LC_MESSAGES/gprof.mo
installing ja.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/rw/LC_MESSAGES
installing rw.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/rw/LC_MESSAGES/gas.mo
installing ja.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES/bfd.mo
installing ja.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES/gprof.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt_BR/LC_MESSAGES
installing pt_BR.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt_BR/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ms/LC_MESSAGES
installing ms.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ms/LC_MESSAGES/gprof.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/gas.mo
installing pt.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt/LC_MESSAGES/bfd.mo
installing ru.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES/ld.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/nl/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ro/LC_MESSAGES
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES
installing nl.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/nl/LC_MESSAGES/gprof.mo
installing ro.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ro/LC_MESSAGES/bfd.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/gas.mo
installing sr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES/ld.mo
installing pt_BR.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt_BR/LC_MESSAGES/gprof.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES
installing ru.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES/bfd.mo
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/gas.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/ld.mo
installing ro.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ro/LC_MESSAGES/gprof.mo
installing rw.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/rw/LC_MESSAGES/bfd.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES
installing zh_CN.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES/gas.mo
if test "gas" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas/po'
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/ld.mo
installing ru.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES/gprof.mo
installing sr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES/bfd.mo
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/ld.mo
installing rw.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/rw/LC_MESSAGES/gprof.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/bfd.mo
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/bfd.mo
installing sr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES/gprof.mo
installing vi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES/ld.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/gprof.mo
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/bfd.mo
installing zh_CN.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES/ld.mo
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/gprof.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_TW/LC_MESSAGES
installing vi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES/bfd.mo
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
installing zh_TW.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_TW/LC_MESSAGES/ld.mo
if test "ld" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld/po'
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/gprof.mo
installing zh_CN.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES/bfd.mo
if test "bfd" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/bfd/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd/po'
make[5]: Nothing to be done for 'install-data-am'.
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin
installing vi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES/gprof.mo
if test "gprof" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/gprof/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof/po'
/bin/sh ./libtool --mode=install /usr/bin/install -c as-new /bin/aarch64-unknown-redox-as
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
libtool: install: /usr/bin/install -c as-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/aarch64-unknown-redox-as
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/gas/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1'
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
n=`echo as | sed 's&^&aarch64-unknown-redox-&'`; \
if [ "/bin/$n" != "/aarch64-unknown-redox/bin/as" ]; then \
rm -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/as; \
ln /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$n /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/as >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c as-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/as; \
else \
true ; \
fi
/bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-gprof'
/usr/bin/install -c -m 644 'gprof.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-gprof.1'
/usr/bin/install -c -m 644 ./gprof.info '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gas'
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[6]: Nothing to be done for 'install-exec-am'.
libtool: install: /usr/bin/install -c gprof /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-gprof
install-info --info-dir='/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info/gprof.info'
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/bfd'
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/gprof'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/lib/ldscripts
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin'
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/lib/ldscripts
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1'
for f in ldscripts/* ; do \
/usr/bin/install -c -m 644 $f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/lib/$f ; \
done
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
/usr/bin/install -c -m 644 'ld.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-ld.1'
/bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ld.bfd'
/usr/bin/install -c -m 644 ./ld.info '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
install-info --info-dir='/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info/ld.info'
libtool: install: /usr/bin/install -c ld-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ld.bfd
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/ld/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin
Making install in .
n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&aarch64-unknown-redox-&'`; \
if test "/bin" != "/aarch64-unknown-redox/bin"; then \
rm -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld.bfd; \
ln /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$n /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld.bfd >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld.bfd; \
fi; \
if test "xyes" = "xyes"; then \
ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&aarch64-unknown-redox-&'`; \
rm -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$ld; \
ln /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$n /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$ld; \
if test "/bin" != "/aarch64-unknown-redox/bin"; then \
rm -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld; \
ln /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$n /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/ld; \
fi; \
fi
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
Making install in po
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
installing da.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES/opcodes.mo
installing de.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/de/LC_MESSAGES/opcodes.mo
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/opcodes.mo
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/opcodes.mo
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/opcodes.mo
installing ga.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ga/LC_MESSAGES/opcodes.mo
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/opcodes.mo
installing it.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/it/LC_MESSAGES/opcodes.mo
installing nl.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/nl/LC_MESSAGES/opcodes.mo
installing pt_BR.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ro.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ro/LC_MESSAGES/opcodes.mo
installing sr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES/opcodes.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/opcodes.mo
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/opcodes.mo
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/opcodes.mo
installing vi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES/opcodes.mo
installing zh_CN.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
if test "opcodes" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/opcodes/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes/po'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/opcodes'
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make install-recursive
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
Making install in doc
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1'
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
/usr/bin/install -c -m 644 'addr2line.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-addr2line.1'
/usr/bin/install -c -m 644 ./binutils.info '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info'
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
/usr/bin/install -c -m 644 'ar.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-ar.1'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/ld'
/usr/bin/install -c -m 644 'dlltool.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-dlltool.1'
/usr/bin/install -c -m 644 'nm.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-nm.1'
install-info --info-dir='/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/info/binutils.info'
/usr/bin/install -c -m 644 'objcopy.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-objcopy.1'
/usr/bin/install -c -m 644 'objdump.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-objdump.1'
/usr/bin/install -c -m 644 'ranlib.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-ranlib.1'
/usr/bin/install -c -m 644 'readelf.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-readelf.1'
/usr/bin/install -c -m 644 'size.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-size.1'
/usr/bin/install -c -m 644 'strings.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-strings.1'
/usr/bin/install -c -m 644 'strip.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-strip.1'
/usr/bin/install -c -m 644 'elfedit.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-elfedit.1'
/usr/bin/install -c -m 644 'windres.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-windres.1'
/usr/bin/install -c -m 644 'windmc.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-windmc.1'
/usr/bin/install -c -m 644 'c++filt.1' '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/man/man1/aarch64-unknown-redox-c++filt.1'
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/doc'
Making install in po
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share; \
fi
installing bg.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/bg/LC_MESSAGES/binutils.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ca/LC_MESSAGES
installing ca.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ca/LC_MESSAGES/binutils.mo
installing da.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/da/LC_MESSAGES/binutils.mo
installing es.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/es/LC_MESSAGES/binutils.mo
installing fi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fi/LC_MESSAGES/binutils.mo
installing fr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/fr/LC_MESSAGES/binutils.mo
installing hr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/hr/LC_MESSAGES/binutils.mo
installing id.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/id/LC_MESSAGES/binutils.mo
installing it.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/it/LC_MESSAGES/binutils.mo
installing ja.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ja/LC_MESSAGES/binutils.mo
installing pt.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/pt/LC_MESSAGES/binutils.mo
installing ro.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ro/LC_MESSAGES/binutils.mo
installing ru.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/ru/LC_MESSAGES/binutils.mo
installing rw.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/rw/LC_MESSAGES/binutils.mo
mkdir -p -- /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sk/LC_MESSAGES
installing sk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sk/LC_MESSAGES/binutils.mo
installing sr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sr/LC_MESSAGES/binutils.mo
installing sv.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/sv/LC_MESSAGES/binutils.mo
installing tr.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/tr/LC_MESSAGES/binutils.mo
installing uk.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/uk/LC_MESSAGES/binutils.mo
installing vi.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/vi/LC_MESSAGES/binutils.mo
installing zh_CN.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_CN/LC_MESSAGES/binutils.mo
installing zh_TW.gmo as /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/locale/zh_TW/LC_MESSAGES/binutils.mo
if test "binutils" = "gettext"; then \
if test -r /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../mkinstalldirs; then \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
else \
/home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/po/Makefile.in.in \
/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils/po'
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[6]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[6]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c size '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-size'
libtool: install: /usr/bin/install -c size /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-size
/bin/sh ./libtool --mode=install /usr/bin/install -c objdump '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-objdump'
libtool: install: /usr/bin/install -c objdump /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-objdump
/bin/sh ./libtool --mode=install /usr/bin/install -c ar '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ar'
libtool: install: /usr/bin/install -c ar /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ar
/bin/sh ./libtool --mode=install /usr/bin/install -c strings '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-strings'
libtool: install: /usr/bin/install -c strings /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-strings
/bin/sh ./libtool --mode=install /usr/bin/install -c ranlib '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ranlib'
libtool: install: /usr/bin/install -c ranlib /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-ranlib
/bin/sh ./libtool --mode=install /usr/bin/install -c objcopy '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-objcopy'
libtool: install: /usr/bin/install -c objcopy /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-objcopy
/bin/sh ./libtool --mode=install /usr/bin/install -c addr2line '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-addr2line'
libtool: install: /usr/bin/install -c addr2line /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-addr2line
/bin/sh ./libtool --mode=install /usr/bin/install -c readelf '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-readelf'
libtool: install: /usr/bin/install -c readelf /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-readelf
/bin/sh ./libtool --mode=install /usr/bin/install -c elfedit '/home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-elfedit'
libtool: install: /usr/bin/install -c elfedit /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/./aarch64-unknown-redox-elfedit
/bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /bin/aarch64-unknown-redox-nm
libtool: install: /usr/bin/install -c nm-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/aarch64-unknown-redox-nm
/bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /bin/aarch64-unknown-redox-strip
libtool: install: /usr/bin/install -c strip-new /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/aarch64-unknown-redox-strip
/bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /bin/aarch64-unknown-redox-c++filt
libtool: install: /usr/bin/install -c cxxfilt /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/aarch64-unknown-redox-c++filt
/bin/sh /home/david/redox/prefix/aarch64-unknown-redox/binutils/binutils/../mkinstalldirs /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/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-unknown-redox-&'`; \
if [ "/bin/$k" != "/aarch64-unknown-redox/bin/$j" ]; then \
rm -f /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/$j; \
ln /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/bin/$k /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/$j >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c $i /home/david/redox/prefix/aarch64-unknown-redox/binutils-install.partial/aarch64-unknown-redox/bin/$j; \
fi; \
else true; \
fi; \
done
make[6]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build/binutils'
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
make[1]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/binutils-build'
rm -rf "prefix/aarch64-unknown-redox/binutils-build"
cd "prefix/aarch64-unknown-redox/binutils-install.partial" && mkdir -p bin libexec "aarch64-unknown-redox/bin" && find bin libexec "aarch64-unknown-redox/bin" -type f -exec strip {} ';' 2> /dev/null
touch "prefix/aarch64-unknown-redox/binutils-install.partial"
mv "prefix/aarch64-unknown-redox/binutils-install.partial" "prefix/aarch64-unknown-redox/binutils-install"
rm -rf "prefix/aarch64-unknown-redox/gcc-freestanding-build" "prefix/aarch64-unknown-redox/gcc-freestanding-install.partial" "prefix/aarch64-unknown-redox/gcc-freestanding-install"
mkdir -p "prefix/aarch64-unknown-redox/gcc-freestanding-build"
cp -r "prefix/aarch64-unknown-redox/binutils-install" "prefix/aarch64-unknown-redox/gcc-freestanding-install.partial"
cd "prefix/aarch64-unknown-redox/gcc-freestanding-build" && \
export PATH="/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-install.partial/bin:$PATH" && \
"/home/david/redox/prefix/aarch64-unknown-redox/gcc/configure" \
--target="aarch64-unknown-redox" \
--program-prefix="aarch64-unknown-redox-" \
--prefix="" \
--disable-nls \
--enable-languages=c,c++ \
--without-headers \
&& \
make -j `nproc` all-gcc all-target-libgcc && \
make -j `nproc` install-gcc install-target-libgcc DESTDIR="/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-install.partial"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... aarch64-unknown-redox
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... /usr/bin/sed
checking for gawk... gawk
checking for libatomic support... no
checking for libitm support... no
checking for libsanitizer support... no
checking for libvtv support... no
checking for libmpx support... no
checking for libhsail-rt support... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
configure: WARNING: using in-tree isl, disabling version check
*** This configuration is not supported in the following subdirectories:
target-libgomp target-libatomic target-libitm target-libsanitizer target-libvtv target-libmpx gnattools gotools target-libada target-libhsail-rt target-libgfortran target-libbacktrace target-libgo target-libffi target-libobjc target-liboffloadmic
(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 ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for aarch64-unknown-redox-cc... no
checking for aarch64-unknown-redox-gcc... no
checking for aarch64-unknown-redox-c++... no
checking for aarch64-unknown-redox-g++... no
checking for aarch64-unknown-redox-cxx... no
checking for aarch64-unknown-redox-gxx... no
checking for aarch64-unknown-redox-gcc... no
checking for aarch64-unknown-redox-gfortran... no
checking for aarch64-unknown-redox-gccgo... no
checking for ar... no
checking for aarch64-unknown-redox-ar... aarch64-unknown-redox-ar
checking for as... no
checking for aarch64-unknown-redox-as... aarch64-unknown-redox-as
checking for dlltool... no
checking for aarch64-unknown-redox-dlltool... no
checking for ld... no
checking for aarch64-unknown-redox-ld... aarch64-unknown-redox-ld
checking for lipo... no
checking for aarch64-unknown-redox-lipo... no
checking for nm... no
checking for aarch64-unknown-redox-nm... aarch64-unknown-redox-nm
checking for objcopy... no
checking for aarch64-unknown-redox-objcopy... aarch64-unknown-redox-objcopy
checking for objdump... no
checking for aarch64-unknown-redox-objdump... aarch64-unknown-redox-objdump
checking for ranlib... no
checking for aarch64-unknown-redox-ranlib... aarch64-unknown-redox-ranlib
checking for readelf... no
checking for aarch64-unknown-redox-readelf... aarch64-unknown-redox-readelf
checking for strip... no
checking for aarch64-unknown-redox-strip... aarch64-unknown-redox-strip
checking for windres... no
checking for aarch64-unknown-redox-windres... no
checking for windmc... no
checking for aarch64-unknown-redox-windmc... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... just compiled
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... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objcopy... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target readelf... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
make[1]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build'
mkdir -p -- ./lto-plugin
mkdir -p -- ./intl
mkdir -p -- ./gmp
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- build-x86_64-pc-linux-gnu/libiberty
mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes
Configuring in ./lto-plugin
Configuring in build-x86_64-pc-linux-gnu/libiberty
mkdir -p -- build-x86_64-pc-linux-gnu/libcpp
Configuring in build-x86_64-pc-linux-gnu/fixincludes
Configuring in ./gmp
Configuring in ./intl
Configuring in build-x86_64-pc-linux-gnu/libcpp
Configuring in ./libiberty
Configuring in ./zlib
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
yes
checking for a BSD-compatible install... configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking build system type... checking build system type... checking build system type... checking build system type... configure: creating cache ./config.cache
/usr/bin/install -c
checking whether NLS is requested... no
x86_64-pc-linux-gnu
checking for msgfmt... checking host system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
x86_64-pc-linux-gnu
checking host system type... checking host system type... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking target system type... checking build system type... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... gcc
aarch64-unknown-redox
checking whether make sets $(MAKE)... aarch64-unknown-redox
checking for a BSD-compatible install... aarch64-unknown-redox
checking for a BSD-compatible install... x86_64-pc-linux-gnu
checking host system type... yes
checking for a BSD-compatible install... checking for x86_64-pc-linux-gnu-gcc... checking for perl... gcc
perl
/usr/bin/install -c
checking whether build environment is sane... /usr/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
/usr/bin/install -c
checking whether build environment is sane... checking build system type... checking for C compiler default output file name... none-pc-linux-gnu
checking for a BSD-compatible install... checking for perl... perl
x86_64-pc-linux-gnu
checking host system type... checking for C compiler default output file name... /usr/bin/install -c
checking whether build environment is sane... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
checking build system type... checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for none-pc-linux-gnu-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... x86_64-pc-linux-gnu
checking host system type... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
a.out
checking whether the C compiler works... checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
checking whether make supports nested variables... checking whether we are cross compiling... no
checking for suffix of executables... a.out
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for suffix of object files... checking whether to enable maintainer-specific portions of Makefiles... no
configure: WARNING: the "none" host is obsolete, use --disable-assembly
checking for C compiler default output file name... checking ABI=standard
o
checking whether we are using the GNU C compiler... checking for suffix of object files...
checking for suffix of object files... checking compiler gcc -g -O2 ... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for C compiler default output file name... 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...
checking for suffix of object files... a.out
checking whether the C compiler works... yes
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking whether gcc accepts -g... o
checking whether we are using the GNU C compiler...
checking for suffix of object files... none needed
checking how to run the C preprocessor... yes
checking for gcc option to accept ISO C89... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc accepts -g... gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for gcc option to accept ISO C89... none needed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc accepts -g... none needed
checking build system type... checking whether we are using the GNU C++ compiler... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu
checking host system type... yes
checking for a thread-safe mkdir -p... yes
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether g++ accepts -g... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... checking for a thread-safe mkdir -p... gcc -E
/usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
none needed
checking how to run the C preprocessor... checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
yes
checking how to run the C preprocessor... checking for grep that handles long lines and -e... checking whether to enable maintainer-specific portions of Makefiles... no
/usr/bin/grep
checking for egrep... checking for style of include used by make... none required
checking how to run the C preprocessor... /usr/bin/grep -E
checking for ANSI C header files... GNU
checking for x86_64-pc-linux-gnu-gcc... gcc
gcc -E
gcc -E
yes
checking for sys/types.h... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for grep that handles long lines and -e... checking for C compiler default output file name... /usr/bin/grep
checking for egrep... checking for C compiler default output file name... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for grep that handles long lines and -e... checking for sys/stat.h... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... a.out
checking whether the C compiler works... a.out
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking whether we are cross compiling... no
checking for suffix of executables... checking for sys/types.h... yes
checking for suffix of object files... checking for suffix of object files... checking for stdlib.h... yes
yes
checking for sys/types.h... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... yes
yes
o
checking whether we are using the GNU C compiler... checking for sys/types.h... checking for string.h... yes
yes
checking whether gcc accepts -g... yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... yes
checking whether gcc accepts -g... yes
checking for sys/stat.h... yes
checking for memory.h... checking for sys/stat.h... yes
checking for gcc option to accept ISO C89... yes
checking for inline... yes
checking for gcc option to accept ISO C89... yes
yes
yes
yes
checking for string.h... inline
checking for stdlib.h... checking for sys/types.h... checking for strings.h... checking for stdlib.h... none needed
checking dependency style of gcc... none needed
checking for style of include used by make... yes
GNU
checking dependency style of gcc... checking for none-pc-linux-gnu-gcc... gcc
yes
yes
yes
yes
yes
checking for memory.h... checking for string.h... checking for inttypes.h... checking for string.h... checking for sys/stat.h... checking whether the C compiler works... gcc3
checking how to run the C preprocessor... gcc3
yes
checking how to print strings... printf
checking for a sed that does not truncate output... yes
/usr/bin/sed
checking for grep that handles long lines and -e... yes
yes
yes
/usr/bin/grep
checking for egrep... checking for strings.h... yes
checking for C compiler default output file name... a.out
/usr/bin/grep -E
checking for fgrep... gcc -E
checking for suffix of executables... /usr/bin/grep -F
checking for ld used by gcc... checking for stdlib.h... checking for memory.h... checking for stdint.h... checking for memory.h... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for grep that handles long lines and -e...
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking whether we are cross compiling... yes
yes
yes
yes
checking for suffix of object files... checking for inttypes.h... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for strings.h... checking for unistd.h... checking for string.h... 1879296
checking whether the shell understands some XSI constructs... checking for strings.h... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
o
checking command to parse nm output from gcc object... checking whether we are using the GNU C compiler... yes
yes
yes
yes
yes
checking whether gcc accepts -g... checking for stdint.h... checking minix/config.h usability... checking for inttypes.h... yes
checking for memory.h... checking for inttypes.h... yes
checking for gcc option to accept ISO C89... no
checking minix/config.h presence... yes
yes
checking for unistd.h... yes
checking for stdint.h... checking for sys/types.h... yes
yes
ok
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... none needed
checking whether gcc understands -c and -o together... checking for strings.h... checking for stdint.h... yes
checking how to run the C preprocessor... yes
checking for unistd.h... yes
checking minix/config.h usability... yes
checking for gcc option to accept ISO C99... yes
checking for a sed that does not truncate output... yes
yes
/usr/bin/sed
checking for sys/stat.h... checking whether gcc supports -W... checking for unistd.h... gcc -E
checking for inttypes.h... yes
no
checking minix/config.h presence... checking whether gcc supports -Wall... yes
checking minix/config.h usability... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for ANSI C header files... checking whether gcc supports -Wwrite-strings... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
yes
checking how to run the C preprocessor... yes
yes
checking for stdlib.h... yes
checking for stdint.h... checking minix/config.h usability... checking whether gcc supports -Wstrict-prototypes... no
checking minix/config.h presence... gcc -E
yes
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking whether gcc supports -Wmissing-prototypes... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
no
checking minix/config.h presence... checking for string.h... checking build system compiler gcc... checking for unistd.h... no
yes
checking whether gcc supports -W... checking whether gcc supports -Wold-style-definition... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc supports -Wall... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... yes
yes
yes
checking for build system preprocessor... checking whether gcc supports -Wwrite-strings... yes
yes
yes
yes
checking whether gcc supports -Wmissing-format-attribute... gcc -E
checking for build system executable suffix... checking for memory.h... no
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for sys/types.h... checking for off_t... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -Wc++-compat... checking whether gcc supports -W... yes
checking whether gcc supports -Wstrict-prototypes... yes
yes
checking whether gcc supports -Wall... checking whether gcc supports -Woverlength-strings... no
yes
yes
checking whether gcc supports -W... yes
checking whether gcc supports -Wshadow=local... yes
checking for strings.h... yes
yes
checking whether gcc supports -Wnarrowing... checking whether gcc supports -pedantic ... yes
checking for sys/stat.h... checking whether gcc supports -pedantic -Wlong-long... checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat...
checking whether build system compiler is ANSI... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wshadow=local... yes
checking for build system compiler math library... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether gcc and cc understand -c and -o together... -lm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
checking for ANSI C header files... (cached) yes
/usr/bin/grep -E
yes
yes
using ABI="standard"
CC="gcc"
CFLAGS="-g -O2 -DNO_ASM"
CPPFLAGS=""
MPN_PATH="generic"
checking whether assembler supports --noexecstack option... checking stddef.h usability... yes
checking for size_t... yes
checking whether gcc supports -Wwrite-strings... yes
checking for an ANSI C-conforming const... checking for inttypes.h... yes
checking for an ANSI C-conforming const... checking for stdlib.h... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking for inline... yes
checking for none-pc-linux-gnu-ar... ar
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for inline... yes
yes
checking stddef.h presence... checking whether gcc supports -Wstrict-prototypes... yes
checking for stddef.h... yes
yes
checking for stdlib.h... (cached) yes
yes
yes
inline
checking whether byte ordering is bigendian... checking for strings.h... (cached) yes
checking for string.h... checking for stdint.h... inline
checking whether byte ordering is bigendian... checking whether gcc supports -Wmissing-prototypes... checking for unistd.h... (cached) yes
BSD nm
yes
checking for working alloca.h... yes
checking how to print strings... printf
checking for a sed that does not truncate output... checking whether gcc supports -Wold-style-definition... /usr/bin/sed
checking for fgrep... checking fcntl.h usability... /usr/bin/grep -F
checking for ld used by gcc... yes
ld
checking if the linker (ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
1879296
checking for memory.h... checking whether gcc supports -Wc++-compat... yes
checking for alloca... checking how to convert x86_64-pc-linux-gnu file names to none-pc-linux-gnu format... checking for unistd.h... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for none-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for none-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for none-pc-linux-gnu-ar... (cached) ar
checking for archiver @FILE support... yes
checking fcntl.h presence... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
yes
yes
checking for stdlib.h... (cached) yes
checking whether gcc supports -fno-exceptions... checking for strings.h... @
checking for none-pc-linux-gnu-strip... strip
checking for none-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... yes
checking for unistd.h... (cached) yes
no
checking for a BSD-compatible install... no
checking for a BSD-compatible install... checking minix/config.h usability... checking for getpagesize... yes
/usr/bin/install -c
/usr/bin/install -c
yes
checking sys/file.h presence... checking whether gcc supports -fno-rtti... checking for sys/file.h... yes
yes
checking for sys/file.h... yes
checking for sys/file.h... yes
no
checking minix/config.h presence... checking for inttypes.h... yes
checking for sys/stat.h... (cached) yes
yes
yes
checking for working mmap... checking for sys/param.h... checking for sys/param.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for clearerr_unlocked... yes
yes
checking for limits.h... ok
yes
checking dependency style of g++... checking for sysroot... no
checking for a working dd... checking for limits.h... yes
yes
/usr/bin/dd
checking how to truncate binary pipes... checking for stdint.h... yes
yes
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking for feof_unlocked... yes
checking for stdlib.h... (cached) yes
/usr/bin/dd bs=4096 count=1
checking for none-pc-linux-gnu-mt... checking whether we are using the GNU C Library 2.1 or newer... no
checking for mt... mt
checking if mt is a manifest tool... checking for stdlib.h... (cached) yes
no
checking for malloc.h... checking for ANSI C header files... yes
checking whether integer division by zero raises SIGFPE... checking for malloc.h... gcc3
checking whether time.h and sys/time.h may both be included... yes
yes
yes
yes
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 dependency style of gcc... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for unistd.h... checking for string.h... (cached) yes
checking for ferror_unlocked... checking for string.h... (cached) yes
yes
checking whether string.h and strings.h may both be included... checking for unistd.h... (cached) yes
yes
checking for inttypes.h... checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
no
yes
checking for strings.h... (cached) yes
checking for sys/time.h... checking whether gcc supports -Wall... yes
checking for sys/types.h... yes
yes
yes
checking for dlfcn.h... checking locale.h usability... yes
checking for fflush_unlocked... checking for sys/time.h... checking for stdint.h... checking for time.h... yes
yes
checking for -static-libgcc... yes
checking for time.h... yes
checking for sys/resource.h... yes
yes
checking for unsigned long long... yes
yes
yes
checking locale.h presence... checking for sys/stat.h... checking for objdir... yes
.libs
checking for fgetc_unlocked... yes
yes
checking for locale.h... yes
checking how to print strings... checking for sys/resource.h... checking for sys/stat.h... (cached) yes
printf
checking for a sed that does not truncate output... /usr/bin/sed
checking fcntl.h usability... checking for fgrep... yes
/usr/bin/grep -F
checking for ld used by gcc... yes
checking for sys/mman.h... checking for inttypes.h... ld
checking if the linker (ld) is GNU ld... yes
checking for sys/stat.h... (cached) yes
yes
yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for stdlib.h... checking for fgets_unlocked... checking for sys/mman.h... checking for fcntl.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking fcntl.h presence... yes
yes
yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for fcntl.h... yes
checking for fcntl.h... checking for alloca.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
checking limits.h usability... yes
yes
1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... checking for fileno_unlocked... checking for sys/pstat.h... checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
no
checking how to recognize dependent libraries... checking for ld used by GCC... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... checking for alloca.h... no
checking for strip... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... strip
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ld
checking if the linker (ld) is GNU ld... yes
yes
checking for shared library run path origin... no
yes
checking limits.h presence... checking for sys/pstat.h... checking for sys/sysmp.h... yes
yes
checking for limits.h... yes
checking for fprintf_unlocked... yes
yes
checking if gcc static flag -static works... no
no
checking stddef.h usability... checking for sys/sysinfo.h... done
checking for sys/sysmp.h... checking for memory.h... yes
checking argz.h usability... no
checking if gcc supports -c -o file.o... no
checking for machine/hal_sysinfo.h... checking for sys/sysinfo.h... no
checking for fputc_unlocked... yes
no
yes
checking stddef.h presence... checking for sys/table.h... ok
yes
yes
checking argz.h presence... checking for machine/hal_sysinfo.h... yes
checking for stddef.h... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for strings.h... no
yes
checking for argz.h... yes
checking for stdlib.h... (cached) yes
checking for dlfcn.h... checking for sys/sysctl.h... no
yes
yes
checking whether -lc should be explicitly linked in... checking for sys/table.h... yes
checking limits.h usability... checking for strings.h... (cached) yes
checking for fputs_unlocked... checking for sys/systemcfg.h... checking for string.h... (cached) yes
yes
no
no
checking dynamic linker characteristics... checking sys/file.h usability... checking for sys/sysctl.h... yes
checking for objdir... checking for inttypes.h... .libs
no
yes
yes
checking limits.h presence... checking for stdint.h... (cached) yes
checking for sys/systemcfg.h... yes
checking for limits.h... yes
yes
checking for stdio_ext.h... checking locale.h usability... checking for fread_unlocked... yes
yes
checking sys/file.h presence... no
yes
checking for stdint.h... (cached) yes
checking for stdint.h... yes
checking for sys/file.h... yes
checking for process.h... checking if gcc supports -fno-rtti -fno-exceptions... checking for stdio_ext.h... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for unistd.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 how to run the C preprocessor... gcc -E
yes
checking whether byte ordering is bigendian... yes
checking locale.h presence... no
checking for sys/prctl.h... yes
checking for fwrite_unlocked... yes
checking for locale.h... yes
yes
yes
checking for process.h... checking for sys/wait.h that is POSIX.1 compatible... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking nl_types.h usability... checking for unistd.h... checking for stdlib.h... (cached) yes
no
yes
checking for unistd.h... (cached) yes
checking for sys/prctl.h... checking for getpagesize... yes
checking whether time.h and sys/time.h may both be included... checking for getchar_unlocked... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if gcc static flag -static works... yes
yes
checking nl_types.h presence... checking for dlfcn.h... yes
checking for nl_types.h... yes
yes
checking for working mmap... yes
no
checking if gcc supports -c -o file.o... yes
checking whether errno must be declared... no
checking for an ANSI C-conforming const... checking malloc.h usability... yes
checking whether time.h and sys/time.h may both be included... checking for getc_unlocked... yes
checking for objdir... .libs
no
checking size of int... yes
checking for inline... yes
checking whether errno must be declared... yes
checking malloc.h presence... yes
yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking for malloc.h... yes
inline
checking for obstacks... checking for putchar_unlocked... checking for memcpy... yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... no
checking size of int... 4
checking size of long... checking if gcc supports -fno-rtti -fno-exceptions... no
checking dynamic linker characteristics... yes
checking for putc_unlocked... yes
checking for off_t... yes
checking stddef.h presence... yes
yes
checking for stddef.h... yes
checking for strerror... 8
4
checking size of size_t... checking size of long... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for stdlib.h... (cached) yes
yes
checking for string.h... (cached) yes
checking whether abort is declared... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
yes
checking if gcc static flag -static works... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for int64_t... checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
8
checking for long long... 8
checking sys/param.h usability... checking size of size_t... no
checking if gcc supports -c -o file.o... yes
checking for size_t... configure: updating cache ./config.cache
configure: creating ./config.status
8
checking for long long... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
yes
checking sys/param.h presence... yes
checking dynamic linker characteristics... checking whether asprintf is declared... yes
checking for sys/param.h... yes
yes
checking size of long long... checking for feof_unlocked... yes
checking for ssize_t... yes
yes
checking for uint64_t... checking whether basename is declared... yes
checking size of long long... yes
8
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for a 64-bit type... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for fgets_unlocked... checking how to run the C++ preprocessor... yes
checking for sys/wait.h that is POSIX.1 compatible... uint64_t
checking for intptr_t... yes
8
checking for a 64-bit type... yes
checking whether errno is declared... yes
checking for uintptr_t... checking for getc_unlocked... g++ -E
yes
uint64_t
checking for intptr_t... yes
no
configure: updating cache ./config.cache
configure: creating ./config.status
checking whether vasprintf is declared... checking for getcwd... yes
checking for uintptr_t... yes
checking for getegid... yes
checking for geteuid... yes
yes
checking for ptrdiff_t... checking whether clearerr_unlocked is declared... yes
checking for getgid... checking whether the g++ linker (ld) supports shared libraries... yes
yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for uintptr_t... checking for g++ option to produce PIC... -DPIC
checking if g++ PIC flag -DPIC works... yes
yes
checking for ssize_t... yes
checking whether feof_unlocked is declared... yes
checking if g++ static flag works... checking for setenv... yes
checking for uint64_t... yes
yes
yes
checking if g++ supports -c -o file.o... checking for setlocale... checking whether ferror_unlocked is declared... yes
checking for ssize_t... yes
checking whether struct tm is in sys/time.h or time.h... yes
yes
checking for pid_t... time.h
checking size of int... yes
checking for stpcpy... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) checking whether fflush_unlocked is declared... GNU/Linux ld.so
checking how to hardcode library paths into programs... unsupported
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
yes
4
checking size of long... checking fcntl.h usability... checking for strcasecmp... config.status: creating Makefile
config.status: executing default-1 commands
yes
checking for strdup... yes
checking for strtoul... config.status: executing depfiles commands
yes
yes
checking for tsearch... checking whether fgetc_unlocked is declared... config.status: executing libtool commands
8
yes
checking for library containing strerror... checking for clearerr_unlocked... config.status: creating Makefile
yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
config.status: creating config.h
yes
checking for __argz_count... checking float.h usability... mkdir -p -- ./libbacktrace
yes
checking whether fgets_unlocked is declared... none required
Configuring in ./libbacktrace
config.status: executing depfiles commands
checking for asprintf... checking for feof_unlocked... yes
checking for library containing strerror... yes
config.status: executing libtool commands
yes
yes
checking float.h presence... yes
yes
checking for __argz_stringify... none required
checking for atexit... yes
checking for float.h... yes
checking for ferror_unlocked... checking for asprintf... checking whether fileno_unlocked is declared... checking invent.h usability... yes
yes
checking for __argz_next... yes
yes
checking for basename... yes
checking for fflush_unlocked... mkdir -p -- ./libdecnumber
checking for atexit... checking whether fprintf_unlocked is declared... Configuring in ./libdecnumber
no
checking invent.h presence... yes
yes
yes
checking for __fsetlocking... no
checking for invent.h... no
checking for bcmp... yes
checking langinfo.h usability... checking for fgetc_unlocked... no
checking for basename... checking whether fputc_unlocked is declared... yes
checking for iconv... yes
configure: creating cache ./config.cache
yes
yes
checking langinfo.h presence... checking for fgets_unlocked... yes
checking for bcopy... yes
checking for langinfo.h... yes
checking build system type... yes
checking for bcmp... checking locale.h usability... yes
checking for iconv declaration... x86_64-pc-linux-gnu
checking host system type... checking whether fputs_unlocked is declared... yes
x86_64-pc-linux-gnu
checking target system type... yes
checking for fileno_unlocked... checking for bsearch... yes
yes
checking locale.h presence... aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for bcopy... checking for nl_langinfo and CODESET... yes
checking for locale.h... yes
checking whether fread_unlocked is declared... yes
yes
checking nl_types.h usability... checking for fprintf_unlocked... checking for bzero... checking for C compiler default output file name... yes
checking for LC_MESSAGES... yes
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for bsearch... checking whether fwrite_unlocked is declared... no
yes
checking nl_types.h presence... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
a.out
checking whether the C compiler works... checking for fputc_unlocked... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for nl_types.h... yes
yes
checking for bison... bison
checking version of bison... checking for calloc... 3.0.5, 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 sys/attributes.h usability... yes
yes
checking for suffix of object files... yes
checking for bzero... checking whether getchar_unlocked is declared... checking for C compiler default output file name... checking for fputs_unlocked... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for clock... o
checking whether we are using the GNU C compiler... no
checking sys/attributes.h presence... a.out
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
no
checking for sys/attributes.h... no
yes
yes
checking whether gcc accepts -g... checking sys/iograph.h usability... checking whether getc_unlocked is declared... yes
checking for calloc... checking for fread_unlocked... checking for ffs...
checking for suffix of object files... yes
checking for gcc option to accept ISO C89... yes
no
checking sys/iograph.h presence... yes
o
checking whether we are using the GNU C compiler... yes
checking for fwrite_unlocked... yes
checking for clock... checking whether putchar_unlocked is declared... no
checking for sys/iograph.h... no
checking for getcwd... checking sys/mman.h usability... none needed
checking how to run the C preprocessor... yes
checking whether gcc accepts -g... yes
yes
yes
gcc -E
yes
yes
checking for gcc option to accept ISO C89... checking for ffs... yes
checking sys/mman.h presence... checking for getchar_unlocked... checking whether putc_unlocked is declared... config.status: creating Makefile
checking for getpagesize... yes
checking for sys/mman.h... yes
checking for grep that handles long lines and -e... config.status: creating config.intl
checking sys/param.h usability... /usr/bin/grep
checking for egrep... none needed
checking for x86_64-pc-linux-gnu-ranlib... ranlib
yes
/usr/bin/grep -E
checking for ANSI C header files... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
yes
checking whether gcc supports -W... checking for getc_unlocked... yes
checking for an ANSI C-conforming const... config.status: creating config.h
yes
checking for gettimeofday... checking for getcwd... checking whether gcc supports -Wall... config.status: executing default-1 commands
yes
checking whether gcc supports -Wwrite-strings... yes
checking sys/param.h presence... yes
checking sys/mman.h usability... yes
yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for putchar_unlocked... yes
yes
checking for sys/param.h... yes
checking for index... checking for getpagesize... yes
mkdir -p -- ./fixincludes
checking sys/processor.h usability... checking whether gcc supports -Wmissing-prototypes... yes
checking sys/mman.h presence... Configuring in ./fixincludes
yes
yes
checking for sys/mman.h... yes
checking for mmap... yes
checking whether gcc supports -Wold-style-definition... yes
yes
checking for putc_unlocked... checking for sys/types.h... yes
yes
no
checking sys/processor.h presence... checking for gettimeofday... checking for insque... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... checking whether gcc supports -Wmissing-format-attribute... no
checking for sys/processor.h... no
yes
checking sys/pstat.h usability... checking whether gcc supports -Wcast-qual... yes
yes
yes
checking whether gcc supports -pedantic -Wlong-long... yes
yes
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sys/stat.h... yes
checking whether abort is declared... checking whether gcc supports -fno-lto... checking for memchr... checking for index... no
checking sys/pstat.h presence... yes
checking how to run the C preprocessor... configure: updating cache ./config.cache
configure: creating ./config.status
yes
no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... gcc -E
yes
yes
checking for stdlib.h... yes
checking whether asprintf is declared... checking for memcmp... checking for insque... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... yes
yes
checking sys/sysinfo.h presence... /usr/bin/grep -E
checking for ANSI C header files... yes
yes
yes
yes
checking for sys/sysinfo.h... yes
checking for string.h... checking whether basename is declared... checking for memcpy... configure: creating cache ./config.cache
checking for memchr... checking sys/syssgi.h usability... checking build system type... yes
x86_64-pc-linux-gnu
checking host system type... yes
checking for memory.h... yes
yes
no
checking sys/syssgi.h presence... x86_64-pc-linux-gnu
checking target system type... checking whether errno is declared... checking for memmem... config.status: creating Makefile
checking for memcmp... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... aarch64-unknown-redox
checking for x86_64-pc-linux-gnu-gcc... gcc
yes
yes
config.status: creating mkheaders.almost
checking for sys/types.h... yes
checking for strings.h... no
yes
checking for memmove... checking whether getopt is declared... config.status: creating config.h
no
checking sys/systemcfg.h presence... checking for C compiler default output file name... checking for memcpy... yes
yes
no
checking for sys/systemcfg.h... no
checking sys/time.h usability... checking for inttypes.h... checking for sys/stat.h... a.out
checking whether the C compiler works... yes
yes
checking whether we are cross compiling... no
checking for suffix of executables... yes
checking for mempcpy... yes
checking for memmem... checking whether vasprintf is declared...
yes
checking for suffix of object files... make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/intl'
yes
yes
checking sys/time.h presence... checking for stdlib.h... yes
checking for stdint.h... yes
checking for sys/time.h... yes
yes
checking for memset... o
checking whether we are using the GNU C compiler... make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/zlib'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`adler32.c
yes
checking sys/times.h usability... checking for memmove... checking whether clearerr_unlocked is declared... yes
yes
checking whether gcc accepts -g... yes
checking for string.h... yes
yes
checking sys/times.h presence... checking for unistd.h... checking for mkstemps... yes
checking for mempcpy... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-compress.o `test -f 'compress.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`compress.c
yes
yes
checking for putenv... checking minix/config.h usability... yes
yes
checking for sys/times.h... checking for gcc option to accept ISO C89... yes
checking for sys/resource.h... yes
yes
checking for random... checking for memset... yes
yes
checking for memory.h... checking whether feof_unlocked is declared... yes
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`crc32.c
checking for sys/sysctl.h... yes
none needed
checking how to run the C preprocessor... no
checking minix/config.h presence... checking for rename... yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for mkstemps... yes
yes
checking for machine/hal_sysinfo.h... gcc -E
checking whether ferror_unlocked is declared... checking for strings.h... yes
checking for rindex... checking for grep that handles long lines and -e... yes
/usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... checking for putenv... yes
checking for setenv... yes
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`deflate.c
checking for snprintf... no
yes
checking for a BSD-compatible install... yes
checking whether fgetc is declared... yes
/usr/bin/install -c
yes
checking whether build environment is sane... checking for random... checking for inttypes.h... checking whether fflush_unlocked is declared... yes
checking for sigsetmask... yes
yes
checking for rename... yes
checking whether fscanf is declared... yes
yes
checking for stdint.h... yes
checking whether fgetc_unlocked is declared... checking for sys/types.h... checking for stpcpy... yes
checking for rindex... yes
yes
yes
yes
yes
checking for sys/stat.h... checking whether optarg is declared... checking for unistd.h... checking whether fgets_unlocked is declared... checking for stpncpy... yes
checking for setenv... yes
yes
checking for stdlib.h... yes
yes
yes
checking whether ungetc is declared... checking ctype.h usability... checking whether fileno_unlocked is declared... checking for strcasecmp... yes
checking for snprintf... yes
checking for string.h... yes
yes
checking ctype.h presence... yes
checking for strchr... yes
yes
checking for ctype.h... yes
yes
checking whether fprintf_unlocked is declared... checking whether vfprintf is declared... checking for sigsetmask... checking stddef.h usability... yes
yes
checking for memory.h... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`gzread.c
checking for strdup... no
yes
yes
yes
checking stddef.h presence... yes
yes
yes
checking for stddef.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc
checking whether fputc_unlocked is declared... checking for stpcpy... checking whether sys_errlist is declared... checking for strings.h... checking for string.h... (cached) yes
yes
checking stdio.h usability... checking for strncasecmp... 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 for x86_64-pc-linux-gnu-ranlib... ranlib
checking for gawk... (cached) gawk
yes
yes
checking how to print strings... printf
checking for a sed that does not truncate output... yes
yes
/usr/bin/sed
checking for fgrep... checking whether fputs_unlocked is declared... /usr/bin/grep -F
checking for ld used by gcc... checking whether sys_nerr is declared... ld
checking if the linker (ld) is GNU ld... checking for stpncpy... checking for inttypes.h... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking stdio.h presence... yes
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`gzclose.c
checking for strndup... yes
checking for stdio.h... yes
yes
looking for a compliant stdint.h in stdint.h, checking return type of signal handlers... checking for uintmax_t... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
yes
yes
1879296
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... checking whether fread_unlocked is declared... yes
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`gzwrite.c
yes
checking for stdint.h... checking for ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... checking for strcasecmp... strip
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... checking for strnlen... void
checking for intmax_t... yes
yes
yes
checking for uintptr_t... checking whether fwrite_unlocked is declared... yes
checking for unistd.h... yes
checking for strrchr... checking for strchr... ok
yes
yes
yes
checking minix/config.h usability... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`gzlib.c
checking whether getchar_unlocked is declared... yes
checking for int_least32_t... yes
checking for strstr... yes
checking for long double... checking for strdup... checking for dlfcn.h... no
checking minix/config.h presence... yes
yes
checking whether getc_unlocked is declared... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strtod... yes
yes
checking for objdir... .libs
yes
checking for int_fast32_t... checking for strncasecmp... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-infback.o `test -f 'infback.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`infback.c
yes
yes
checking for strtol... checking whether putchar_unlocked is declared... yes
yes
checking for long long... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking if gcc supports -fno-rtti -fno-exceptions... checking whether gcc supports -W... checking for strndup... yes
yes
checking for uint64_t... yes
checking whether gcc supports -Wall... yes
checking for strtoul... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking whether gcc supports -Wwrite-strings... yes
checking whether putc_unlocked is declared... yes
checking for strnlen... checking whether gcc supports -Wstrict-prototypes... yes
yes
yes
checking if gcc static flag -static works... checking whether gcc supports -Wmissing-prototypes... checking for strtoll... yes
yes
checking for ptrdiff_t... yes
checking what to include in gstdint.h... checking for working alloca.h... yes
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
no
checking if gcc supports -c -o file.o... checking whether gcc supports -Wold-style-definition... checking for strrchr... yes
yes
checking whether gcc supports -Wmissing-format-attribute... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`inffast.c
yes
checking for off_t... checking for strtoull... yes
checking for alloca... yes
checking whether gcc supports -Woverlength-strings... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking for strstr... checking whether gcc supports -pedantic -Wlong-long... yes
checking for ANSI C header files... (cached) yes
yes
yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... checking for strverscmp... yes
checking for quad_t... yes
no
checking dynamic linker characteristics... yes
checking whether NLS is requested... no
checking for uchar... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`inflate.c
yes
checking for strtod... yes
checking stddef.h presence... yes
checking size of int... checking for tmpnam... yes
checking for stddef.h... yes
checking for ld used by GCC... checking for stdlib.h... (cached) yes
ld
checking if the linker (ld) is GNU ld... yes
yes
checking for shared library run path origin... checking for strings.h... (cached) yes
checking for strtol... yes
checking for unistd.h... (cached) yes
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for vasprintf... 4
yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
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... checking size of long... done
yes
checking for iconv... (cached) no
checking for uint_least32_t... checking fcntl.h usability... yes
no
checking unwind.h usability... yes
checking for strtoul... configure: updating cache ./config.cache
configure: creating ./config.status
checking for vfprintf... yes
checking fcntl.h presence... 8
checking for ANSI C header files... (cached) yes
yes
checking for fcntl.h... yes
yes
checking unwind.h presence... checking build system type... checking sys/file.h usability... yes
yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for strtoll... x86_64-pc-linux-gnu
checking host system type... checking for vprintf... yes
x86_64-pc-linux-gnu
checking target system type... checking for intptr_t... yes
checking sys/file.h presence... yes
checking for -funwind-tables option... yes
yes
checking for sys/file.h... yes
aarch64-unknown-redox
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... yes
checking for strtoull... checking for sys/stat.h... (cached) yes
checking for vsnprintf... checking for clearerr_unlocked... yes
checking for -frandom-seed=string option... yes
config.status: creating Makefile
yes
checking for strverscmp... yes
yes
checking whether gcc supports -W... config.status: creating config.h
checking for vsprintf... checking for feof_unlocked... yes
config.status: executing depdir commands
checking for working volatile... mkdir -p -- .deps
yes
checking whether gcc supports -Wall... yes
yes
checking for tmpnam... yes
no
yes
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`inftrees.c
yes
checking for C/C++ restrict keyword... checking for waitpid... checking whether gcc supports -Wwrite-strings... checking for ferror_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-trees.o `test -f 'trees.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`trees.c
__restrict
yes
checking whether gcc __attribute__ ((const)) works... yes
yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for setproctitle... checking for vasprintf... checking for fflush_unlocked... no
checking whether alloca needs Cray hooks... yes
checking for fgetc_unlocked... no
checking stack direction for C alloca... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`uncompr.c
yes
checking for fgets_unlocked... yes
checking whether gcc __attribute__ ((malloc)) works... config.status: creating Makefile
yes
checking whether gcc supports -Wmissing-prototypes... yes
-1
checking for vfprintf... checking for vfork.h... yes
no
checking for fork... checking for fileno_unlocked... yes
yes
checking for fprintf_unlocked... checking for vfork... yes
checking for working fork... gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib -g -O2 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/zlib/'`zutil.c
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=" "infodir=/share/info" "libdir=/lib" "prefix=" "tooldir=/aarch64-unknown-redox" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make
config.status: creating config.h
yes
yes
checking for working vfork... (cached) yes
checking for _doprnt... checking for vprintf... no
checking for sys_errlist... yes
checking for sys_nerr... yes
config.status: executing gstdint.h commands
yes
checking whether gcc __attribute__ ((mode (XX))) works... checking whether gcc supports -Wold-style-definition... no
checking for fputc_unlocked... rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
yes
ranlib libz.a
yes
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/zlib'
checking for sys_siglist... checking for vsnprintf... yes
checking for external symbol _system_configuration... make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libdecnumber'
source='/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/decNumber.c
source='/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/decContext.c
source='/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal32.c
yes
checking for vsprintf... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking whether gcc supports -Wmissing-format-attribute... no
yes
checking for __fsetlocking... checking for fputs_unlocked... yes
checking whether gcc hidden aliases work... yes
checking for waitpid... yes
yes
checking for inline... source='/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal64.c
yes
checking for canonicalize_file_name... checking for fread_unlocked... yes
checking for setproctitle... yes
checking for dup3... yes
yes
source='/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber -I. -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libdecnumber/dpd/decimal128.c
checking whether gcc supports -Wcast-qual... checking for getrlimit... inline
yes
yes
checking for _Unwind_GetIPInfo... no
checking whether alloca needs Cray hooks... yes
checking for cos in -lm... checking for fwrite_unlocked... no
checking stack direction for C alloca... checking for getrusage... yes
checking __sync extensions... yes
yes
checking for working alloca.h... -1
checking for getchar_unlocked... yes
checking for vfork.h... checking for getsysinfo... no
checking for fork... yes
checking __atomic extensions... yes
yes
checking for alloca (via gmp-impl.h)... checking for getc_unlocked... no
checking for gettimeofday... (cached) yes
yes
yes
checking output filetype... checking for on_exit... checking for vfork... yes
checking how to allocate temporary memory... alloca
yes
checking for putchar_unlocked... yes
elf64
checking for psignal... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for working fork... checking whether byte ordering is bigendian... yes
yes
checking for putc_unlocked... checking for pstat_getdynamic... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for uintptr_t... yes
no
checking for pstat_getstatic... checking whether abort is declared... no
checking for sys_errlist... no
checking for realpath... no
checking format of `double' floating point... yes
checking for int_least32_t... yes
checking for sys_nerr... yes
checking whether asprintf is declared... yes
IEEE little endian
checking for setrlimit... checking for alarm... yes
checking for sys_siglist... yes
checking for sbrk... yes
yes
checking for int_fast32_t... yes
checking for attr_get... yes
checking whether basename is declared... checking for external symbol _system_configuration... yes
checking for spawnve... no
checking for __fsetlocking... no
checking for clock... no
yes
checking for spawnvpe... yes
yes
checking for uint64_t... checking whether errno is declared... yes
checking for canonicalize_file_name... checking for cputime... no
checking for strerror... yes
checking for dup3... no
no
checking whether vasprintf is declared... checking for getpagesize... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... checking for strsignal... yes
checking for getrlimit... yes
yes
yes
checking for getrusage... yes
checking sys/mman.h presence... checking for sysconf... checking whether clearerr_unlocked is declared... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for getrusage... yes
yes
checking for sysctl... checking for gettimeofday... yes
yes
yes
checking whether feof_unlocked is declared... checking link.h usability... checking for getsysinfo... yes
yes
checking for sysmp... checking for getsysinfo... yes
yes
checking link.h presence... checking whether ferror_unlocked is declared... no
checking for gettimeofday... (cached) yes
yes
checking for link.h... yes
no
checking for on_exit... checking for dl_iterate_phdr... checking for table... no
checking for localeconv... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
ranlib libdecnumber.a
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libdecnumber'
yes
yes
yes
checking sys/ldr.h usability... checking whether fflush_unlocked is declared... no
checking for psignal... yes
checking for times... checking for memset... no
checking sys/ldr.h presence... yes
yes
yes
checking for wait3... no
checking for sys/ldr.h... no
checking for fcntl... checking for pstat_getdynamic... yes
checking whether fgetc_unlocked is declared... checking for mmap... yes
yes
checking for wait4... no
checking whether strnlen is declared... yes
checking for pstat_getstatic... checking for mprotect... yes
checking whether fgets_unlocked is declared... yes
checking whether basename is declared... no
yes
yes
checking for realpath... checking for lstat... checking for nl_langinfo... yes
checking whether fileno_unlocked is declared... yes
yes
yes
checking whether ffs is declared... yes
checking for setrlimit... checking for readlink... checking for obstack_vprintf... yes
checking whether fprintf_unlocked is declared... yes
yes
yes
yes
checking whether asprintf is declared... checking for sbrk... checking for getexecname... checking for popen... no
yes
yes
checking whether fputc_unlocked is declared... yes
no
checking for spawnve... checking for clock_gettime... checking whether vasprintf is declared... checking for processor_info... yes
checking whether -pthread is supported... yes
yes
no
checking whether fputs_unlocked is declared... checking for spawnvpe... checking whether snprintf is declared... no
checking for pstat_getprocessor... yes
checking for compress in -lz... yes
no
checking for strerror... yes
checking whether fread_unlocked is declared... yes
no
checking whether --compress-debug-sections is supported... checking whether vsnprintf is declared... checking for raise... yes
yes
checking for objcopy... objcopy
checking whether objcopy supports debuglink... checking for strsignal... yes
yes
objcopy: /tmp/ls412: debuglink section already exists
yes
checking whether tests can run... yes
checking whether fwrite_unlocked is declared... checking for read_real_time... checking whether calloc is declared... yes
checking for sysconf... yes
yes
yes
no
checking for sigaction... checking whether getenv is declared... checking whether getchar_unlocked is declared... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for sysctl... yes
yes
yes
checking for sigaltstack... checking whether getopt is declared... yes
checking for sysmp... checking whether getc_unlocked is declared... yes
yes
checking for sigstack... no
yes
checking whether malloc is declared... checking for table... checking whether putchar_unlocked is declared... yes
yes
checking for syssgi... no
checking for times... checking whether realloc is declared... yes
checking whether putc_unlocked is declared... yes
no
yes
checking for strchr... checking for wait3... checking whether sbrk is declared... yes
checking for an ANSI C-conforming const... yes
checking sys/mman.h usability... yes
yes
yes
checking for strerror... checking for wait4... checking whether strtol is declared... yes
checking sys/mman.h presence... yes
yes
yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for strnlen... checking whether basename is declared... checking whether strtoul is declared... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
yes
yes
checking for strtol... checking whether ffs is declared... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether strtoll is declared... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for strtoul... yes
checking whether strtoull is declared... checking whether asprintf is declared... yes
yes
checking for sysconf... yes
checking whether strverscmp is declared... checking whether vasprintf is declared... yes
checking for sysctl... yes
yes
checking whether strnlen is declared... checking whether snprintf is declared... config.status: creating Makefile
yes
config.status: creating mkheaders.almost
checking for sysctlbyname... yes
checking whether canonicalize_file_name must be declared... config.status: creating config.h
yes
checking whether vsnprintf is declared... no
no
checking for times... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking for getpagesize... (cached) yes
checking for working mmap... checking whether calloc is declared... yes
checking for library containing clock_gettime... yes
yes
checking for working strncmp... none required
checking for vsnprintf... checking whether getenv is declared... yes
yes
checking whether vsnprintf works... probably
configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... yes
configure: updating cache ./config.cache
checking whether getopt is declared... configure: creating ./config.status
no
yes
checking whether malloc is declared... config.status: creating Makefile
yes
config.status: creating backtrace-supported.h
checking whether realloc is declared... config.status: creating Makefile
config.status: creating config.h
config.status: creating testsuite/Makefile
config.status: executing libtool commands
yes
config.status: creating config.h
config.status: executing gstdint.h commands
checking whether sbrk is declared... config.status: executing default commands
config.status: executing default commands
yes
checking whether strtol is declared... make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/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 ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o noasan/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o regex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o cp-demangle.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o md5.o
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/libiberty/testsuite'
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o sha1.o
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libbacktrace'
make all-am
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libbacktrace'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o atomic.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/atomic.c
yes
checking whether strtoul is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/atomic.c -fPIC -DPIC -o .libs/atomic.o
yes
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o alloca.o
checking whether strtoll is declared... true DO=all multi-do # make
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o dwarf.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/dwarf.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o noasan/argv.o; \
else true; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/dwarf.c -fPIC -DPIC -o .libs/dwarf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o argv.o
yes
checking whether strtoull is declared... /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o fileline.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/fileline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/fileline.c -fPIC -DPIC -o .libs/fileline.o
yes
checking whether strverscmp is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o choose-temp.o
yes
checking whether strnlen is declared... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o concat.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o posix.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/posix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/posix.c -fPIC -DPIC -o .libs/posix.o
yes
checking whether canonicalize_file_name must be declared... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o cp-demint.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/posix.c -o posix.o >/dev/null 2>&1
no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o crc32.o
checking for getpagesize... (cached) yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
checking for working mmap... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o dwarfnames.o
yes
checking for working strncmp... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o fdmatch.o
configure: updating cache ./config.cache
configure: creating ./config.status
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o filename_cmp.o
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
280 | strncpy (dest->s + pos, src, length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o print.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/print.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o floatformat.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/print.c -fPIC -DPIC -o .libs/print.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o sort.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/sort.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/sort.c -fPIC -DPIC -o .libs/sort.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/print.c -o print.o >/dev/null 2>&1
config.status: creating Makefile
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/sort.c -o sort.o >/dev/null 2>&1
config.status: creating testsuite/Makefile
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o state.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/state.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o fnmatch.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/state.c -fPIC -DPIC -o .libs/state.o
config.status: creating config.h
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o backtrace.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/backtrace.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o simple.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/backtrace.c -fPIC -DPIC -o .libs/backtrace.o
config.status: executing default commands
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/state.c -o state.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/simple.c -fPIC -DPIC -o .libs/simple.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o fopen_unlocked.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o elf.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/elf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/simple.c -o simple.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmapio.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmapio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmapio.c -fPIC -DPIC -o .libs/mmapio.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o getopt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o getopt1.o
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmap.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmap.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o getpwd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmap.c -fPIC -DPIC -o .libs/mmap.o
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o pic/hex.o; \
else true; fi
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../include -I /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o lbasename.o
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
280 | strncpy (dest->s + pos, src, length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c -o dyn-string.o
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’:
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
280 | strncpy (dest->s + pos, src, length);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/dyn-string.c:272:16: note: length computed here
272 | int length = strlen (src);
| ^~~~~~~~~~~~
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
checking size of void *... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o lrealpath.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o make-relative-prefix.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fdmatch.c -o fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o pexecute.o
mkdir -p -- ./libcpp
Configuring in ./libcpp
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o physmem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o safe-ctype.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getpwd.c -o getpwd.o
/bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo -lz
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/getruntime.c -o getruntime.o
configure: creating cache ./config.cache
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o simple-object-elf.o
checking build system type... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o pic/hex.o; \
else true; fi
x86_64-pc-linux-gnu
checking host system type... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
libtool: link: ar cru .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
x86_64-pc-linux-gnu
checking target system type... libtool: link: ranlib .libs/libbacktrace.a
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hex.c -o hex.o
8
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
checking size of unsigned short... aarch64-unknown-redox
checking whether make sets $(MAKE)... make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libbacktrace'
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libbacktrace'
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
yes
checking for a BSD-compatible install... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/hashtab.c -o hashtab.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
/usr/bin/install -c
checking for x86_64-pc-linux-gnu-gcc... gcc
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
checking for C compiler default output file name... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/lrealpath.c -o lrealpath.o
a.out
checking whether the C compiler works... yes
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
checking whether we are cross compiling... no
checking for suffix of executables... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
checking for suffix of object files... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/make-temp-file.c -o make-temp-file.o
o
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/objalloc.c -o objalloc.o
yes
checking whether gcc accepts -g... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/obstack.c -o obstack.o
2
checking size of unsigned... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
yes
checking for gcc option to accept ISO C89... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o strerror.o
none needed
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-one.c -o pex-one.o
checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-common.c -o pex-common.o
yes
checking whether g++ accepts -g... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/vprintf-support.c -o vprintf-support.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o xasprintf.o
yes
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking how to run the C preprocessor... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o xatexit.o
gcc -E
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/rust-demangle.c -o rust-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
checking for grep that handles long lines and -e... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o xmalloc.o
/usr/bin/grep
checking for egrep... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
/usr/bin/grep -E
checking for ANSI C header files... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o xstrndup.o
4
checking size of unsigned long... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o xvasprintf.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o setproctitle.o
checking for sys/types.h... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o pic/sort.o; \
else true; fi
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
yes
if [ x"" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/libiberty'
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
checking for sys/stat.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o noasan/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sort.c -o sort.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/spaces.c -o spaces.o
yes
checking for stdlib.h... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/simple-object-elf.c -o simple-object-elf.o
yes
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/stack-limit.c -o stack-limit.o
checking for string.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/splay-tree.c -o splay-tree.o
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixincl.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strerror.c -o strerror.o
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/libcpp'
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/charset.c
yes
checking for memory.h... gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixtests.c
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
yes
checking for strings.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/timeval-utils.c -o timeval-utils.o
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixfixes.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
yes
checking for inttypes.h... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o pic/xasprintf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/server.c
yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o noasan/xasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xasprintf.c -o xasprintf.o
checking for stdint.h... 8
checking size of mp_limb_t... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/procopen.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixlib.c
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
yes
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixopts.c
checking for unistd.h... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xatexit.c -o xatexit.o
srcdir="/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes" /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/mkfixinc.sh aarch64-unknown-redox
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xexit.c -o xexit.o
sed -e 's/@gcc_version@/8.2.0/' < mkheaders.almost > mkheadersT
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/directives.c
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
mv -f mkheadersT mkheaders
yes
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/directives-only.c
checking minix/config.h usability... gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/errors.c
echo timestamp > full-stamp
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/fixincludes'
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmalloc.c -o xmalloc.o
no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
yes
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/expr.c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/files.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrdup.c -o xstrdup.o
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/identifiers.c
no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
yes
echo "#define LOCALEDIR \"/share/locale\"" > localedir.new
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../move-if-change localedir.new localedir.h
checking whether gcc supports -Wall... echo timestamp > localedir.hs
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/lex.c
yes
checking whether gcc supports -Wnarrowing... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrerror.c -o xstrerror.o
yes
checking whether gcc supports -Wwrite-strings... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/line-map.c
yes
checking whether gcc supports -Wmissing-format-attribute... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
yes
checking whether gcc supports -Wstrict-prototypes... 8
yes
checking whether gcc supports -Wmissing-prototypes... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
checking for stack_t... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xstrndup.c -o xstrndup.o
yes
checking whether gcc supports -Wold-style-definition... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
else true; fi
yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -pedantic -Wlong-long... yes
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/xvasprintf.c -o xvasprintf.o
yes
checking whether gcc supports -fno-exceptions... checking for tputs in -lncurses... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/macro.c
yes
checking whether gcc supports -fno-rtti... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
yes
no
checking for tputs in -lcurses... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/mkdeps.c
checking dependency style of g++... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
no
checking for readline in -lreadline... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/setproctitle.c -o setproctitle.o
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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
no
checking readline detected... no
checking for bison... bison -y
checking for flex... touch lex.yy.c
checking lex output file root... lex.yy
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libiberty/testsuite'
checking lex library... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc3
checking whether time.h and sys/time.h may both be included... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/pch.c
yes
checking whether string.h and strings.h may both be included... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/symtab.c
yes
checking locale.h usability... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/traditional.c
none needed
checking whether yytext is a pointer... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... no
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
checking for none-pc-linux-gnu-ranlib... (cached) ranlib
creating config.m4
yes
checking fcntl.h presence... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o pic/md5.o; \
else true; fi
yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/init.c
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/md5.c -o md5.o
yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
rm -f libcpp.a
yes
checking sys/file.h presence... ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/build-x86_64-pc-linux-gnu/libcpp'
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/alloca.c -o alloca.o
yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/sha1.c -o sha1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o pic/concat.o; \
else true; fi
no
checking for an ANSI C-conforming const... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/concat.c -o concat.o
yes
checking for inline... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
inline
checking for obstacks... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
yes
checking for off_t... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/crc32.c -o crc32.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/regex.c -o regex.o
yes
checking for size_t... yes
checking for ssize_t... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o noasan/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/d-demangle.c -o d-demangle.o
yes
checking for uintptr_t... yes
checking for ptrdiff_t... if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fpic /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE /home/david/redox/prefix/aarch64-unknown-redox/gcc/libiberty/cp-demangle.c -o cp-demangle.o
yes
checking for uint64_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of int... 4
checking size of long... 8
checking for clearerr_unlocked... yes
checking for feof_unlocked... config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
yes
checking for ferror_unlocked... config.status: creating Makefile
config.status: creating mpf/Makefile
yes
checking for fflush_unlocked... config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
yes
checking for fgetc_unlocked... config.status: creating mpz/Makefile
yes
config.status: creating printf/Makefile
checking for fgets_unlocked... config.status: creating scanf/Makefile
yes
config.status: creating rand/Makefile
checking for fileno_unlocked... config.status: creating cxx/Makefile
yes
checking for fprintf_unlocked... config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
no
checking for fputc_unlocked... config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
yes
checking for fputs_unlocked... config.status: creating tests/mpq/Makefile
yes
config.status: creating tests/mpz/Makefile
checking for fread_unlocked... config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
yes
checking for fwrite_unlocked... config.status: creating tests/cxx/Makefile
yes
config.status: creating doc/Makefile
checking for getchar_unlocked... config.status: creating tune/Makefile
yes
config.status: creating demos/Makefile
checking for getc_unlocked... config.status: creating demos/calc/Makefile
yes
config.status: creating demos/expr/Makefile
checking for putchar_unlocked... config.status: creating gmp.h
yes
config.status: creating config.h
checking for putc_unlocked... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add.c to mpn/add.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_1.c to mpn/add_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_n.c to mpn/add_n.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub.c to mpn/sub.c
checking whether abort is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub_n.c to mpn/sub_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/cnd_add_n.c to mpn/cnd_add_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/cnd_sub_n.c to mpn/cnd_sub_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/cnd_swap.c to mpn/cnd_swap.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/neg.c to mpn/neg.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/com.c to mpn/com.c
checking whether asprintf is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mul_1.c to mpn/mul_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/submul_1.c to mpn/submul_1.c
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_err1_n.c to mpn/add_err1_n.c
ranlib ./libiberty.a
yes
if [ x"-fpic" != x ]; then \
cd pic; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi; \
if [ x"" != x ]; then \
cd noasan; \
ar rc ./libiberty.a \
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.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 ./setproctitle.o; \
ranlib ./libiberty.a; \
cd ..; \
else true; fi
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_err2_n.c to mpn/add_err2_n.c
checking whether basename is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_err3_n.c to mpn/add_err3_n.c
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libiberty'
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin'
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/fixincludes'
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixincl.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixtests.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixfixes.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/server.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/procopen.c
make all-am
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin'
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -O2 -c -o lto-plugin.lo /home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin/lto-plugin.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/lshift.c to mpn/lshift.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin/../include -DHAVE_CONFIG_H -Wall -g -O2 -c /home/david/redox/prefix/aarch64-unknown-redox/gcc/lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/rshift.c to mpn/rshift.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dive_1.c to mpn/dive_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/divis.c to mpn/divis.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/divrem.c to mpn/divrem.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c
checking whether errno is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixlib.c
gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes -I../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/../include /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/fixopts.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_1.c to mpn/mod_1.c
srcdir="/home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes" /bin/sh /home/david/redox/prefix/aarch64-unknown-redox/gcc/fixincludes/mkfixinc.sh aarch64-unknown-redox
sed -e 's/@gcc_version@/8.2.0/' < mkheaders.almost > mkheadersT
mv -f mkheadersT mkheaders
no
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
checking whether getopt is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mode1o.c to mpn/mode1o.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dump.c to mpn/dump.c
checking whether vasprintf is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c
/bin/sh ./libtool --tag=CC --tag=disable-static --mode=link gcc -Wall -g -O2 -Wc,-static-libgcc -module -bindir /libexec/gcc/aarch64-unknown-redox/8.2.0 -o liblto_plugin.la -rpath /libexec/gcc/aarch64-unknown-redox/8.2.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c
gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/lshiftc.c to mpn/lshiftc.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mul.c to mpn/mul.c
checking whether clearerr_unlocked is declared... echo timestamp > full-stamp
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/fixincludes'
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mul_n.c to mpn/mul_n.c
libtool: link: gcc -shared -fPIC -DPIC .libs/lto-plugin.o -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqr.c to mpn/sqr.c
yes
libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c
checking whether feof_unlocked is declared... libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
mkdir -p -- ../gcc
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin/../gcc/liblto_plugin.so.0.0.0
yes
libtool: install: (cd /home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mulmid_n.c to mpn/mulmid_n.c
libtool: install: (cd /home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin/../gcc/liblto_plugin.la
checking whether ferror_unlocked is declared... libtool: install: warning: remember to run `libtool --finish /libexec/gcc/aarch64-unknown-redox/8.2.0'
make[3]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin'
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/lto-plugin'
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mulmid.c to mpn/mulmid.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/random.c to mpn/random.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/random2.c to mpn/random2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/pow_1.c to mpn/pow_1.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/rootrem.c to mpn/rootrem.c
checking whether fflush_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sizeinbase.c to mpn/sizeinbase.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/get_str.c to mpn/get_str.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/set_str.c to mpn/set_str.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/scan0.c to mpn/scan0.c
checking whether fgetc_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/scan1.c to mpn/scan1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/popham.c to mpn/popcount.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/popham.c to mpn/hamdist.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/cmp.c to mpn/cmp.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/zero_p.c to mpn/zero_p.c
checking whether fgets_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/perfpow.c to mpn/perfpow.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcd.c to mpn/gcd.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcdext_1.c to mpn/gcdext_1.c
checking whether fileno_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_q.c to mpn/div_q.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
checking whether fprintf_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/jacobi_2.c to mpn/jacobi_2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/jacobi.c to mpn/jacobi.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/get_d.c to mpn/get_d.c
no
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
checking whether fputc_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd_step.c to mpn/hgcd_step.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
checking whether fputs_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mullo_n.c to mpn/mullo_n.c
checking whether fread_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqrlo.c to mpn/sqrlo.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c
checking whether fwrite_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c
yes
checking whether getchar_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom54_mul.c to mpn/toom54_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c
yes
checking whether getc_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
checking whether putchar_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
yes
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
checking whether putc_unlocked is declared... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
yes
checking for working alloca.h... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
yes
checking for alloca... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/invertappr.c to mpn/invertappr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/invert.c to mpn/invert.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/binvert.c to mpn/binvert.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
yes
checking whether NLS is requested... no
checking for uchar... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_qr_1.c to mpn/div_qr_1.c
checking for ld used by GCC... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c
ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c
done
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c
checking for iconv... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
yes
checking for iconv declaration... config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/broot.c to mpn/broot.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/brootinv.c to mpn/brootinv.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bsqrt.c to mpn/bsqrt.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/divexact.c to mpn/divexact.c
config.status: creating Makefile
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c
config.status: creating config.h
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/redc_1.c to mpn/redc_1.c
config.status: executing depdir commands
mkdir -p -- .deps
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/redc_2.c to mpn/redc_2.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/redc_n.c to mpn/redc_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/powm.c to mpn/powm.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/powlo.c to mpn/powlo.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_powm.c to mpn/sec_powm.c
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libcpp'
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/charset.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/directives.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/directives-only.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/errors.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/expr.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/files.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/identifiers.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_mul.c to mpn/sec_mul.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_sqr.c to mpn/sec_sqr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_div.c to mpn/sec_div_qr.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_div.c to mpn/sec_div_r.c
echo "#define LOCALEDIR \"/share/locale\"" > localedir.new
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../move-if-change localedir.new localedir.h
echo timestamp > localedir.hs
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/lex.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/line-map.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/macro.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_invert.c to mpn/sec_invert.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/remove.c to mpn/remove.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/mkdeps.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/and_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/andn_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/nand_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/ior_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/iorn_n.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/pch.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/symtab.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/traditional.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/nior_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/xor_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/logops_n.c to mpn/xnor_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/copyi.c to mpn/copyi.c
g++ -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/../include -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo /home/david/redox/prefix/aarch64-unknown-redox/gcc/libcpp/init.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/copyd.c to mpn/copyd.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/zero.c to mpn/zero.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/sec_tabselect.c to mpn/sec_tabselect.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status: linking /home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
configure: summary of build options:
Version: GNU MP 6.1.0
Host type: none-pc-linux-gnu
ABI: standard
Install prefix:
Compiler: gcc
Static libraries: yes
Shared libraries: no
make[2]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp'
gcc `test -f 'gen-fac.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-fac.c -o gen-fac
gcc `test -f 'gen-fib.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-fib.c -o gen-fib
gcc `test -f 'gen-bases.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-bases.c -o gen-bases -lm
gcc `test -f 'gen-trialdivtab.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-trialdivtab.c -o gen-trialdivtab -lm
gcc `test -f 'gen-jacobitab.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-jacobitab.c -o gen-jacobitab
gcc `test -f 'gen-psqr.c' || echo '/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/'`gen-psqr.c -o gen-psqr -lm
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[2]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/libcpp'
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
make all-recursive
make[3]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp'
Making all in tests
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests'
Making all in .
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests'
Making all in devel
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/devel'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/devel'
Making all in mpn
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpn'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpn'
Making all in mpz
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpz'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpz'
Making all in mpq
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpq'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpq'
Making all in mpf
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpf'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/mpf'
Making all in rand
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/rand'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/rand'
Making all in misc
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/misc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/misc'
Making all in cxx
make[5]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/cxx'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests/cxx'
make[4]: Leaving directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/tests'
Making all in mpn
make[4]: Entering directory '/home/david/redox/prefix/aarch64-unknown-redox/gcc-freestanding-build/gmp/mpn'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo fib_table | sed 's/_$//'` -DNO_ASM -g -O2 -c -o fib_table.lo fib_table.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mp_bases | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mp_bases.lo mp_bases.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add.lo add.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_1.lo add_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_n.lo add_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub.lo sub.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_1.lo sub_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_n.lo sub_n.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add -DNO_ASM -g -O2 -c add.c -o add.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_fib_table -DNO_ASM -g -O2 -c fib_table.c -o fib_table.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add_1 -DNO_ASM -g -O2 -c add_1.c -o add_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mp_bases -DNO_ASM -g -O2 -c mp_bases.c -o mp_bases.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub -DNO_ASM -g -O2 -c sub.c -o sub.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub_1 -DNO_ASM -g -O2 -c sub_1.c -o sub_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add_n -DNO_ASM -g -O2 -c add_n.c -o add_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub_n -DNO_ASM -g -O2 -c sub_n.c -o sub_n.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o cnd_add_n.lo cnd_add_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o cnd_sub_n.lo cnd_sub_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo cnd_swap | sed 's/_$//'` -DNO_ASM -g -O2 -c -o cnd_swap.lo cnd_swap.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo neg | sed 's/_$//'` -DNO_ASM -g -O2 -c -o neg.lo neg.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo com | sed 's/_$//'` -DNO_ASM -g -O2 -c -o com.lo com.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_1.lo mul_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo addmul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o addmul_1.lo addmul_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo submul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o submul_1.lo submul_1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_cnd_add_n -DNO_ASM -g -O2 -c cnd_add_n.c -o cnd_add_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_cnd_sub_n -DNO_ASM -g -O2 -c cnd_sub_n.c -o cnd_sub_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_cnd_swap -DNO_ASM -g -O2 -c cnd_swap.c -o cnd_swap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_com -DNO_ASM -g -O2 -c com.c -o com.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_neg -DNO_ASM -g -O2 -c neg.c -o neg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mul_1 -DNO_ASM -g -O2 -c mul_1.c -o mul_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_addmul_1 -DNO_ASM -g -O2 -c addmul_1.c -o addmul_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_submul_1 -DNO_ASM -g -O2 -c submul_1.c -o submul_1.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add_err1_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_err1_n.lo add_err1_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add_err2_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_err2_n.lo add_err2_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo add_err3_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_err3_n.lo add_err3_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_err1_n.lo sub_err1_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_err2_n.lo sub_err2_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_err3_n.lo sub_err3_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo lshift | sed 's/_$//'` -DNO_ASM -g -O2 -c -o lshift.lo lshift.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo rshift | sed 's/_$//'` -DNO_ASM -g -O2 -c -o rshift.lo rshift.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add_err1_n -DNO_ASM -g -O2 -c add_err1_n.c -o add_err1_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add_err2_n -DNO_ASM -g -O2 -c add_err2_n.c -o add_err2_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_add_err3_n -DNO_ASM -g -O2 -c add_err3_n.c -o add_err3_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub_err1_n -DNO_ASM -g -O2 -c sub_err1_n.c -o sub_err1_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub_err2_n -DNO_ASM -g -O2 -c sub_err2_n.c -o sub_err2_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_lshift -DNO_ASM -g -O2 -c lshift.c -o lshift.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sub_err3_n -DNO_ASM -g -O2 -c sub_err3_n.c -o sub_err3_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_rshift -DNO_ASM -g -O2 -c rshift.c -o rshift.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo dive_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dive_1.lo dive_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo diveby3 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o diveby3.lo diveby3.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo divis | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divis.lo divis.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo divrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem.lo divrem.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo divrem_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem_1.lo divrem_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo divrem_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem_2.lo divrem_2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo fib2_ui | sed 's/_$//'` -DNO_ASM -g -O2 -c -o fib2_ui.lo fib2_ui.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1.lo mod_1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_dive_1 -DNO_ASM -g -O2 -c dive_1.c -o dive_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_diveby3 -DNO_ASM -g -O2 -c diveby3.c -o diveby3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_divis -DNO_ASM -g -O2 -c divis.c -o divis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_divrem -DNO_ASM -g -O2 -c divrem.c -o divrem.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_divrem_1 -DNO_ASM -g -O2 -c divrem_1.c -o divrem_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_divrem_2 -DNO_ASM -g -O2 -c divrem_2.c -o divrem_2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_1 -DNO_ASM -g -O2 -c mod_1.c -o mod_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_fib2_ui -DNO_ASM -g -O2 -c fib2_ui.c -o fib2_ui.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_34lsub1.lo mod_34lsub1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mode1o | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mode1o.lo mode1o.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pre_divrem_1.lo pre_divrem_1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_34lsub1 -DNO_ASM -g -O2 -c mod_34lsub1.c -o mod_34lsub1.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pre_mod_1.lo pre_mod_1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mode1o -DNO_ASM -g -O2 -c mode1o.c -o mode1o.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo dump | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dump.lo dump.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_1.lo mod_1_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_2.lo mod_1_2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_3.lo mod_1_3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_pre_divrem_1 -DNO_ASM -g -O2 -c pre_divrem_1.c -o pre_divrem_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_pre_mod_1 -DNO_ASM -g -O2 -c pre_mod_1.c -o pre_mod_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_1_1 -DNO_ASM -g -O2 -c mod_1_1.c -o mod_1_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_1_2 -DNO_ASM -g -O2 -c mod_1_2.c -o mod_1_2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_dump -DNO_ASM -g -O2 -c dump.c -o dump.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_1_3 -DNO_ASM -g -O2 -c mod_1_3.c -o mod_1_3.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_4.lo mod_1_4.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo lshiftc | sed 's/_$//'` -DNO_ASM -g -O2 -c -o lshiftc.lo lshiftc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_lshiftc -DNO_ASM -g -O2 -c lshiftc.c -o lshiftc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mod_1_4 -DNO_ASM -g -O2 -c mod_1_4.c -o mod_1_4.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul.lo mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mul -DNO_ASM -g -O2 -c mul.c -o mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mul_fft | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_fft.lo mul_fft.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mul_fft -DNO_ASM -g -O2 -c mul_fft.c -o mul_fft.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mul_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_n.lo mul_n.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mul_n -DNO_ASM -g -O2 -c mul_n.c -o mul_n.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqr.lo sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sqr -DNO_ASM -g -O2 -c sqr.c -o sqr.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mul_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_basecase.lo mul_basecase.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mul_basecase -DNO_ASM -g -O2 -c mul_basecase.c -o mul_basecase.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqr_basecase.lo sqr_basecase.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o nussbaumer_mul.lo nussbaumer_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mulmid_basecase.lo mulmid_basecase.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom42_mulmid.lo toom42_mulmid.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mulmid_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mulmid_n.lo mulmid_n.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sqr_basecase -DNO_ASM -g -O2 -c sqr_basecase.c -o sqr_basecase.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_nussbaumer_mul -DNO_ASM -g -O2 -c nussbaumer_mul.c -o nussbaumer_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mulmid_basecase -DNO_ASM -g -O2 -c mulmid_basecase.c -o mulmid_basecase.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mulmid | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mulmid.lo mulmid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mulmid_n -DNO_ASM -g -O2 -c mulmid_n.c -o mulmid_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom42_mulmid -DNO_ASM -g -O2 -c toom42_mulmid.c -o toom42_mulmid.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mulmid -DNO_ASM -g -O2 -c mulmid.c -o mulmid.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo random | sed 's/_$//'` -DNO_ASM -g -O2 -c -o random.lo random.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_random -DNO_ASM -g -O2 -c random.c -o random.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo random2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o random2.lo random2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo pow_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pow_1.lo pow_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo rootrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o rootrem.lo rootrem.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sqrtrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqrtrem.lo sqrtrem.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sizeinbase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sizeinbase.lo sizeinbase.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo get_str | sed 's/_$//'` -DNO_ASM -g -O2 -c -o get_str.lo get_str.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo set_str | sed 's/_$//'` -DNO_ASM -g -O2 -c -o set_str.lo set_str.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_random2 -DNO_ASM -g -O2 -c random2.c -o random2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_rootrem -DNO_ASM -g -O2 -c rootrem.c -o rootrem.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_get_str -DNO_ASM -g -O2 -c get_str.c -o get_str.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sizeinbase -DNO_ASM -g -O2 -c sizeinbase.c -o sizeinbase.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sqrtrem -DNO_ASM -g -O2 -c sqrtrem.c -o sqrtrem.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_pow_1 -DNO_ASM -g -O2 -c pow_1.c -o pow_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_set_str -DNO_ASM -g -O2 -c set_str.c -o set_str.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo scan0 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o scan0.lo scan0.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo scan1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o scan1.lo scan1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo popcount | sed 's/_$//'` -DNO_ASM -g -O2 -c -o popcount.lo popcount.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_scan0 -DNO_ASM -g -O2 -c scan0.c -o scan0.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hamdist | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hamdist.lo hamdist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_scan1 -DNO_ASM -g -O2 -c scan1.c -o scan1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_popcount -DNO_ASM -g -O2 -c popcount.c -o popcount.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo cmp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o cmp.lo cmp.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo zero_p | sed 's/_$//'` -DNO_ASM -g -O2 -c -o zero_p.lo zero_p.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hamdist -DNO_ASM -g -O2 -c hamdist.c -o hamdist.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo perfsqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o perfsqr.lo perfsqr.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo perfpow | sed 's/_$//'` -DNO_ASM -g -O2 -c -o perfpow.lo perfpow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_zero_p -DNO_ASM -g -O2 -c zero_p.c -o zero_p.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_cmp -DNO_ASM -g -O2 -c cmp.c -o cmp.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcd_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd_1.lo gcd_1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcd | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd.lo gcd.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext_1.lo gcdext_1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_perfsqr -DNO_ASM -g -O2 -c perfsqr.c -o perfsqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_perfpow -DNO_ASM -g -O2 -c perfpow.c -o perfpow.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcd_1 -DNO_ASM -g -O2 -c gcd_1.c -o gcd_1.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcdext | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext.lo gcdext.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcdext_1 -DNO_ASM -g -O2 -c gcdext_1.c -o gcdext_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcd -DNO_ASM -g -O2 -c gcd.c -o gcd.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext_lehmer.lo gcdext_lehmer.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo div_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o div_q.lo div_q.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcdext -DNO_ASM -g -O2 -c gcdext.c -o gcdext.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcd_subdiv_step -DNO_ASM -g -O2 -c gcd_subdiv_step.c -o gcd_subdiv_step.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_gcdext_lehmer -DNO_ASM -g -O2 -c gcdext_lehmer.c -o gcdext_lehmer.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o tdiv_qr.lo tdiv_qr.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo jacbase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o jacbase.lo jacbase.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_div_q -DNO_ASM -g -O2 -c div_q.c -o div_q.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o jacobi_2.lo jacobi_2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo jacobi | sed 's/_$//'` -DNO_ASM -g -O2 -c -o jacobi.lo jacobi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_tdiv_qr -DNO_ASM -g -O2 -c tdiv_qr.c -o tdiv_qr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_jacbase -DNO_ASM -g -O2 -c jacbase.c -o jacbase.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo get_d | sed 's/_$//'` -DNO_ASM -g -O2 -c -o get_d.lo get_d.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_jacobi -DNO_ASM -g -O2 -c jacobi.c -o jacobi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_jacobi_2 -DNO_ASM -g -O2 -c jacobi_2.c -o jacobi_2.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o matrix22_mul.lo matrix22_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_get_d -DNO_ASM -g -O2 -c get_d.c -o get_d.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -DNO_ASM -g -O2 -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd_matrix.lo hgcd_matrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_matrix22_mul -DNO_ASM -g -O2 -c matrix22_mul.c -o matrix22_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd2.lo hgcd2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_matrix22_mul1_inverse_vector -DNO_ASM -g -O2 -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd_step | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd_step.lo hgcd_step.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd_reduce.lo hgcd_reduce.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd_matrix -DNO_ASM -g -O2 -c hgcd_matrix.c -o hgcd_matrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd2 -DNO_ASM -g -O2 -c hgcd2.c -o hgcd2.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd.lo hgcd.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd_appr.lo hgcd_appr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd_step -DNO_ASM -g -O2 -c hgcd_step.c -o hgcd_step.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd_reduce -DNO_ASM -g -O2 -c hgcd_reduce.c -o hgcd_reduce.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd_jacobi.lo hgcd_jacobi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd -DNO_ASM -g -O2 -c hgcd.c -o hgcd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd_appr -DNO_ASM -g -O2 -c hgcd_appr.c -o hgcd_appr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd2_jacobi -DNO_ASM -g -O2 -c hgcd2_jacobi.c -o hgcd2_jacobi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_hgcd_jacobi -DNO_ASM -g -O2 -c hgcd_jacobi.c -o hgcd_jacobi.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mullo_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mullo_n.lo mullo_n.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mullo_basecase.lo mullo_basecase.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sqrlo | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqrlo.lo sqrlo.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo sqrlo_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqrlo_basecase.lo sqrlo_basecase.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mullo_n -DNO_ASM -g -O2 -c mullo_n.c -o mullo_n.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_mullo_basecase -DNO_ASM -g -O2 -c mullo_basecase.c -o mullo_basecase.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom22_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom22_mul.lo toom22_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom32_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom32_mul.lo toom32_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sqrlo -DNO_ASM -g -O2 -c sqrlo.c -o sqrlo.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_sqrlo_basecase -DNO_ASM -g -O2 -c sqrlo_basecase.c -o sqrlo_basecase.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom42_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom42_mul.lo toom42_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom52_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom52_mul.lo toom52_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom32_mul -DNO_ASM -g -O2 -c toom32_mul.c -o toom32_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom62_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom62_mul.lo toom62_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom33_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom33_mul.lo toom33_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom22_mul -DNO_ASM -g -O2 -c toom22_mul.c -o toom22_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom42_mul -DNO_ASM -g -O2 -c toom42_mul.c -o toom42_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom52_mul -DNO_ASM -g -O2 -c toom52_mul.c -o toom52_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom43_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom43_mul.lo toom43_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom53_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom53_mul.lo toom53_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom33_mul -DNO_ASM -g -O2 -c toom33_mul.c -o toom33_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom62_mul -DNO_ASM -g -O2 -c toom62_mul.c -o toom62_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom53_mul -DNO_ASM -g -O2 -c toom53_mul.c -o toom53_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom43_mul -DNO_ASM -g -O2 -c toom43_mul.c -o toom43_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom54_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom54_mul.lo toom54_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom63_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom63_mul.lo toom63_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom44_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom44_mul.lo toom44_mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom54_mul -DNO_ASM -g -O2 -c toom54_mul.c -o toom54_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom6h_mul.lo toom6h_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom6_sqr.lo toom6_sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom63_mul -DNO_ASM -g -O2 -c toom63_mul.c -o toom63_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom8h_mul.lo toom8h_mul.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom8_sqr.lo toom8_sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom44_mul -DNO_ASM -g -O2 -c toom44_mul.c -o toom44_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_couple_handling.lo toom_couple_handling.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom6_sqr -DNO_ASM -g -O2 -c toom6_sqr.c -o toom6_sqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom6h_mul -DNO_ASM -g -O2 -c toom6h_mul.c -o toom6h_mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom2_sqr.lo toom2_sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom8h_mul -DNO_ASM -g -O2 -c toom8h_mul.c -o toom8h_mul.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom8_sqr -DNO_ASM -g -O2 -c toom8_sqr.c -o toom8_sqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom_couple_handling -DNO_ASM -g -O2 -c toom_couple_handling.c -o toom_couple_handling.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom2_sqr -DNO_ASM -g -O2 -c toom2_sqr.c -o toom2_sqr.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom3_sqr.lo toom3_sqr.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom4_sqr.lo toom4_sqr.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom3_sqr -DNO_ASM -g -O2 -c toom3_sqr.c -o toom3_sqr.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom4_sqr -DNO_ASM -g -O2 -c toom4_sqr.c -o toom4_sqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom_eval_dgr3_pm1 -DNO_ASM -g -O2 -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm1.lo toom_eval_pm1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2.lo toom_eval_pm2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom_eval_dgr3_pm2 -DNO_ASM -g -O2 -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_toom_eval_pm1 -DNO_ASM -g -O2 -c toom_eval_pm1.c -o toom_eval_pm1.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/david/redox/prefix/aarch64-unknown-redox/gcc/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I/home/david/red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment