Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: binutils: enable ld.bfd ?
To:
Frederic Cambus <fred@statdns.com>, ports <ports@openbsd.org>
Date:
Thu, 04 Dec 2025 19:11:57 +0000

Download raw body.

Thread
03.12.2025 23:20, Jeremie Courreges-Anglas пишет:
> On Mon, Dec 01, 2025 at 10:12:36PM +0000, Klemens Nanni wrote:
>> 30.11.2025 19:17, Klemens Nanni пишет:
>>> 30.11.2025 18:58, Jeremie Courreges-Anglas пишет:
>>>> Nothing depends on binutils at the moment.  Indeed this port will need
>>>> some tweaks on some architectures (backports from base probably).
>>>> Sigh.  Maybe restricting this to amd64 and arm64 is more reasonable
>>>> indeed...
>>>
>>> Yes, hence my uncertainty as to what's the best approach here.
>>
>> I'm starting to prefer a small subset of archs;  the Makefile bits are
>> not much and so far only two would use ld.bfd, so looking into build
>> failures on archs like arm is eating time that I'd like to spend on
>> productive stuff instead.
> 
> ack, but...
> 
>>>
>>>> I wonder if it would be less effort to provide a stripped down
>>>> binutils port for bare x86_64, like arm-none-eabi/binutils.  Care to
>>>> show your ipxe port and how it is currently using gld from binutils?
>>>
>>> - "new net/ipxe" https://marc.info/?l=openbsd-ports&m=176381141712670&w=2
>>> - https://github.com/jasperla/openbsd-wip/tree/master/net/ipxe
>>>   (since got updated and gained .iso images, rest is the same)
>>>
>>> tl;dr:  Usual COMPILER* for gcc15 and AS=gas, etc. via MAKE_FLAGS.
>>>
>>>>> Could someone please give this a try on anything other than:
>>>>> arm64 amd64 i386 octeon?
>>>>
>>>> Builds and packages on sparc64
>>>
>>> Thanks!
>>>
>>>> The list of "safe" architectures where we could enable gld without
>>>> patches can probably be determined, but gotta head out now.
>>>
>>> I'll try to cover more architectures.
>>
>> riscv64 builds fine as-is, arm needs the equivalent to arm64's configure.tgt
>> patch, but then further fails with
>>
>> earmelf_obsd.c:56:5: error: non-void function 'gldarmelf_obsd_get_script' should return a value [-Wreturn-mismatch]
>>    56 |     return
>>       |     ^
>>
>> Oddly enough, that file does not exist under WRKDIR.
> 
> That error I can reproduce on arm64, using your diff from
> https://marc.info/?l=openbsd-ports&m=176451477006648&w=2
> 
> The build process isn't very helpful since it actively deletes the
> source file.  It seems retrying with a random number of make jobs
> makes it build, but I wouldn't vouch for the quality of the end
> result...

I see it now as well... it doesn't always fail for me, guess I got (un)lucky.

Thanks for testing!

> 
> Do you have a diff that works on amd64 and arm64?

Not yet, I'll try to find the culprit on arm64 and come back this weekend.

> 
> 
> m2 /usr/ports/devel/binutils$ make clean all
> ===>  Cleaning for binutils-2.45.1p1
> ===> Building from scratch binutils-2.45.1p1
> ===> binutils-2.45.1p1 depends on: gmake-* -> gmake-4.4.1p0
> ===> binutils-2.45.1p1 depends on: zstd-* -> zstd-1.5.7p0
> ===>  Verifying specs:  c z zstd
> ===>  found c.102.2 z.7.1 zstd.7.0
> ===>  Checking files for binutils-2.45.1p1
> `/usr/ports/distfiles/binutils-2.45.1.tar.gz' is up to date.
>>> (SHA256) all files: OK
> ===>  Extracting for binutils-2.45.1p1
> ===>  Patching for binutils-2.45.1p1
> ===>   Applying OpenBSD patch patch-ld_configure_tgt
> Hmm...  Looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |recognise arm64
> |
> |Index: ld/configure.tgt
> |--- ld/configure.tgt.orig
> |+++ ld/configure.tgt
> --------------------------
> Patching file ld/configure.tgt using Plan A...
> Hunk #1 succeeded at 98.
> done
> ===>   Ignoring patchfile patch-ld_configure_tgt.orig
> ===>  Compiler link: clang -> /usr/bin/clang
> ===>  Compiler link: clang++ -> /usr/bin/clang++
> ===>  Compiler link: cc -> /usr/bin/cc
> ===>  Compiler link: c++ -> /usr/bin/c++
> ===>  Generating configure for binutils-2.45.1p1
> ===>  Configuring for binutils-2.45.1p1
> Using /usr/ports/pobj/binutils-2.45.1/config.site (generated)
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for gawk... (cached) awk
> checking for gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking for cc option to accept ISO C99... none needed
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking whether g++ accepts -static-libstdc++ -static-libgcc... no
> checking for gnatbind... no
> checking for gnatmake... no
> checking whether compiler driver understands Ada and is recent enough... no
> checking for gdc... no
> checking whether the D compiler works... no
> checking for cargo... no
> checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
> checking for objdir... .libs
> checking for isl 0.15 or later... no
> required isl version is 0.15 or later
> checking whether to enable libdiagnostics... no
> checking for library containing dlopen... none required
> checking for library containing pthread_create... -lpthread
> *** This configuration is not supported in the following subdirectories:
>      zlib libctf gas gprof
>     (Any other directories should still work fine.)
> checking for default BUILD_CONFIG...
> checking for --enable-vtable-verify... no
> checking for bison... yacc
> checking for bison... no
> checking for gm4... no
> checking for gnum4... no
> checking for m4... m4
> checking for flex... (cached) flex
> checking for flex... flex
> checking for makeinfo... makeinfo
> checking for expect... no
> checking for runtest... no
> checking for ar... ar
> checking for as... no
> checking for dlltool... no
> checking for dsymutil... no
> checking for ld... (cached) /usr/bin/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 otool... no
> checking for readelf... readelf
> checking for -plugin option... no
> checking for cc... cc
> checking for c++... c++
> checking for gcc... no
> checking for gfortran... no
> checking for gccgo... no
> checking for gdc... no
> checking for gm2... no
> checking for ar... ar
> checking for as... no
> checking for dlltool... no
> checking for dsymutil... no
> checking for ld... ld
> checking for lipo... no
> checking for nm... nm
> checking for objcopy... objcopy
> checking for objdump... objdump
> checking for otool... no
> checking for ranlib... ranlib
> checking for readelf... readelf
> checking for strip... strip
> checking for windres... no
> checking for windmc... no
> checking where to find the target ar... just compiled
> checking where to find the target as... host tool
> checking where to find the target cc... host tool
> checking where to find the target c++... host tool
> checking where to find the target c++ for libstdc++... host tool
> checking where to find the target dlltool... just compiled
> checking where to find the target dsymutil... host tool
> checking where to find the target gcc... host tool
> checking where to find the target gfortran... host tool
> checking where to find the target gccgo... host tool
> checking where to find the target gdc... host tool
> checking where to find the target gm2... host tool
> checking where to find the target ld... just compiled
> checking where to find the target lipo... host tool
> 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 otool... host tool
> 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
> ===>  Building for binutils-2.45.1p1
> gmake[1]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> Configuring in ./libiberty
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for makeinfo... makeinfo --split-size=5000000
> checking for perl... (cached) /usr/bin/perl
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking for -plugin option... checking for aarch64-unknown-openbsd7.8-ar... (cached) ar
> no
> checking whether to install libiberty headers and static library... no
> configure: target_header_dir =
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking whether cc supports -W... yes
> checking whether cc supports -Wall... yes
> checking whether cc supports -Wwrite-strings... yes
> checking whether cc supports -Wc++-compat... yes
> checking whether cc supports -Wstrict-prototypes... yes
> checking whether cc supports -Wshadow=local... yes
> checking whether cc supports -pedantic ... yes
> checking whether cc understands -c and -o together... yes
> checking for an ANSI C-conforming const... (cached) yes
> checking for inline... inline
> checking whether byte ordering is bigendian... no
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking for CET support... no
> checking target system type... aarch64-unknown-openbsd7.8
> checking for sys/file.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for limits.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for malloc.h... (cached) no
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for time.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/mman.h... (cached) yes
> checking for fcntl.h... (cached) yes
> checking for alloca.h... no
> checking for sys/pstat.h... no
> checking for sys/sysmp.h... no
> checking for sys/sysinfo.h... no
> checking for machine/hal_sysinfo.h... no
> checking for sys/table.h... no
> checking for sys/sysctl.h... (cached) yes
> checking for sys/systemcfg.h... no
> checking for stdint.h... (cached) yes
> checking for stdio_ext.h... yes
> checking for process.h... no
> checking for sys/prctl.h... no
> checking for spawn.h... yes
> checking for libgen.h... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking whether time.h and sys/time.h may both be included... (cached) yes
> checking whether errno must be declared... no
> checking size of int... 4
> checking size of long... 8
> checking size of size_t... 8
> checking for long long... (cached) yes
> checking size of long long... (cached) 8
> checking for a 64-bit type... uint64_t
> checking for intptr_t... yes
> checking for uintptr_t... yes
> checking for ssize_t... (cached) yes
> checking for pid_t... (cached) yes
> checking for library containing strerror... none required
> checking for asprintf... (cached) yes
> checking for atexit... (cached) yes
> checking for basename... (cached) yes
> checking for bcmp... (cached) yes
> checking for bcopy... (cached) yes
> checking for bsearch... (cached) yes
> checking for bzero... (cached) yes
> checking for calloc... (cached) yes
> checking for clock... (cached) yes
> checking for ffs... (cached) yes
> checking for getcwd... (cached) yes
> checking for getpagesize... (cached) yes
> checking for gettimeofday... (cached) yes
> checking for index... (cached) yes
> checking for insque... (cached) yes
> checking for memchr... (cached) yes
> checking for memrchr... yes
> checking for memcmp... (cached) yes
> checking for memcpy... (cached) yes
> checking for memmem... (cached) yes
> checking for memmove... (cached) yes
> checking for mempcpy... no
> checking for memset... (cached) yes
> checking for mkstemps... (cached) yes
> checking for putenv... (cached) yes
> checking for random... (cached) yes
> checking for rename... (cached) yes
> checking for rindex... (cached) yes
> checking for setenv... (cached) yes
> checking for snprintf... (cached) yes
> checking for sigsetmask... (cached) yes
> checking for stpcpy... (cached) yes
> checking for stpncpy... yes
> checking for strcasecmp... (cached) yes
> checking for strchr... (cached) yes
> checking for strdup... (cached) yes
> checking for strncasecmp... (cached) yes
> checking for strndup... yes
> checking for strnlen... yes
> checking for strrchr... (cached) yes
> checking for strstr... (cached) yes
> checking for strtod... (cached) yes
> checking for strtol... (cached) yes
> checking for strtoul... (cached) yes
> checking for strtoll... (cached) yes
> checking for strtoull... (cached) yes
> checking for strverscmp... no
> checking for tmpnam... (cached) yes
> checking for vasprintf... (cached) yes
> checking for vfprintf... (cached) yes
> checking for vprintf... (cached) yes
> checking for vsnprintf... (cached) yes
> checking for vsprintf... (cached) yes
> checking for waitpid... (cached) yes
> checking for setproctitle... (cached) yes
> checking whether alloca needs Cray hooks... no
> checking stack direction for C alloca... -1
> checking for vfork.h... no
> checking for fork... (cached) yes
> checking for vfork... (cached) yes
> checking for working fork... (cached) yes
> checking for working vfork... (cached) yes
> checking for _doprnt... no
> checking for sys_errlist... yes
> checking for sys_nerr... yes
> checking for sys_siglist... yes
> checking for external symbol _system_configuration... no
> checking for __fsetlocking... no
> checking for canonicalize_file_name... no
> checking for dup3... yes
> checking for getrlimit... (cached) yes
> checking for getrusage... (cached) yes
> checking for getsysinfo... no
> checking for gettimeofday... (cached) yes
> checking for on_exit... no
> checking for pipe2... yes
> checking for posix_spawn... yes
> checking for posix_spawnp... yes
> checking for psignal... (cached) yes
> checking for pstat_getdynamic... no
> checking for pstat_getstatic... no
> checking for realpath... (cached) yes
> checking for setrlimit... (cached) yes
> checking for spawnve... no
> checking for spawnvpe... no
> checking for strerror... (cached) yes
> checking for strsignal... (cached) yes
> checking for sysconf... (cached) yes
> checking for sysctl... (cached) yes
> checking for sysmp... no
> checking for table... no
> checking for times... (cached) yes
> checking for wait3... (cached) yes
> checking for wait4... (cached) yes
> checking for sbrk... (cached) yes
> checking whether basename is declared... yes
> checking whether ffs 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 calloc is declared... yes
> checking whether getenv is declared... yes
> checking whether getopt is declared... yes
> checking whether malloc is declared... yes
> checking whether realloc is declared... yes
> checking whether sbrk is declared... yes
> checking whether strtol is declared... yes
> checking whether strtoul is declared... yes
> checking whether strtoll is declared... yes
> checking whether strtoull is declared... yes
> checking whether strverscmp is declared... no
> checking whether strnlen is declared... yes
> checking whether canonicalize_file_name must be declared... yes
> checking for SHA1 HW acceleration support... no
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for working strncmp... yes
> configure: updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating testsuite/Makefile
> config.status: creating config.h
> config.status: executing default commands
> Configuring in ./bfd
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking whether gmake supports nested variables... yes
> checking whether gmake supports nested variables... (cached) yes
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for style of include used by gmake... GNU
> checking dependency style of cc... gcc3
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking how to print strings... print -r
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for fgrep... (cached) /usr/bin/fgrep
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... (cached) 131072
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for aarch64-unknown-openbsd7.8-objdump... objdump
> checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for aarch64-unknown-openbsd7.8-ar... (cached) ar
> checking for aarch64-unknown-openbsd7.8-strip... no
> checking for strip... (cached) strip
> checking for aarch64-unknown-openbsd7.8-ranlib... (cached) ranlib
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for dlfcn.h... (cached) yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fPIC -DPIC
> checking if cc PIC flag -fPIC -DPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd7.8 ld.so
> checking how to hardcode library paths into programs... immediate
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... no
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for dlfcn.h... (cached) yes
> checking for windows.h... no
> checking for library containing dlsym... none required
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether to install libbfd... no
> checking whether byte ordering is bigendian... no
> checking whether NLS is requested... no
> checking for msgfmt... no
> checking for gmsgfmt... :
> checking for xgettext... no
> checking for msgmerge... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyPreferredLanguages... no
> checking whether to use NLS... no
> checking whether NLS is requested... no
> checking size of long long... (cached) 8
> checking size of void *... 8
> checking size of long... 8
> checking size of int... 4
> checking for fcntl.h... (cached) yes
> checking for sys/file.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for fcntl... (cached) yes
> checking for fdopen... (cached) yes
> checking for fileno... (cached) yes
> checking for fls... no
> checking for getgid... (cached) yes
> checking for getpagesize... (cached) yes
> checking for getrlimit... (cached) yes
> checking for getuid... (cached) yes
> checking for sysconf... (cached) yes
> checking whether basename is declared... no
> checking whether ffs is declared... yes
> checking whether stpcpy is declared... yes
> checking whether asprintf is declared... yes
> checking whether vasprintf is declared... yes
> checking whether strnlen is declared... yes
> checking whether ___lc_codepage_func is declared... no
> checking for thread local storage (TLS) class... _Thread_local
> checking for aarch64-unknown-openbsd7.8-pkg-config... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for libzstd >= 1.4.0... yes
> checking compiler support for hidden visibility... yes
> checking linker --as-needed support... yes
> checking for cos in -lm... (cached) yes
> checking for gcc version with buggy 64-bit support... no
> checking sys/procfs.h usability... no
> checking sys/procfs.h presence... no
> checking for sys/procfs.h... no
> checking for ftello... (cached) yes
> checking for ftello64... no
> checking for fseeko... (cached) yes
> checking for fseeko64... no
> checking for fopen64... no
> checking whether ftello is declared... yes
> checking whether ftello64 is declared... no
> checking whether fseeko is declared... yes
> checking whether fseeko64 is declared... no
> checking whether fopen64 is declared... no
> checking size of off_t... 8
> checking file_ptr type... int64_t
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for madvise... (cached) yes
> checking for mprotect... (cached) 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 bfd-in3.h
> config.status: creating po/Makefile.in
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> config.status: executing default-1 commands
> config.status: executing default commands
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> if [ x"" != 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"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./regex.c -o pic/regex.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./regex.c -o noasan/regex.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./regex.c -o regex.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./cplus-dem.c -o pic/cplus-dem.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./cplus-dem.c -o noasan/cplus-dem.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./cplus-dem.c -o cplus-dem.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./cp-demangle.c -o pic/cp-demangle.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./cp-demangle.c -o noasan/cp-demangle.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./cp-demangle.c -o cp-demangle.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./md5.c -o pic/md5.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./md5.c -o noasan/md5.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./md5.c -o md5.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./sha1.c -o pic/sha1.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./sha1.c -o noasan/sha1.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./sha1.c -o sha1.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> ./sha1.c:239:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions]
>   239 |       if (UNALIGNED_P (buffer))
>       |           ^~~~~~~~~~~~~~~~~~~~
> ./sha1.c:238:41: note: expanded from macro 'UNALIGNED_P'
>   238 | # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
>       |                                         ^~~~~~~~~~~~~~~~~~~~~
> ./sha1.c:237:34: note: expanded from macro 'alignof'
>   237 | # define alignof(type) offsetof (struct { char c; type x; }, x)
>       |                                  ^~~~~~
> /usr/include/stddef.h:69:51: note: expanded from macro 'offsetof'
>    69 | #define offsetof(type, member)  __builtin_offsetof(type, member)
>       |                                                    ^~~~
> 2 warnings generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./alloca.c -o pic/alloca.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./alloca.c -o noasan/alloca.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./alloca.c -o alloca.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./argv.c -o pic/argv.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./argv.c -o noasan/argv.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./argv.c -o argv.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./bsearch_r.c -o pic/bsearch_r.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./bsearch_r.c -o noasan/bsearch_r.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./bsearch_r.c -o bsearch_r.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./choose-temp.c -o pic/choose-temp.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./choose-temp.c -o noasan/choose-temp.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./choose-temp.c -o choose-temp.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./concat.c -o pic/concat.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./concat.c -o noasan/concat.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./concat.c -o concat.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./cp-demint.c -o pic/cp-demint.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./cp-demint.c -o noasan/cp-demint.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./cp-demint.c -o cp-demint.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./crc32.c -o pic/crc32.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./crc32.c -o noasan/crc32.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./crc32.c -o crc32.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./d-demangle.c -o pic/d-demangle.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./d-demangle.c -o noasan/d-demangle.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./d-demangle.c -o d-demangle.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./dwarfnames.c -o pic/dwarfnames.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./dwarfnames.c -o noasan/dwarfnames.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./dwarfnames.c -o dwarfnames.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./dyn-string.c -o pic/dyn-string.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./dyn-string.c -o noasan/dyn-string.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./dyn-string.c -o dyn-string.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./fdmatch.c -o pic/fdmatch.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./fdmatch.c -o noasan/fdmatch.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./fdmatch.c -o fdmatch.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./fibheap.c -o pic/fibheap.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./fibheap.c -o noasan/fibheap.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./fibheap.c -o fibheap.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./filedescriptor.c -o pic/filedescriptor.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./filedescriptor.c -o noasan/filedescriptor.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./filedescriptor.c -o filedescriptor.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./filename_cmp.c -o pic/filename_cmp.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./filename_cmp.c -o noasan/filename_cmp.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./filename_cmp.c -o filename_cmp.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./floatformat.c -o pic/floatformat.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./floatformat.c -o noasan/floatformat.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./floatformat.c -o floatformat.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./fnmatch.c -o pic/fnmatch.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./fnmatch.c -o noasan/fnmatch.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./fnmatch.c -o fnmatch.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./fopen_unlocked.c -o pic/fopen_unlocked.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./fopen_unlocked.c -o fopen_unlocked.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./getopt.c -o pic/getopt.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./getopt.c -o noasan/getopt.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./getopt.c -o getopt.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./getopt1.c -o pic/getopt1.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./getopt1.c -o noasan/getopt1.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./getopt1.c -o getopt1.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./getpwd.c -o pic/getpwd.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./getpwd.c -o noasan/getpwd.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./getpwd.c -o getpwd.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./getruntime.c -o pic/getruntime.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./getruntime.c -o noasan/getruntime.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./getruntime.c -o getruntime.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./hashtab.c -o pic/hashtab.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./hashtab.c -o noasan/hashtab.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./hashtab.c -o hashtab.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./hex.c -o pic/hex.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./hex.c -o noasan/hex.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./hex.c -o hex.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./lbasename.c -o pic/lbasename.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./lbasename.c -o noasan/lbasename.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./lbasename.c -o lbasename.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./ldirname.c -o pic/ldirname.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./ldirname.c -o noasan/ldirname.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./ldirname.c -o ldirname.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./lrealpath.c -o pic/lrealpath.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./lrealpath.c -o noasan/lrealpath.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./lrealpath.c -o lrealpath.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./make-relative-prefix.c -o pic/make-relative-prefix.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./make-relative-prefix.c -o make-relative-prefix.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./make-temp-file.c -o pic/make-temp-file.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./make-temp-file.c -o noasan/make-temp-file.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./make-temp-file.c -o make-temp-file.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./objalloc.c -o pic/objalloc.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./objalloc.c -o noasan/objalloc.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./objalloc.c -o objalloc.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./obstack.c -o pic/obstack.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./obstack.c -o noasan/obstack.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./obstack.c -o obstack.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./partition.c -o pic/partition.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./partition.c -o noasan/partition.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./partition.c -o partition.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./pexecute.c -o pic/pexecute.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./pexecute.c -o noasan/pexecute.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./pexecute.c -o pexecute.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./physmem.c -o pic/physmem.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./physmem.c -o noasan/physmem.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./physmem.c -o physmem.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./pex-common.c -o pic/pex-common.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./pex-common.c -o noasan/pex-common.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./pex-common.c -o pex-common.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./pex-one.c -o pic/pex-one.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./pex-one.c -o noasan/pex-one.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./pex-one.c -o pex-one.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./pex-unix.c -o pic/pex-unix.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./pex-unix.c -o noasan/pex-unix.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./pex-unix.c -o pex-unix.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./vprintf-support.c -o pic/vprintf-support.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./vprintf-support.c -o noasan/vprintf-support.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./vprintf-support.c -o vprintf-support.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./rust-demangle.c -o pic/rust-demangle.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./rust-demangle.c -o noasan/rust-demangle.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./rust-demangle.c -o rust-demangle.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./safe-ctype.c -o pic/safe-ctype.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./safe-ctype.c -o noasan/safe-ctype.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./safe-ctype.c -o safe-ctype.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./simple-object.c -o pic/simple-object.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./simple-object.c -o noasan/simple-object.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./simple-object.c -o simple-object.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./simple-object-coff.c -o pic/simple-object-coff.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./simple-object-coff.c -o noasan/simple-object-coff.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./simple-object-coff.c -o simple-object-coff.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./simple-object-elf.c -o pic/simple-object-elf.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./simple-object-elf.c -o noasan/simple-object-elf.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./simple-object-elf.c -o simple-object-elf.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./simple-object-mach-o.c -o simple-object-mach-o.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./simple-object-xcoff.c -o simple-object-xcoff.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./sort.c -o pic/sort.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./sort.c -o noasan/sort.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./sort.c -o sort.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./spaces.c -o pic/spaces.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./spaces.c -o noasan/spaces.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./spaces.c -o spaces.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./splay-tree.c -o pic/splay-tree.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./splay-tree.c -o noasan/splay-tree.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./splay-tree.c -o splay-tree.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./stack-limit.c -o pic/stack-limit.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./stack-limit.c -o noasan/stack-limit.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./stack-limit.c -o stack-limit.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./strerror.c -o pic/strerror.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./strerror.c -o noasan/strerror.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./strerror.c -o strerror.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./strsignal.c -o pic/strsignal.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./strsignal.c -o noasan/strsignal.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./strsignal.c -o strsignal.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./timeval-utils.c -o pic/timeval-utils.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./timeval-utils.c -o noasan/timeval-utils.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./timeval-utils.c -o timeval-utils.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./unlink-if-ordinary.c -o unlink-if-ordinary.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xasprintf.c -o pic/xasprintf.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xasprintf.c -o noasan/xasprintf.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xasprintf.c -o xasprintf.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xatexit.c -o pic/xatexit.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xatexit.c -o noasan/xatexit.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xatexit.c -o xatexit.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xexit.c -o pic/xexit.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xexit.c -o noasan/xexit.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xexit.c -o xexit.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xmalloc.c -o pic/xmalloc.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xmalloc.c -o noasan/xmalloc.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xmalloc.c -o xmalloc.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xmemdup.c -o pic/xmemdup.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xmemdup.c -o noasan/xmemdup.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xmemdup.c -o xmemdup.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xstrdup.c -o pic/xstrdup.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xstrdup.c -o noasan/xstrdup.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xstrdup.c -o xstrdup.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xstrerror.c -o pic/xstrerror.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xstrerror.c -o noasan/xstrerror.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xstrerror.c -o xstrerror.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xstrndup.c -o pic/xstrndup.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xstrndup.c -o noasan/xstrndup.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xstrndup.c -o xstrndup.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./xvasprintf.c -o pic/xvasprintf.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./xvasprintf.c -o noasan/xvasprintf.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./xvasprintf.c -o xvasprintf.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./mempcpy.c -o pic/mempcpy.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./mempcpy.c -o noasan/mempcpy.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./mempcpy.c -o mempcpy.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE   ./strverscmp.c -o pic/strverscmp.o; \
> else true; fi
> if [ x"" != x ]; then \
>   cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE    ./strverscmp.c -o noasan/strverscmp.o; \
> else true; fi
> cc -c -DHAVE_CONFIG_H -O2 -pipe      -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE  ./strverscmp.c -o strverscmp.o
> warning: unknown warning option '-Wshadow=local' [-Wunknown-warning-option]
> 1 warning generated.
> 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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./ldirname.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  ./mempcpy.o ./strverscmp.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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./ldirname.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  ./mempcpy.o ./strverscmp.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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./ldirname.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  ./mempcpy.o ./strverscmp.o; \
>   ranlib  ./libiberty.a; \
>   cd ..; \
> else true; fi
> echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./ldirname.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
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[3]: Nothing to be done for 'all'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> Configuring in ./libsframe
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking for style of include used by gmake... GNU
> checking whether gmake supports nested variables... yes
> checking dependency style of cc... gcc3
> checking whether gmake supports nested variables... (cached) yes
> checking whether gmake sets $(MAKE)... (cached) yes
> checking for aarch64-unknown-openbsd7.8-gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... (cached) none needed
> checking whether cc understands -c and -o together... (cached) yes
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking the archiver (ar ) interface... ar
> checking how to print strings... print -r
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for fgrep... (cached) /usr/bin/fgrep
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... (cached) 131072
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for aarch64-unknown-openbsd7.8-objdump... objdump
> checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for aarch64-unknown-openbsd7.8-ar... (cached) ar
> checking for aarch64-unknown-openbsd7.8-strip... no
> checking for strip... (cached) strip
> checking for aarch64-unknown-openbsd7.8-ranlib... (cached) ranlib
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for dlfcn.h... (cached) yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fPIC -DPIC
> checking if cc PIC flag -fPIC -DPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd7.8 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for aclocal... ${SHELL} /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/missing aclocal-1.15
> checking for autoconf... ${SHELL} /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/missing autoconf
> checking for autoheader... ${SHELL} /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/missing autoheader
> checking whether cc supports -Wall... yes
> checking whether cc supports -Wextra... yes
> checking whether cc supports -Wwrite-strings... yes
> checking whether cc supports -Wmissing-format-attribute... yes
> checking whether cc supports -Wstrict-prototypes... yes
> checking whether cc supports -Wmissing-prototypes... yes
> checking for incompatibility between DejaGnu and GCC...
> no
> checking for makeinfo... makeinfo --split-size=5000000
> checking if using Solaris linker... no
> yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether to install libbfd... no
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking byteswap.h usability... no
> checking byteswap.h presence... no
> checking for byteswap.h... no
> checking endian.h usability... yes
> checking endian.h presence... yes
> checking for endian.h... yes
> checking whether bswap_16 is declared... no
> checking whether bswap_32 is declared... no
> checking whether bswap_64 is declared... no
> 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 config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake  all-am
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./../include -I./../libctf  -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe     -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c -o libsframe_la-sframe.lo `test -f 'sframe.c' || echo './'`sframe.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./../include -I./../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -MT libsframe_la-sframe.lo -MD -MP -MF .deps/libsframe_la-sframe.Tpo -c sframe.c -o libsframe_la-sframe.o
> mv -f .deps/libsframe_la-sframe.Tpo .deps/libsframe_la-sframe.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./../include -I./../libctf  -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe     -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c -o libsframe_la-sframe-dump.lo `test -f 'sframe-dump.c' || echo './'`sframe-dump.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./../include -I./../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -MT libsframe_la-sframe-dump.lo -MD -MP -MF .deps/libsframe_la-sframe-dump.Tpo -c sframe-dump.c -o libsframe_la-sframe-dump.o
> mv -f .deps/libsframe_la-sframe-dump.Tpo .deps/libsframe_la-sframe-dump.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I./../include -I./../libctf  -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe     -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c -o libsframe_la-sframe-error.lo `test -f 'sframe-error.c' || echo './'`sframe-error.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I./../include -I./../libctf -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -MT libsframe_la-sframe-error.lo -MD -MP -MF .deps/libsframe_la-sframe-error.Tpo -c sframe-error.c -o libsframe_la-sframe-error.o
> mv -f .deps/libsframe_la-sframe-error.Tpo .deps/libsframe_la-sframe-error.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -Wall -Wextra -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe     -version-info `grep -v '^#' ./libtool-version` -Wl,--version-script=./libsframe.ver  -o libsframe.la  libsframe_la-sframe.lo libsframe_la-sframe-dump.lo libsframe_la-sframe-error.lo
> libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
> libtool: link: ar  rc .libs/libsframe.a  libsframe_la-sframe.o libsframe_la-sframe-dump.o libsframe_la-sframe-error.o
> libtool: link: ranlib  .libs/libsframe.a
> libtool: link: ( cd ".libs" && rm -f "libsframe.la" && ln -s "../libsframe.la" "libsframe.la" )
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> \
> bfd_version=`echo "2.45.1" | /usr/bin/sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` ;\
> bfd_version_string="\"2.45.1\"" ;\
> bfd_soversion="2.45.1" ;\
> bfd_version_package="\"(GNU Binutils) \"" ;\
> report_bugs_to="\"<https://sourceware.org/bugzilla/>\"" ;\
> . ./development.sh ;\
> if test "$development" = true ; then \
>   bfd_version_date=`/usr/bin/sed -n -e 's/.*DATE //p' < ./version.h` ;\
>   bfd_version_string="\"2.45.1.${bfd_version_date}\"" ;\
>   bfd_soversion="2.45.1.${bfd_version_date}" ;\
> fi ;\
> /usr/bin/sed -e "s,@bfd_version@,$bfd_version," \
>     -e "s,@bfd_version_string@,$bfd_version_string," \
>     -e "s,@bfd_version_package@,$bfd_version_package," \
>     -e "s,@report_bugs_to@,$report_bugs_to," \
>     < ./version.h > bfdver.h; \
> echo "${bfd_soversion}" > libtool-soversion
> /usr/bin/sed -e s/NN/32/g < elfxx-target.h > elf32-target.h
> /usr/bin/sed -e s/NN/64/g < elfxx-target.h > elf64-target.h
> rm -f targmatch.new
> /usr/bin/sed -f ./targmatch.sed < ./config.bfd > targmatch.new
> mv -f targmatch.new targmatch.h
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> ( if test 'x.' != 'x.'; then \
>     posrcprefix='../'; \
>   else \
>     posrcprefix="../"; \
>   fi; \
>   rm -f SRC-POTFILES-t SRC-POTFILES \
>     && (sed -e '/^#/d' \
>             -e '/^[ 	]*$/d' \
> 	    -e "s@.*@	$posrcprefix& \\\\@" < ./SRC-POTFILES.in \
> 	| sed -e '$s/\\$//') > SRC-POTFILES-t \
>     && chmod a-w SRC-POTFILES-t \
>     && mv SRC-POTFILES-t SRC-POTFILES )
> ( rm -f BLD-POTFILES-t BLD-POTFILES \
>     && (sed -e '/^#/d' \
>             -e '/^[ 	]*$/d' \
> 	    -e "s@.*@	../& \\\\@" < ./BLD-POTFILES.in \
> 	| sed -e '$s/\\$//') > BLD-POTFILES-t \
>     && chmod a-w BLD-POTFILES-t \
>     && mv BLD-POTFILES-t BLD-POTFILES )
> cd .. \
>   && CONFIG_FILES=po/Makefile.in:po/Make-in \
>      CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating po/Makefile.in
> config.status: executing depfiles commands
> config.status: executing libtool commands
> config.status: executing default-1 commands
> config.status: executing default commands
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> touch doc/bfd.stamp
> cc -o doc/chw$$ -O2 -pipe \
>   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow   \
>   -I. -I. -Idoc -I./../include -I./../intl -I../intl \
>   ./doc/chew.c && \
> /bin/sh ./../move-if-change \
>   doc/chw$$ doc/chew && \
> touch doc/chew.stamp
> ( set -e; doc/chew -f ./doc/doc.str < aoutx.h > doc/aoutx.stamp.tmp; texi=doc/aoutx.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/aoutx.stamp.tmp $texi; touch doc/aoutx.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < archive.c > doc/archive.stamp.tmp; texi=doc/archive.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/archive.stamp.tmp $texi; touch doc/archive.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < archures.c > doc/archures.stamp.tmp; texi=doc/archures.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/archures.stamp.tmp $texi; touch doc/archures.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < bfdio.c > doc/bfdio.stamp.tmp; texi=doc/bfdio.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/bfdio.stamp.tmp $texi; touch doc/bfdio.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < bfd.c > doc/bfdt.stamp.tmp; texi=doc/bfdt.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/bfdt.stamp.tmp $texi; touch doc/bfdt.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < cache.c > doc/cache.stamp.tmp; texi=doc/cache.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/cache.stamp.tmp $texi; touch doc/cache.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < coffcode.h > doc/coffcode.stamp.tmp; texi=doc/coffcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/coffcode.stamp.tmp $texi; touch doc/coffcode.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < corefile.c > doc/corefile.stamp.tmp; texi=doc/corefile.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/corefile.stamp.tmp $texi; touch doc/corefile.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < elfcode.h > doc/elfcode.stamp.tmp; texi=doc/elfcode.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/elfcode.stamp.tmp $texi; touch doc/elfcode.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < elf.c > doc/elf.stamp.tmp; texi=doc/elf.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/elf.stamp.tmp $texi; touch doc/elf.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < format.c > doc/format.stamp.tmp; texi=doc/format.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/format.stamp.tmp $texi; touch doc/format.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < hash.c > doc/hash.stamp.tmp; texi=doc/hash.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/hash.stamp.tmp $texi; touch doc/hash.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < libbfd.c > doc/libbfd.stamp.tmp; texi=doc/libbfd.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/libbfd.stamp.tmp $texi; touch doc/libbfd.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < linker.c > doc/linker.stamp.tmp; texi=doc/linker.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/linker.stamp.tmp $texi; touch doc/linker.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < mmo.c > doc/mmo.stamp.tmp; texi=doc/mmo.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/mmo.stamp.tmp $texi; touch doc/mmo.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < opncls.c > doc/opncls.stamp.tmp; texi=doc/opncls.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/opncls.stamp.tmp $texi; touch doc/opncls.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < reloc.c > doc/reloc.stamp.tmp; texi=doc/reloc.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/reloc.stamp.tmp $texi; touch doc/reloc.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < section.c > doc/section.stamp.tmp; texi=doc/section.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/section.stamp.tmp $texi; touch doc/section.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < syms.c > doc/syms.stamp.tmp; texi=doc/syms.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/syms.stamp.tmp $texi; touch doc/syms.stamp; )
> ( set -e; doc/chew -f ./doc/doc.str < targets.c > doc/targets.stamp.tmp; texi=doc/targets.stamp; texi=${texi%.stamp}.texi; test -e $texi || test ! -f ./$texi || ln -s /usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/$texi $texi; /bin/sh ./../move-if-change doc/targets.stamp.tmp $texi; touch doc/targets.stamp; )
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[4]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> rm -f bfd-tmp.h
> cp bfd-in3.h bfd-tmp.h
> /bin/sh ./../move-if-change bfd-tmp.h bfd.h
> rm -f bfd-tmp.h
> touch stmp-bfd-h
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o
> mv -f .deps/archive.Tpo .deps/archive.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -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' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch' ./archures.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -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" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch" ./archures.c -o archures.o
> mv -f .deps/archures.Tpo .deps/archures.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o
> mv -f .deps/bfd.Tpo .deps/bfd.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o
> mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o
> mv -f .deps/cache.Tpo .deps/cache.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo coff-bfd.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c coff-bfd.c -o coff-bfd.o
> mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o
> mv -f .deps/compress.Tpo .deps/compress.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o
> mv -f .deps/corefile.Tpo .deps/corefile.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo elf-properties.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c elf-properties.c -o elf-properties.o
> mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o
> mv -f .deps/format.Tpo .deps/format.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
> mv -f .deps/hash.Tpo .deps/hash.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o
> mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o
> mv -f .deps/linker.Tpo .deps/linker.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o
> mv -f .deps/merge.Tpo .deps/merge.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o
> mv -f .deps/opncls.Tpo .deps/opncls.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o
> mv -f .deps/reloc.Tpo .deps/reloc.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o
> mv -f .deps/section.Tpo .deps/section.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o
> mv -f .deps/simple.Tpo .deps/simple.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o
> mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o
> mv -f .deps/stabs.Tpo .deps/stabs.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o
> mv -f .deps/syms.Tpo .deps/syms.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -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' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch' ./targets.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -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" "-DSELECT_ARCHITECTURES=&bfd_aarch64_arch,&bfd_arm_arch" ./targets.c -o targets.o
> mv -f .deps/targets.Tpo .deps/targets.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o
> mv -f .deps/binary.Tpo .deps/binary.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o
> mv -f .deps/ihex.Tpo .deps/ihex.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o
> mv -f .deps/srec.Tpo .deps/srec.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o
> mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o
> mv -f .deps/verilog.Tpo .deps/verilog.Plo
> echo "#line 1 \"elfnn-aarch64.c\"" > elf64-aarch64.c
> /usr/bin/sed -e s/NN/64/g < elfnn-aarch64.c >> elf64-aarch64.c
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c -o elf64-aarch64.lo elf64-aarch64.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf64-aarch64.lo -MD -MP -MF .deps/elf64-aarch64.Tpo -c elf64-aarch64.c -o elf64-aarch64.o
> mv -f .deps/elf64-aarch64.Tpo .deps/elf64-aarch64.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c -o elfxx-aarch64.lo elfxx-aarch64.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elfxx-aarch64.lo -MD -MP -MF .deps/elfxx-aarch64.Tpo -c elfxx-aarch64.c -o elfxx-aarch64.o
> mv -f .deps/elfxx-aarch64.Tpo .deps/elfxx-aarch64.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo elf-ifunc.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c elf-ifunc.c -o elf-ifunc.o
> mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo elf64.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c elf64.c -o elf64.o
> mv -f .deps/elf64.Tpo .deps/elf64.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo elf.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c elf.c -o elf.o
> mv -f .deps/elf.Tpo .deps/elf.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo elflink.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c elflink.c -o elflink.o
> mv -f .deps/elflink.Tpo .deps/elflink.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo elf-attrs.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c elf-attrs.c -o elf-attrs.o
> mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo elf-strtab.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c elf-strtab.c -o elf-strtab.o
> mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo elf-eh-frame.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c elf-eh-frame.c -o elf-eh-frame.o
> mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c -o elf-sframe.lo elf-sframe.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-sframe.lo -MD -MP -MF .deps/elf-sframe.Tpo -c elf-sframe.c -o elf-sframe.o
> mv -f .deps/elf-sframe.Tpo .deps/elf-sframe.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo dwarf1.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c dwarf1.c -o dwarf1.o
> mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c -o dwarf2.o
> mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c -o elf32-arm.lo elf32-arm.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf32-arm.lo -MD -MP -MF .deps/elf32-arm.Tpo -c elf32-arm.c -o elf32-arm.o
> mv -f .deps/elf32-arm.Tpo .deps/elf32-arm.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo elf32.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o
> mv -f .deps/elf32.Tpo .deps/elf32.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo elf-nacl.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c elf-nacl.c -o elf-nacl.o
> mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo elf-vxworks.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c elf-vxworks.c -o elf-vxworks.o
> mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo elf64-gen.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c elf64-gen.c -o elf64-gen.o
> mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo elf32-gen.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c elf32-gen.c -o elf32-gen.o
> mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o
> mv -f .deps/plugin.Tpo .deps/plugin.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c -o cpu-aarch64.lo cpu-aarch64.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT cpu-aarch64.lo -MD -MP -MF .deps/cpu-aarch64.Tpo -c cpu-aarch64.c -o cpu-aarch64.o
> mv -f .deps/cpu-aarch64.Tpo .deps/cpu-aarch64.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c -o cpu-arm.lo cpu-arm.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT cpu-arm.lo -MD -MP -MF .deps/cpu-arm.Tpo -c cpu-arm.c -o cpu-arm.o
> mv -f .deps/cpu-arm.Tpo .deps/cpu-arm.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -I. -I. -I./../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   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo archive64.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -DLIBDIR=\"/usr/local/lib\" -I. -I. -I./../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 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c archive64.c -o archive64.o
> mv -f .deps/archive64.Tpo .deps/archive64.Plo
> 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-eh-frame.lo elf-sframe.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  archive64.lo ; do \
>   case " $f " in \
>     *" $i "*) ;; \
>     *) f="$f $i" ;; \
>   esac ; \
> done ; \
> echo $f > tofiles
> /bin/sh ./../move-if-change tofiles ofiles
> touch stamp-ofiles
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -rpath /usr/local/lib -release `cat libtool-soversion`   -o libbfd.la  archive.lo archures.lo bfd.lo bfdio.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles`    -lz -L/usr/local/lib -lzstd ../libsframe/libsframe.la
> libtool: link: (cd .libs/libbfd.lax/libsframe.a && ar  x "/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/../libsframe/.libs/libsframe.a")
> libtool: link: ar  rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-aarch64.o elfxx-aarch64.o elf-ifunc.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o elf-sframe.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 archive64.o  .libs/libbfd.lax/libsframe.a/libsframe_la-sframe-dump.o .libs/libbfd.lax/libsframe.a/libsframe_la-sframe-error.o .libs/libbfd.lax/libsframe.a/libsframe_la-sframe.o
> libtool: link: ranlib  .libs/libbfd.a
> libtool: link: rm -fr .libs/libbfd.lax
> libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Configuring in ./opcodes
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking whether gmake supports nested variables... yes
> checking whether gmake supports nested variables... (cached) yes
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for style of include used by gmake... GNU
> checking dependency style of cc... gcc3
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking how to print strings... print -r
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for fgrep... (cached) /usr/bin/fgrep
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... (cached) 131072
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for aarch64-unknown-openbsd7.8-objdump... objdump
> checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for aarch64-unknown-openbsd7.8-ar... (cached) ar
> checking for aarch64-unknown-openbsd7.8-strip... no
> checking for strip... (cached) strip
> checking for aarch64-unknown-openbsd7.8-ranlib... (cached) ranlib
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for dlfcn.h... (cached) yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fPIC -DPIC
> checking if cc PIC flag -fPIC -DPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd7.8 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether to install libbfd... no
> checking whether NLS is requested... no
> checking for msgfmt... no
> checking for gmsgfmt... :
> checking for xgettext... no
> checking for msgmerge... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyPreferredLanguages... no
> checking whether to use NLS... no
> checking whether NLS is requested... no
> checking whether BFD is 64-bit... yes
> checking whether basename is declared... no
> checking whether stpcpy is declared... yes
> checking for sigsetjmp...
> checking linker --as-needed support... yes
> checking for cos in -lm... (cached) 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 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: creating po/POTFILES
> config.status: creating po/Makefile
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in .
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo dis-buf.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c dis-buf.c -o dis-buf.o
> mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo  -DARCH_aarch64 -DARCH_arm ./disassemble.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_aarch64 -DARCH_arm ./disassemble.c -o disassemble.o
> mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo dis-init.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c dis-init.c -o dis-init.o
> mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c -o aarch64-asm.lo aarch64-asm.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-asm.lo -MD -MP -MF .deps/aarch64-asm.Tpo -c aarch64-asm.c -o aarch64-asm.o
> mv -f .deps/aarch64-asm.Tpo .deps/aarch64-asm.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c -o aarch64-dis.lo aarch64-dis.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-dis.lo -MD -MP -MF .deps/aarch64-dis.Tpo -c aarch64-dis.c -o aarch64-dis.o
> mv -f .deps/aarch64-dis.Tpo .deps/aarch64-dis.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c -o aarch64-opc.lo aarch64-opc.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-opc.lo -MD -MP -MF .deps/aarch64-opc.Tpo -c aarch64-opc.c -o aarch64-opc.o
> mv -f .deps/aarch64-opc.Tpo .deps/aarch64-opc.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c -o aarch64-asm-2.lo aarch64-asm-2.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-asm-2.lo -MD -MP -MF .deps/aarch64-asm-2.Tpo -c aarch64-asm-2.c -o aarch64-asm-2.o
> mv -f .deps/aarch64-asm-2.Tpo .deps/aarch64-asm-2.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c -o aarch64-dis-2.lo aarch64-dis-2.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-dis-2.lo -MD -MP -MF .deps/aarch64-dis-2.Tpo -c aarch64-dis-2.c -o aarch64-dis-2.o
> mv -f .deps/aarch64-dis-2.Tpo .deps/aarch64-dis-2.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c -o aarch64-opc-2.lo aarch64-opc-2.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT aarch64-opc-2.lo -MD -MP -MF .deps/aarch64-opc-2.Tpo -c aarch64-opc-2.c -o aarch64-opc-2.o
> mv -f .deps/aarch64-opc-2.Tpo .deps/aarch64-opc-2.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../include -I./../bfd    -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c -o arm-dis.lo arm-dis.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -MT arm-dis.lo -MD -MP -MF .deps/arm-dis.Tpo -c arm-dis.c -o arm-dis.o
> mv -f .deps/arm-dis.Tpo .deps/arm-dis.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe     -rpath /usr/local/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 ./../move-if-change libopcodes.tmp libopcodes.a; \
> else true; fi
> touch stamp-lib
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Configuring in ./binutils
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking whether gmake supports nested variables... yes
> checking whether gmake supports nested variables... (cached) yes
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for style of include used by gmake... GNU
> checking dependency style of cc... gcc3
> checking how to run the C preprocessor... cc -E
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether byte ordering is bigendian... no
> checking how to print strings... print -r
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for fgrep... (cached) /usr/bin/fgrep
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... (cached) 131072
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for aarch64-unknown-openbsd7.8-objdump... objdump
> checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking for aarch64-unknown-openbsd7.8-strip... no
> checking for strip... (cached) strip
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for dlfcn.h... (cached) yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fPIC -DPIC
> checking if cc PIC flag -fPIC -DPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... openbsd7.8 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for dlfcn.h... (cached) yes
> checking for windows.h... no
> checking for library containing dlsym... none required
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for aarch64-unknown-openbsd7.8-pkg-config... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking whether to use debuginfod... auto
> checking for libdebuginfod >= 0.188... no
> configure: WARNING: libdebuginfod is missing or some features may be unavailable.
> checking for libdebuginfod >= 0.179... no
> configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
> checking for bison... yacc
> checking for flex... (cached) flex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> checking whether yytext is a pointer... (cached) yes
> checking whether NLS is requested... no
> checking for msgfmt... no
> checking for gmsgfmt... :
> checking for xgettext... no
> checking for msgmerge... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyPreferredLanguages... no
> checking whether to use NLS... no
> checking whether NLS is requested... no
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for aarch64-unknown-openbsd7.8-ranlib... (cached) ranlib
> checking for fcntl.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for sys/file.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for fseeko... (cached) yes
> checking for fseeko64... no
> checking for getc_unlocked... (cached) yes
> checking for mkdtemp... yes
> checking for mkstemp... (cached) yes
> checking for utimensat... (cached) yes
> checking for utimes... (cached) yes
> checking for mbstate_t... yes
> checking for struct stat.st_atim.tv_nsec... yes
> checking whether struct stat.st_atim is of type struct timespec... yes
> checking for library containing frexp... none required
> checking for LC_MESSAGES... yes
> checking for a known getopt prototype in unistd.h... yes
> checking for utime.h... yes
> checking whether environ is declared... no
> checking whether getc_unlocked is declared... yes
> checking whether stpcpy is declared... yes
> checking whether strnlen is declared... yes
> checking for libzstd >= 1.4.0... yes
> checking iconv.h usability... no
> checking iconv.h presence... no
> checking for iconv.h... no
> checking for iconv... yes
> checking for working iconv... yes
> checking how to link with libiconv... /usr/local/lib/libiconv.a
> checking whether iconv is compatible with its POSIX signature... 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 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: creating po/POTFILES
> config.status: creating po/Makefile
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> if [ -r sysinfo.c ]; then \
>   cc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe   sysinfo.c ; \
> else \
>   cc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe   ./sysinfo.c ; \
> fi
> cc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe   ./syslex_wrap.c
> cc -O2 -pipe  -o sysinfo sysinfo.o syslex_wrap.o
> ./sysinfo -d <./sysroff.info >sysroff.h
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> touch doc/addr2line.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Daddr2line < ./doc/binutils.texi > addr2line.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > doc/addr2line.1.T$$ && \
> 	mv -f doc/addr2line.1.T$$ doc/addr2line.1) || (rm -f doc/addr2line.1.T$$ && exit 1)
> rm -f addr2line.pod
> touch doc/ar.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dar < ./doc/binutils.texi > ar.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 ar.pod | sed -e '/^.if n .na/d' > doc/ar.1.T$$ && \
> 	mv -f doc/ar.1.T$$ doc/ar.1) || (rm -f doc/ar.1.T$$ && exit 1)
> rm -f ar.pod
> touch doc/dlltool.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Ddlltool < ./doc/binutils.texi > dlltool.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > doc/dlltool.1.T$$ && \
> 	mv -f doc/dlltool.1.T$$ doc/dlltool.1) || (rm -f doc/dlltool.1.T$$ && exit 1)
> rm -f dlltool.pod
> touch doc/nm.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dnm < ./doc/binutils.texi > nm.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 nm.pod | sed -e '/^.if n .na/d' > doc/nm.1.T$$ && \
> 	mv -f doc/nm.1.T$$ doc/nm.1) || (rm -f doc/nm.1.T$$ && exit 1)
> rm -f nm.pod
> touch doc/objcopy.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjcopy < ./doc/binutils.texi > objcopy.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > doc/objcopy.1.T$$ && \
> 	mv -f doc/objcopy.1.T$$ doc/objcopy.1) || (rm -f doc/objcopy.1.T$$ && exit 1)
> rm -f objcopy.pod
> touch doc/objdump.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dobjdump < ./doc/binutils.texi > objdump.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 objdump.pod | sed -e '/^.if n .na/d' > doc/objdump.1.T$$ && \
> 	mv -f doc/objdump.1.T$$ doc/objdump.1) || (rm -f doc/objdump.1.T$$ && exit 1)
> rm -f objdump.pod
> touch doc/ranlib.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dranlib < ./doc/binutils.texi > ranlib.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > doc/ranlib.1.T$$ && \
> 	mv -f doc/ranlib.1.T$$ doc/ranlib.1) || (rm -f doc/ranlib.1.T$$ && exit 1)
> rm -f ranlib.pod
> touch doc/readelf.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dreadelf < ./doc/binutils.texi > readelf.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 readelf.pod | sed -e '/^.if n .na/d' > doc/readelf.1.T$$ && \
> 	mv -f doc/readelf.1.T$$ doc/readelf.1) || (rm -f doc/readelf.1.T$$ && exit 1)
> rm -f readelf.pod
> touch doc/size.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dsize < ./doc/binutils.texi > size.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 size.pod | sed -e '/^.if n .na/d' > doc/size.1.T$$ && \
> 	mv -f doc/size.1.T$$ doc/size.1) || (rm -f doc/size.1.T$$ && exit 1)
> rm -f size.pod
> touch doc/strings.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrings < ./doc/binutils.texi > strings.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 strings.pod | sed -e '/^.if n .na/d' > doc/strings.1.T$$ && \
> 	mv -f doc/strings.1.T$$ doc/strings.1) || (rm -f doc/strings.1.T$$ && exit 1)
> rm -f strings.pod
> touch doc/strip.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dstrip < ./doc/binutils.texi > strip.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 strip.pod | sed -e '/^.if n .na/d' > doc/strip.1.T$$ && \
> 	mv -f doc/strip.1.T$$ doc/strip.1) || (rm -f doc/strip.1.T$$ && exit 1)
> rm -f strip.pod
> touch doc/elfedit.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Delfedit < ./doc/binutils.texi > elfedit.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > doc/elfedit.1.T$$ && \
> 	mv -f doc/elfedit.1.T$$ doc/elfedit.1) || (rm -f doc/elfedit.1.T$$ && exit 1)
> rm -f elfedit.pod
> touch doc/windres.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindres < ./doc/binutils.texi > windres.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 windres.pod | sed -e '/^.if n .na/d' > doc/windres.1.T$$ && \
> 	mv -f doc/windres.1.T$$ doc/windres.1) || (rm -f doc/windres.1.T$$ && exit 1)
> rm -f windres.pod
> touch doc/windmc.1
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dwindmc < ./doc/binutils.texi > windmc.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 windmc.pod | sed -e '/^.if n .na/d' > doc/windmc.1.T$$ && \
> 	mv -f doc/windmc.1.T$$ doc/windmc.1) || (rm -f doc/windmc.1.T$$ && exit 1)
> rm -f windmc.pod
> touch doc/cxxfilt.man
> perl ./../etc/texi2pod.pl -I "./doc" -I "./../libiberty" -I "./../bfd/doc" -I ../bfd/doc --no-split -Dman -Dcxxfilt < ./doc/binutils.texi > c++filt.pod
> (pod2man --center="GNU Development Tools" --release="binutils-2.45.1" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > doc/cxxfilt.man.T$$ && \
> 	mv -f doc/cxxfilt.man.T$$ doc/cxxfilt.man) || (rm -f doc/cxxfilt.man.T$$ && exit 1)
> rm -f c++filt.pod
> if test -f doc/cxxfilt.man; then \
>   man=doc/cxxfilt.man; \
> else \
>   man=./doc/cxxfilt.man; \
> fi; \
> sed -e 's/cxxfilt/c++filt/' < $man \
> 	> doc/c++filt.1
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o size.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o bucomm.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o version.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o filemode.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o size size.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ./objdump.c
> mv -f .deps/objdump.Tpo .deps/objdump.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo  -c -o dwarf.o ./dwarf.c
> mv -f .deps/dwarf.Tpo .deps/dwarf.Po
> depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o prdbg.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo demanguse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT demanguse.o -MD -MP -MF $depbase.Tpo -c -o demanguse.o demanguse.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o rddbg.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o stabs.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o rdcoff.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o elfcomm.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o objdump objdump.o dwarf.o prdbg.o demanguse.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   ../libsframe/libsframe.la
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o objdump objdump.o dwarf.o prdbg.o demanguse.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/usr/local/lib -lz -lzstd ../libiberty/libiberty.a ../libsframe/.libs/libsframe.a
> ld: warning: xvasprintf.c(xvasprintf.o:(xvasprintf) in archive ../libiberty/libiberty.a): warning: vsprintf() is often misused, please use vsnprintf()
> ld: warning: xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> ld: warning: aarch64-dis.c(aarch64-dis.o:(aarch64_apply_style) in archive ../opcodes/.libs/libopcodes.a): warning: stpcpy() is dangerous; do not use it
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c
> mv -f .deps/arparse.Tpo .deps/arparse.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c
> mv -f .deps/arlex.Tpo .deps/arlex.Po
> depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o not-ranlib.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o arsup.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o rename.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o binemul.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o emul_vanilla.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o ar arparse.o arlex.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 -lfl
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o ar arparse.o arlex.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a -lfl
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: dwarf2.c(dwarf2.o:(concat_filename) in archive ../bfd/.libs/libbfd.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o strings.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o strings strings.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o is-ranlib.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o ranlib arparse.o arlex.o is-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o ranlib arparse.o arlex.o is-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a -lfl
> ld: warning: dwarf2.c(dwarf2.o:(concat_filename) in archive ../bfd/.libs/libbfd.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: dwarf2.c(dwarf2.o:(add_line_info) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o not-strip.c &&\
> mv -f $depbase.Tpo $depbase.Po
> depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o wrstabs.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o objcopy 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
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o objcopy 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/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: archive.c(archive.o:(_bfd_append_relative_path) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> ld: warning: wrstabs.c(wrstabs.o:(stab_method_type)): warning: stpcpy() is dangerous; do not use it
> depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o addr2line.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o addr2line addr2line.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT readelf.o -MD -MP -MF .deps/readelf.Tpo  -c -o readelf.o ./readelf.c
> mv -f .deps/readelf.Tpo .deps/readelf.Po
> depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o unwind-ia64.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o   ../libiberty/libiberty.a -lz -L/usr/local/lib -lzstd   ../libsframe/libsframe.la
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o readelf readelf.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o  ../libiberty/libiberty.a -lz -L/usr/local/lib -lzstd ../libsframe/.libs/libsframe.a
> ld: warning: sframe-dump.c(libsframe_la-sframe-dump.o:(dump_sframe) in archive ../libsframe/.libs/libsframe.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: xvasprintf.c(xvasprintf.o:(xvasprintf) in archive ../libiberty/libiberty.a): warning: vsprintf() is often misused, please use vsnprintf()
> ld: warning: cplus-dem.c(cplus-dem.o:(ada_demangle) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: unwind-ia64.c(unwind-ia64.o:(unw_decode_r2)): warning: strcat() is almost always misused, please use strlcat()
> ld: warning: readelf.c(readelf.o:(decode_M68K_machine_flags)): warning: stpcpy() is dangerous; do not use it
> depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o elfedit.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o elfedit elfedit.o version.o elfcomm.o  ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o elfedit elfedit.o version.o elfcomm.o  ../libiberty/libiberty.a
> depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o nm.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o nm-new nm.o demanguse.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o nm-new nm.o demanguse.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: bfd.c(bfd.o:(_bfd_print) in archive ../bfd/.libs/libbfd.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: xvasprintf.c(xvasprintf.o:(xvasprintf) in archive ../libiberty/libiberty.a): warning: vsprintf() is often misused, please use vsnprintf()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o is-strip.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o strip-new is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o strip-new 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/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: stabs.c(stabs.o:(parse_stab_struct_type)): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: stabs.c(stabs.o:(parse_stab_struct_type)): warning: strcat() is almost always misused, please use strlcat()
> ld: warning: wrstabs.c(wrstabs.o:(stab_method_type)): warning: stpcpy() is dangerous; do not use it
> depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o cxxfilt.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: bucomm.c(bucomm.o:(bfd_get_archive_filename)): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-temp-file.c(make-temp-file.o:(choose_tmpdir) in archive ../libiberty/libiberty.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o bfdtest1.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o bfdtest1 bfdtest1.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: archive.c(archive.o:(_bfd_append_relative_path) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: bfd.c(bfd.o:(_bfd_print) in archive ../bfd/.libs/libbfd.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o bfdtest2.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o bfdtest2 bfdtest2.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> ld: warning: xstrerror.c(xstrerror.o:(xstrerror) in archive ../libiberty/libiberty.a): warning: sprintf() is often misused, please use snprintf()
> ld: warning: archive.c(archive.o:(_bfd_append_relative_path) in archive ../bfd/.libs/libbfd.a): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe     -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o testsuite/gentestdlls.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow  -I/usr/local/include -O2 -pipe       -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I/usr/local/include -O2 -pipe -o testsuite/gentestdlls testsuite/gentestdlls.o  ../bfd/.libs/libbfd.a -L/usr/local/lib -lz -lzstd ../libiberty/libiberty.a
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Configuring in ./etc
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking whether gmake supports nested variables... yes
> checking whether gmake supports nested variables... (cached) yes
> configure: updating cache ./config.cache
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Nothing to be done for 'all'.
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> Configuring in ./ld
> configure: loading site script /usr/ports/pobj/binutils-2.45.1/config.site
> configure: creating cache ./config.cache
> checking build system type... aarch64-unknown-openbsd7.8
> checking host system type... aarch64-unknown-openbsd7.8
> checking target system type... aarch64-unknown-openbsd7.8
> checking for a BSD-compatible install... /usr/ports/pobj/binutils-2.45.1/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
> checking for gawk... (cached) awk
> checking whether gmake sets $(MAKE)... yes
> checking whether gmake supports nested variables... yes
> checking whether gmake supports nested variables... (cached) yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for aarch64-unknown-openbsd7.8-gcc... cc
> 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... (cached) o
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... none needed
> checking whether cc understands -c and -o together... yes
> checking for style of include used by gmake... GNU
> checking dependency style of cc... gcc3
> checking whether we are using the GNU C++ compiler... (cached) yes
> checking whether c++ accepts -g... (cached) yes
> checking dependency style of c++... gcc3
> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
> checking how to run the C preprocessor... cc -E
> checking for egrep... (cached) /usr/bin/egrep
> checking for ANSI C header files... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for memory.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for aarch64-unknown-openbsd7.8-pkg-config... no
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking how to print strings... print -r
> checking for a sed that does not truncate output... (cached) /usr/bin/sed
> checking for fgrep... (cached) /usr/bin/fgrep
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... (cached) 131072
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for aarch64-unknown-openbsd7.8-objdump... objdump
> checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
> checking for aarch64-unknown-openbsd7.8-ar... ar
> checking for aarch64-unknown-openbsd7.8-strip... no
> checking for strip... (cached) strip
> checking for aarch64-unknown-openbsd7.8-ranlib... ranlib
> checking command to parse /usr/bin/nm output from cc object... ok
> checking for dlfcn.h... (cached) yes
> checking for objdir... .libs
> checking if cc supports -fno-rtti -fno-exceptions... yes
> checking for cc option to produce PIC... -fPIC -DPIC
> checking if cc PIC flag -fPIC -DPIC works... yes
> checking if cc static flag -static works... yes
> checking if cc supports -c -o file.o... yes
> checking if cc supports -c -o file.o... (cached) yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... openbsd7.8 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... c++ -E
> checking for ld used by c++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for c++ option to produce PIC... -fPIC -DPIC
> checking if c++ PIC flag -fPIC -DPIC works... yes
> checking if c++ static flag -static works... yes
> checking if c++ supports -c -o file.o... yes
> checking if c++ supports -c -o file.o... (cached) yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... openbsd7.8 ld.so
> checking how to hardcode library paths into programs... immediate
> checking for dlfcn.h... (cached) yes
> checking for windows.h... no
> checking for library containing dlsym... none required
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking whether BFD is 64-bit... yes
> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... no
> checking for msgfmt... no
> checking for gmsgfmt... :
> checking for xgettext... no
> checking for msgmerge... no
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyPreferredLanguages... no
> checking whether to use NLS... no
> checking whether NLS is requested... no
> checking for bison... yacc
> checking for flex... (cached) flex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> checking whether yytext is a pointer... (cached) yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
> checking for fcntl.h... (cached) yes
> checking elf-hints.h usability... no
> checking elf-hints.h presence... no
> checking for elf-hints.h... no
> checking for limits.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for sys/file.h... (cached) yes
> checking for sys/mman.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for close... (cached) yes
> checking for getrusage... (cached) yes
> checking for glob... (cached) yes
> checking for lseek... (cached) yes
> checking for mkstemp... (cached) yes
> checking for open... (cached) yes
> checking for realpath... (cached) yes
> checking for waitpid... (cached) yes
> checking whether environ is declared... no
> checking whether stpcpy is declared... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for library containing dlopen... none required
> checking for a known getopt prototype in unistd.h... yes
> checking whether to use xxhash... no
> checking for libzstd >= 1.4.0... 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 po/Makefile.in
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> config.status: executing default-1 commands
> config.status: executing default commands
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> (echo "/* This file is automatically generated.  DO NOT EDIT! */";\
> for f in `echo " " eaarch64obsd.o eaarch64obsdb.o eaarch64elf.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 " " eaarch64obsd.o eaarch64obsdb.o eaarch64elf.o "" \
>  | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
>     echo "  &ld_${f}_emulation, \\"; \
> done;\
> echo "  0") >ldemul-tmp.h
> mv ldemul-tmp.h ldemul-list.h
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> ( if test 'x.' != 'x.'; then \
>     posrcprefix='../'; \
>   else \
>     posrcprefix="../"; \
>   fi; \
>   rm -f SRC-POTFILES-t SRC-POTFILES \
>     && (sed -e '/^#/d' -e '/^[	 ]*$/d' \
> 	    -e "s@.*@	$posrcprefix& \\\\@" < ./SRC-POTFILES.in \
> 	| sed -e '$s/\\$//') > SRC-POTFILES-t \
>     && chmod a-w SRC-POTFILES-t \
>     && mv SRC-POTFILES-t SRC-POTFILES )
> rm -f BLD-POTFILES-t BLD-POTFILES \
>   && sed -e '/^#/d' -e '/^[	 ]*$/d' \
> 	 -e "s@.*@	../& \\\\@" < ./BLD-POTFILES.in \
>      | sed -e '$s/\\$//' > BLD-POTFILES-t \
>   && chmod a-w BLD-POTFILES-t \
>   && mv BLD-POTFILES-t BLD-POTFILES
> cd .. \
>   && CONFIG_FILES=po/Makefile.in:po/Make-in \
>      CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating po/Makefile.in
> config.status: executing depfiles commands
> config.status: executing libtool commands
> config.status: executing default-1 commands
> config.status: executing default commands
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo libdep_plugin.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -I/usr/local/include -O2 -pipe -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c libdep_plugin.c  -fPIC -DPIC -o .libs/libdep_plugin.o
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -I/usr/local/include -O2 -pipe -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c libdep_plugin.c -o libdep_plugin.o >/dev/null 2>&1
> mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo
> /bin/sh ./libtool  --tag=CC  --tag=disable-static  --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -no-undefined -rpath /nowhere -module -avoid-version  -o libdep.la -rpath /usr/local/lib/bfd-plugins libdep_plugin.lo
> libtool: link: warning: ignoring multiple `-rpath's for a libtool library
> libtool: link: cc -shared  -fPIC -DPIC -o .libs/libdep.so  .libs/libdep_plugin.o    -O2
> libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" )
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -g -O2 -O2 -pipe     -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo './'`testplug.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c  -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1
> mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -g -O2 -O2 -pipe     -no-undefined -rpath /nowhere  -o libldtestplug.la  libldtestplug_la-testplug.lo
> libtool: link: cc -shared  -fPIC -DPIC -o .libs/libldtestplug.so.0.0  .libs/libldtestplug_la-testplug.o    -g -O2 -O2
> libtool: link: ar  rc .libs/libldtestplug.a  libldtestplug_la-testplug.o
> libtool: link: ranlib  .libs/libldtestplug.a
> libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" )
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -g -O2 -O2 -pipe     -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo './'`testplug2.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c testplug2.c  -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1
> mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -g -O2 -O2 -pipe     -no-undefined -rpath /nowhere  -o libldtestplug2.la  libldtestplug2_la-testplug2.lo
> libtool: link: cc -shared  -fPIC -DPIC -o .libs/libldtestplug2.so.0.0  .libs/libldtestplug2_la-testplug2.o    -g -O2 -O2
> libtool: link: ar  rc .libs/libldtestplug2.a  libldtestplug2_la-testplug2.o
> libtool: link: ranlib  .libs/libldtestplug2.a
> libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" )
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -g -O2 -O2 -pipe     -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo './'`testplug3.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c testplug3.c  -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1
> mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -g -O2 -O2 -pipe     -no-undefined -rpath /nowhere  -o libldtestplug3.la  libldtestplug3_la-testplug3.lo
> libtool: link: cc -shared  -fPIC -DPIC -o .libs/libldtestplug3.so.0.0  .libs/libldtestplug3_la-testplug3.o    -g -O2 -O2
> libtool: link: ar  rc .libs/libldtestplug3.a  libldtestplug3_la-testplug3.o
> libtool: link: ranlib  .libs/libldtestplug3.a
> libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" )
> /bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -g -O2 -O2 -pipe     -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo './'`testplug4.c
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c testplug4.c  -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../bfd -I./../include -O2 -pipe -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1
> mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo
> /bin/sh ./libtool  --tag=CC   --mode=link cc -g -O2 -O2 -pipe     -no-undefined -rpath /nowhere  -o libldtestplug4.la  libldtestplug4_la-testplug4.lo
> libtool: link: cc -shared  -fPIC -DPIC -o .libs/libldtestplug4.so.0.0  .libs/libldtestplug4_la-testplug4.o    -g -O2 -O2
> libtool: link: ar  rc .libs/libldtestplug4.a  libldtestplug4_la-testplug4.o
> libtool: link: ranlib  .libs/libldtestplug4.a
> libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" )
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ./`ldgram.c
> mv -f .deps/ldgram.Tpo .deps/ldgram.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ./ldlex-wrapper.c
> mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o lexsup.c
> mv -f .deps/lexsup.Tpo .deps/lexsup.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ldlang.c
> mv -f .deps/ldlang.Tpo .deps/ldlang.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o mri.c
> mv -f .deps/mri.Tpo .deps/mri.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ldctor.c
> mv -f .deps/ldctor.Tpo .deps/ldctor.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \
>   -DDEFAULT_EMULATION='"aarch64obsd"' \
>   -DBINDIR='"/usr/local/bin"' -DTOOLBINDIR='"/usr/local/aarch64-unknown-openbsd7.8/bin"' \
>   -DTARGET='"aarch64-unknown-openbsd7.8"' -DTARGET_SYSTEM_ROOT=\"\" \
>   ./ldmain.c
> mv -f .deps/ldmain.Tpo .deps/ldmain.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ldwrite.c
> mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ldexp.c
> mv -f .deps/ldexp.Tpo .deps/ldexp.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ldemul.c
> mv -f .deps/ldemul.Tpo .deps/ldemul.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ldver.c
> mv -f .deps/ldver.Tpo .deps/ldver.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ldmisc.c
> mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \
> -DSCRIPTDIR='"/usr/local/aarch64-unknown-openbsd7.8/lib"' -DBINDIR='"/usr/local/bin"' -DTOOLBINDIR='"/usr/local/aarch64-unknown-openbsd7.8/bin"' \
>  ./ldfile.c
> mv -f .deps/ldfile.Tpo .deps/ldfile.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ldcref.c
> mv -f .deps/ldcref.Tpo .deps/ldcref.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
> mv -f .deps/plugin.Tpo .deps/plugin.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ldbuildid.c
> mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64obsd "aarch64-unknown-openbsd7.8"
> ./genscripts.sh[159]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[321]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[321]: cannot create ldscripts/aarch64obsd.xr: No such file or directory
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[329]: cannot create ldscripts/aarch64obsd.xu: No such file or directory
> ./genscripts.sh[329]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[337]: cannot create ldscripts/aarch64obsd.x: No such file or directory
> ./genscripts.sh[337]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[343]: cannot create ldscripts/aarch64obsd.xe: No such file or directory
> ./genscripts.sh[343]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[349]: cannot create ldscripts/aarch64obsd.xer: No such file or directory
> ./genscripts.sh[349]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[380]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[380]: cannot create ldscripts/aarch64obsd.xn: No such file or directory
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[387]: cannot create ldscripts/aarch64obsd.xbn: No such file or directory
> ./genscripts.sh[387]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> sed: ldscripts/aarch64obsd.xu: No such file or directory
> sed: ldscripts/aarch64obsd.xr: No such file or directory
> sed: ldscripts/aarch64obsd.xbn: No such file or directory
> sed: ldscripts/aarch64obsd.xn: No such file or directory
> sed: ldscripts/aarch64obsd.x: No such file or directory
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64obsd.o -MD -MP -MF .deps/eaarch64obsd.Tpo -c -o eaarch64obsd.o eaarch64obsd.c
> eaarch64obsd.c:56:5: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    56 |     return
>       |     ^
> eaarch64obsd.c:57:49: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    57 |   ; else if (bfd_link_relocatable (&link_info)) return
>       |                                                 ^
> eaarch64obsd.c:58:38: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    58 |   ; else if (!config.text_read_only) return
>       |                                      ^
> eaarch64obsd.c:59:42: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    59 |   ; else if (!config.magic_demand_paged) return
>       |                                          ^
> eaarch64obsd.c:60:10: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    60 |   ; else return
>       |          ^
> 5 errors generated.
> gmake[4]: *** [Makefile:1613: eaarch64obsd.o] Error 1
> rm eaarch64obsd.c
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[3]: *** [Makefile:1899: all-recursive] Error 1
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[2]: *** [Makefile:1090: all] Error 2
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[1]: *** [Makefile:7002: all-ld] Error 2
> gmake[1]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake: *** [Makefile:1027: all] Error 2
> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3067 '/usr/ports/pobj/binutils-2.45.1/.build_done': @cd /usr/ports/pobj/binutils-...)
> *** Error 2 in /usr/ports/devel/binutils (/usr/ports/infrastructure/mk/bsd.port.mk:2710 'all': @lock=binutils-2.45.1p1;  export _LOCKS_HELD=...)
> m2 /usr/ports/devel/binutils$ makels
> ksh: makels: not found
> m2 /usr/ports/devel/binutils$ ls
> CVS/           Makefile       Makefile.orig  distinfo       patches/       pkg/
> m2 /usr/ports/devel/binutils$ less patches/patch-ld_configure_tgt
> patch-ld_configure_tgt        patch-ld_configure_tgt.orig
> m2 /usr/ports/devel/binutils$ less patches/patch-ld_configure_tgt
> recognise arm64
> 
> Index: ld/configure.tgt
> --- ld/configure.tgt.orig
> +++ ld/configure.tgt
> @@ -98,6 +98,9 @@ aarch64-*-freebsd*)   targ_emul=aarch64fbsd
>  aarch64-*-fuchsia*)    targ_emul=aarch64elf
>                         targ_extra_emuls="aarch64elfb armelf armelfb"
>                         ;;
> +aarch64-*-openbsd*)    targ_emul=aarch64obsd
> +                       targ_extra_emuls="aarch64obsdb aarch64elf"
> +                       ;;
>  aarch64_be-*-linux-gnu_ilp32)
>                         targ_emul=aarch64linux32b
>                         targ_extra_libpath="aarch64linuxb aarch64linux aarch64linux32 armelfb_linux_eabi armelf_linux_eabi"
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> ~
> m2 /usr/ports/devel/binutils$ make plist
> ===>  Building for binutils-2.45.1p1
> gmake[1]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[3]: Nothing to be done for 'all'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake  all-am
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[3]: Nothing to be done for 'all-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[4]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in .
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Nothing to be done for 'info-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Nothing to be done for 'all'.
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64obsd "aarch64-unknown-openbsd7.8"
> ./genscripts.sh[159]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[321]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[321]: cannot create ldscripts/aarch64obsd.xr: No such file or directory
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[329]: cannot create ldscripts/aarch64obsd.xu: No such file or directory
> ./genscripts.sh[329]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[337]: cannot create ldscripts/aarch64obsd.x: No such file or directory
> ./genscripts.sh[337]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[343]: cannot create ldscripts/aarch64obsd.xe: No such file or directory
> ./genscripts.sh[343]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[349]: cannot create ldscripts/aarch64obsd.xer: No such file or directory
> ./genscripts.sh[349]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[380]: cannot create ldscripts/aarch64obsd.xn: No such file or directory
> ./genscripts.sh[380]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[387]: cannot create ldscripts/aarch64obsd.xbn: No such file or directory
> ./genscripts.sh[387]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> sed: ldscripts/aarch64obsd.xu: No such file or directory
> sed: ldscripts/aarch64obsd.xr: No such file or directory
> sed: ldscripts/aarch64obsd.xbn: No such file or directory
> sed: ldscripts/aarch64obsd.xn: No such file or directory
> sed: ldscripts/aarch64obsd.x: No such file or directory
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64obsd.o -MD -MP -MF .deps/eaarch64obsd.Tpo -c -o eaarch64obsd.o eaarch64obsd.c
> eaarch64obsd.c:56:5: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    56 |     return
>       |     ^
> eaarch64obsd.c:57:49: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    57 |   ; else if (bfd_link_relocatable (&link_info)) return
>       |                                                 ^
> eaarch64obsd.c:58:38: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    58 |   ; else if (!config.text_read_only) return
>       |                                      ^
> eaarch64obsd.c:59:42: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    59 |   ; else if (!config.magic_demand_paged) return
>       |                                          ^
> eaarch64obsd.c:60:10: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    60 |   ; else return
>       |          ^
> 5 errors generated.
> gmake[4]: *** [Makefile:1613: eaarch64obsd.o] Error 1
> rm eaarch64obsd.c
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[3]: *** [Makefile:1899: all-recursive] Error 1
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[2]: *** [Makefile:1090: all] Error 2
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[1]: *** [Makefile:7002: all-ld] Error 2
> gmake[1]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake: *** [Makefile:1027: all] Error 2
> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3067 '/usr/ports/pobj/binutils-2.45.1/.build_done': @cd /usr/ports/pobj/binutils-...)
> *** Error 2 in /usr/ports/devel/binutils (/usr/ports/infrastructure/mk/bsd.port.mk:2710 'plist': @lock=binutils-2.45.1p1;  export _LOCKS_HEL...)
> m2 /usr/ports/devel/binutils$ make
> ===>  Building for binutils-2.45.1p1
> gmake[1]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[3]: Nothing to be done for 'all'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake  all-am
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[3]: Nothing to be done for 'all-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[4]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in .
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Nothing to be done for 'info-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Nothing to be done for 'all'.
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64obsd "aarch64-unknown-openbsd7.8"
> ./genscripts.sh[159]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[321]: cannot create ldscripts/aarch64obsd.xr: No such file or directory
> ./genscripts.sh[321]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[329]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[329]: cannot create ldscripts/aarch64obsd.xu: No such file or directory
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[337]: cannot create ldscripts/aarch64obsd.x: No such file or directory
> ./genscripts.sh[337]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[343]: cannot create ldscripts/aarch64obsd.xe: No such file or directory
> ./genscripts.sh[343]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[349]: cannot create ldscripts/aarch64obsd.xer: No such file or directory
> ./genscripts.sh[349]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[380]: cannot create ldscripts/aarch64obsd.xn: No such file or directory
> ./genscripts.sh[380]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[387]: cannot create ldscripts/aarch64obsd.xbn: No such file or directory
> ./genscripts.sh[387]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> sed: ldscripts/aarch64obsd.xu: No such file or directory
> sed: ldscripts/aarch64obsd.xr: No such file or directory
> sed: ldscripts/aarch64obsd.xbn: No such file or directory
> sed: ldscripts/aarch64obsd.xn: No such file or directory
> sed: ldscripts/aarch64obsd.x: No such file or directory
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64obsd.o -MD -MP -MF .deps/eaarch64obsd.Tpo -c -o eaarch64obsd.o eaarch64obsd.c
> eaarch64obsd.c:56:5: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    56 |     return
>       |     ^
> eaarch64obsd.c:57:49: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    57 |   ; else if (bfd_link_relocatable (&link_info)) return
>       |                                                 ^
> eaarch64obsd.c:58:38: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    58 |   ; else if (!config.text_read_only) return
>       |                                      ^
> eaarch64obsd.c:59:42: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    59 |   ; else if (!config.magic_demand_paged) return
>       |                                          ^
> eaarch64obsd.c:60:10: error: non-void function 'gldaarch64obsd_get_script' should return a value [-Wreturn-mismatch]
>    60 |   ; else return
>       |          ^
> 5 errors generated.
> gmake[4]: *** [Makefile:1613: eaarch64obsd.o] Error 1
> rm eaarch64obsd.c
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[3]: *** [Makefile:1899: all-recursive] Error 1
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[2]: *** [Makefile:1090: all] Error 2
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[1]: *** [Makefile:7002: all-ld] Error 2
> gmake[1]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake: *** [Makefile:1027: all] Error 2
> *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3067 '/usr/ports/pobj/binutils-2.45.1/.build_done': @cd /usr/ports/pobj/binutils-...)
> *** Error 2 in /usr/ports/devel/binutils (/usr/ports/infrastructure/mk/bsd.port.mk:2710 'all': @lock=binutils-2.45.1p1;  export _LOCKS_HELD=...)
> m2 /usr/ports/devel/binutils$ make MAKE_JOBS=10
> ===>  Building for binutils-2.45.1p1
> gmake[1]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> gmake[1]: Nothing to be done for 'all-target'.
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake  all-am
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[2]: Nothing to be done for 'all'.
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/etc'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[3]: Nothing to be done for 'all-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libsframe'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[3]: Nothing to be done for 'all'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty/testsuite'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/libiberty'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[4]: Circular doc/bfd.stamp <- doc/bfd.texi dependency dropped.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/bfd'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in .
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes/po'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/opcodes'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making info in po
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Nothing to be done for 'info'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Nothing to be done for 'info-am'.
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/binutils'
> gmake[2]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake  all-recursive
> gmake[3]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> Making all in po
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Nothing to be done for 'all'.
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld/po'
> gmake[4]: Entering directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64obsd "aarch64-unknown-openbsd7.8"
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64obsdb "aarch64-unknown-openbsd7.8"
> test -d ldscripts || mkdir ldscripts; touch ldscripts/stamp
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ldelf.c
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ldelfgen.c
> ./genscripts.sh[159]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[159]: .: ./emulparams/aarch64obsdb.sh: not found
> /bin/sh ./genscripts.sh "." "/usr/local/lib" "/usr/local" "/usr/local" aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 aarch64-unknown-openbsd7.8 ".deps" "" "aarch64obsd" "/usr/local/lib /lib /usr/lib" no yes aarch64elf "aarch64-unknown-openbsd7.8"
> ./genscripts.sh[321]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[321]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[329]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[329]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[337]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[343]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh[337]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[343]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[349]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[349]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh[380]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[387]: .: ./emulparams/aarch64obsdb.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[380]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> ./genscripts.sh[387]: .: ./emulparams/aarch64obsd.sh: not found
> ./genscripts.sh: .: ./scripttempl/.sc: not found
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64obsdb.o -MD -MP -MF .deps/eaarch64obsdb.Tpo -c -o eaarch64obsdb.o eaarch64obsdb.c
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64obsd.o -MD -MP -MF .deps/eaarch64obsd.Tpo -c -o eaarch64obsd.o eaarch64obsd.c
> mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po
> mv -f .deps/eaarch64obsdb.Tpo .deps/eaarch64obsdb.Po
> mv -f .deps/eaarch64obsd.Tpo .deps/eaarch64obsd.Po
> mv -f .deps/ldelf.Tpo .deps/ldelf.Po
> cc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include  -O2 -pipe     -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe     -MT eaarch64elf.o -MD -MP -MF .deps/eaarch64elf.Tpo -c -o eaarch64elf.o eaarch64elf.c
> mv -f .deps/eaarch64elf.Tpo .deps/eaarch64elf.Po
> /bin/sh ./libtool  --tag=CC   --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false  -I/usr/local/include -O2 -pipe       -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 eaarch64obsd.o eaarch64obsdb.o eaarch64elf.o ldelf.o ldelfgen.o ../bfd/libbfd.la  ../libiberty/libiberty.a  -lz -L/usr/local/lib -lzstd
> libtool: link: cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=false -I/usr/local/include -O2 -pipe -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 eaarch64obsd.o eaarch64obsdb.o eaarch64elf.o ldelf.o ldelfgen.o  ../bfd/.libs/libbfd.a -L/usr/local/lib ../libiberty/libiberty.a -lz -lzstd
> ld: warning: lexsup.c(lexsup.o:(parse_args)): warning: sprintf() is often misused, please use snprintf()
> ld: warning: ldlex-wrapper.c(ldlex-wrapper.o:(lex_redirect)): warning: strcpy() is almost always misused, please use strlcpy()
> ld: warning: xvasprintf.c(xvasprintf.o:(xvasprintf) in archive ../libiberty/libiberty.a): warning: vsprintf() is often misused, please use vsnprintf()
> ld: warning: make-relative-prefix.c(make-relative-prefix.o:(make_relative_prefix_1) in archive ../libiberty/libiberty.a): warning: strcat() is almost always misused, please use strlcat()
> rm eaarch64obsdb.c eaarch64obsd.c
> gmake[4]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[3]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[2]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1/ld'
> gmake[1]: Leaving directory '/usr/ports/pobj/binutils-2.45.1/binutils-2.45.1'
> m2 /usr/ports/devel/binutils$
> 
>