=>> Building devel/gdb build started at Wed Jun 19 05:21:03 BST 2019 port directory: /usr/ports/devel/gdb package name: gdb-8.3_1 building for: FreeBSD voi.aagh.net 12.0-RELEASE FreeBSD 12.0-RELEASE amd64 maintained by: pizzamig@FreeBSD.org Makefile ident: $FreeBSD: head/devel/gdb/Makefile 503436 2019-06-04 04:17:26Z glebius $ Poudriere version: 3.3.2 Host OSVERSION: 1200086 Jail OSVERSION: 1200086 Job Id: 04 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1200086 UNAME_v=FreeBSD 12.0-RELEASE UNAME_r=12.0-RELEASE BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.3.2 MASTERMNT=/usr/local/poudriere/data/.m/RELENG_12_0_amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=screen-256color PWD=/usr/local/poudriere/data/.m/RELENG_12_0_amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=RELENG_12_0_amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/RELENG_12_0_amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for gdb-8.3_1: DEBUG=off: Build with debugging support GDB_LINK=on: Create /usr/local/bin/gdb symlink GUILE=off: Guile extension language support KGDB=on: Kernel Debugging Support NLS=on: Native Language Support PYTHON=off: Python bindings or support SOURCE_HIGHLIGHT=on: Source Code Styling TUI=on: Text User Interface enabled ====> Command line editing via libreadline: you have to select exactly one of them BUNDLED_READLINE=off: from gdb distfile PORT_READLINE=on: from devel/readline port ====> Encoding conversion support via iconv: you have to select exactly one of them PORT_ICONV=on: use libiconv, with wider charset support SYSTEM_ICONV=off: use libc iconv, with no wchar support ====> zlib compression support: you have to select exactly one of them BUNDLED_ZLIB=off: from gdb distfile SYSTEM_ZLIB=on: use system zlib ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- pizzamig@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --program-suffix=83 --enable-targets=all --enable-64-bit-bfd --with-separate-debug-dir=/usr/lib/debug --with-libiconv-prefix=/usr/local --with-expat=yes --with-libexpat-prefix=/usr/local --without-libunwind-ia64 --with-system-zlib --with-system-readline --without-guile --without-python --enable-tui --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- CONFIGURED_M4=m4 CONFIGURED_BISON=byacc MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/devel/gdb/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/gdb/work HOME=/wrkdirs/usr/ports/devel/gdb/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/gdb/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/gdb/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/gdb/work HOME=/wrkdirs/usr/ports/devel/gdb/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/gdb/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- VER=83 BUNDLED_READLINE="@comment " NO_BUNDLED_READLINE="" BUNDLED_ZLIB="@comment " NO_BUNDLED_ZLIB="" DEBUG="@comment " NO_DEBUG="" GDB_LINK="" NO_GDB_LINK="@comment " GUILE="@comment " NO_GUILE="" KGDB="" NO_KGDB="@comment " NLS="" NO_NLS="@comment " PORT_ICONV="" NO_PORT_ICONV="@comment " PORT_READLINE="" NO_PORT_READLINE="@comment " PYTHON="@comment " NO_PYTHON="" SOURCE_HIGHLIGHT="" NO_SOURCE_HIGHLIGHT="@comment " SYSTEM_ICONV="@comment " NO_SYSTEM_ICONV="" SYSTEM_ZLIB="" NO_SYSTEM_ZLIB="@comment " TUI="" NO_TUI="@comment " LIBCXX="@comment " OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/gdb" EXAMPLESDIR="share/examples/gdb" DATADIR="share/gdb" WWWDIR="www/gdb" ETCDIR="etc/gdb" --End PLIST_SUB-- --SUB_LIST-- BUNDLED_READLINE="@comment " NO_BUNDLED_READLINE="" BUNDLED_ZLIB="@comment " NO_BUNDLED_ZLIB="" DEBUG="@comment " NO_DEBUG="" GDB_LINK="" NO_GDB_LINK="@comment " GUILE="@comment " NO_GUILE="" KGDB="" NO_KGDB="@comment " NLS="" NO_NLS="@comment " PORT_ICONV="" NO_PORT_ICONV="@comment " PORT_READLINE="" NO_PORT_READLINE="@comment " PYTHON="@comment " NO_PYTHON="" SOURCE_HIGHLIGHT="" NO_SOURCE_HIGHLIGHT="@comment " SYSTEM_ICONV="@comment " NO_SYSTEM_ICONV="" SYSTEM_ZLIB="" NO_SYSTEM_ZLIB="@comment " TUI="" NO_TUI="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/gdb DOCSDIR=/usr/local/share/doc/gdb EXAMPLESDIR=/usr/local/share/examples/gdb WWWDIR=/usr/local/www/gdb ETCDIR=/usr/local/etc/gdb --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes DISABLE_LICENSES=yes MAKE_JOBS_NUMBER=12 DEFAULT_VERSIONS=pgsql=9.6 ruby=2.5 ssl=libressl linux=c6 WITH_CCACHE_BUILD=yes CCACHE_DIR=/root/.ccache #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.0-RELEASE OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> gdb-8.3_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.11.1.txz [voi.aagh.net] Installing pkg-1.11.1... [voi.aagh.net] Extracting pkg-1.11.1: .......... done ===> gdb-8.3_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of gdb-8.3_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gdb-8.3_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by gdb-8.3_1 for building => SHA256 Checksum OK for gdb-8.3.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by gdb-8.3_1 for building ===> Extracting for gdb-8.3_1 => SHA256 Checksum OK for gdb-8.3.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for gdb-8.3_1 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-1163a4b7a3 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-dd6876c91c ===> Applying extra patch /usr/ports/devel/gdb/files/commit-6e056c8178 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-36c53a0262 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-ef0bd2046f ===> Applying extra patch /usr/ports/devel/gdb/files/commit-945f3901b5 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-f5424cfa7e ===> Applying extra patch /usr/ports/devel/gdb/files/commit-ce25aa57a3 ===> Applying extra patch /usr/ports/devel/gdb/files/commit-8399425f5f ===> Applying FreeBSD patches for gdb-8.3_1 =========================================================================== =================================================== ===> gdb-8.3_1 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.2.1_3.txz [voi.aagh.net] Installing gmake-4.2.1_3... [voi.aagh.net] `-- Installing gettext-runtime-0.20.1... [voi.aagh.net] | `-- Installing indexinfo-0.3.1... [voi.aagh.net] | `-- Extracting indexinfo-0.3.1: . done [voi.aagh.net] `-- Extracting gettext-runtime-0.20.1: .......... done [voi.aagh.net] Extracting gmake-4.2.1_3: .......... done ===> gdb-8.3_1 depends on executable: gmake - found ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.6.1,1.txz [voi.aagh.net] Installing pkgconf-1.6.1,1... [voi.aagh.net] Extracting pkgconf-1.6.1,1: .......... done ===> gdb-8.3_1 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on file: /usr/local/bin/ccache - not found ===> Installing existing package /packages/All/ccache-3.7.1.txz [voi.aagh.net] Installing ccache-3.7.1... [voi.aagh.net] Extracting ccache-3.7.1: ......... done Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for clang create symlink for clang (world) create symlink for clang++ create symlink for clang++ (world) Message from ccache-3.7.1: NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. ===> gdb-8.3_1 depends on file: /usr/local/bin/ccache - found ===> Returning to build of gdb-8.3_1 =========================================================================== =================================================== ===> gdb-8.3_1 depends on shared library: libmpfr.so - not found ===> Installing existing package /packages/All/mpfr-4.0.2.txz [voi.aagh.net] Installing mpfr-4.0.2... [voi.aagh.net] `-- Installing gmp-6.1.2_1... [voi.aagh.net] `-- Extracting gmp-6.1.2_1: .......... done [voi.aagh.net] Extracting mpfr-4.0.2: .......... done ===> gdb-8.3_1 depends on shared library: libmpfr.so - found (/usr/local/lib/libmpfr.so) ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on shared library: libexpat.so - not found ===> Installing existing package /packages/All/expat-2.2.6_1.txz [voi.aagh.net] Installing expat-2.2.6_1... [voi.aagh.net] Extracting expat-2.2.6_1: .......... done ===> gdb-8.3_1 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on shared library: libsource-highlight.so - not found ===> Installing existing package /packages/All/source-highlight-3.1.8_6.txz [voi.aagh.net] Installing source-highlight-3.1.8_6... [voi.aagh.net] `-- Installing boost-libs-1.70.0_2... [voi.aagh.net] | `-- Installing icu-64.2,1... [voi.aagh.net] | `-- Extracting icu-64.2,1: .......... done [voi.aagh.net] `-- Extracting boost-libs-1.70.0_2: .......... done [voi.aagh.net] Extracting source-highlight-3.1.8_6: .......... done Message from boost-libs-1.70.0_2: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Message from source-highlight-3.1.8_6: ===> NOTICE: The source-highlight port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> gdb-8.3_1 depends on shared library: libsource-highlight.so - found (/usr/local/lib/libsource-highlight.so) ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> gdb-8.3_1 depends on shared library: libiconv.so - not found ===> Installing existing package /packages/All/libiconv-1.14_11.txz [voi.aagh.net] Installing libiconv-1.14_11... [voi.aagh.net] Extracting libiconv-1.14_11: .......... done ===> gdb-8.3_1 depends on shared library: libiconv.so - found (/usr/local/lib/libiconv.so) ===> Returning to build of gdb-8.3_1 ===> gdb-8.3_1 depends on shared library: libreadline.so.8 - not found ===> Installing existing package /packages/All/readline-8.0.0.txz [voi.aagh.net] Installing readline-8.0.0... [voi.aagh.net] Extracting readline-8.0.0: .......... done ===> gdb-8.3_1 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Returning to build of gdb-8.3_1 =========================================================================== =================================================== ===> Configuring for gdb-8.3_1 configure: loading site script /usr/ports/Templates/config.site checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking target system type... x86_64-portbld-freebsd12.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) /usr/bin/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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... no checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp $$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 for default BUILD_CONFIG... checking for --enable-vtable-verify... no checking for bison... no checking for byacc... byacc checking for bison... no checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... no /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/missing: makeinfo: not found checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... 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 readelf... readelf checking for cc... cc checking for c++... c++ checking for gcc... no checking for gfortran... no checking for gccgo... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for objcopy... objcopy checking for objdump... objdump 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... host tool 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... 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 ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objcopy... host tool checking where to find the target objdump... host tool checking where to find the target ranlib... host tool checking where to find the target readelf... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking where to find the target windmc... host tool checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile =========================================================================== =================================================== ===> Building for gdb-8.3_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3' gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3' Configuring in ./libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/missing makeinfo --split-size=5000000 configure: WARNING: *** Makeinfo is missing. Info documentation will not be built. checking for perl... no checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking for x86_64-portbld-freebsd12.0-ar... ar checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for 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 -pedantic ... yes checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... 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... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... no checking for process.h... no checking for sys/prctl.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... 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... yes checking size of long long... 8 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmem... yes checking for memmove... yes checking for mempcpy... no checking for memset... yes checking for mkstemps... yes checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strtoll... yes checking for strtoull... yes checking for strverscmp... no checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking for setproctitle... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... 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... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... no checking for pipe2... yes checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... yes checking for setrlimit... yes checking for sbrk... yes checking for spawnve... no checking for spawnvpe... no checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for sysctl... yes checking for sysmp... no checking for table... no checking for times... yes checking for wait3... yes checking for wait4... yes checking whether basename is declared... no 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 stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes 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: creating cache ./config.cache checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking target system type... x86_64-portbld-freebsd12.0 checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./../install-sh -c -d checking for gawk... /usr/bin/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 for x86_64-portbld-freebsd12.0-ar... ar checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking for x86_64-portbld-freebsd12.0-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 how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 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 x86_64-portbld-freebsd12.0-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-portbld-freebsd12.0-ar... (cached) ar checking for x86_64-portbld-freebsd12.0-strip... no checking for strip... strip checking for x86_64-portbld-freebsd12.0-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... 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... freebsd12.0 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... yes checking whether NLS is requested... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for long double... yes checking for long long... yes checking size of long long... 8 checking size of void *... 8 checking size of long... 8 checking alloca.h usability... no checking alloca.h presence... no checking for alloca.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether string.h and strings.h may both be included... yes checking for fcntl... yes checking for getpagesize... yes checking for setitimer... yes checking for sysconf... yes checking for fdopen... yes checking for getuid... yes checking for getgid... yes checking for fileno... yes checking for fls... yes checking for strtoull... yes checking for getrlimit... yes checking whether basename is declared... 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 ffs is declared... yes checking whether free is declared... yes checking whether getenv is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether stpcpy is declared... yes checking whether strstr is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether strnlen is declared... yes checking compiler support for hidden visibility... yes checking linker --as-needed support... yes checking for cos in -lm... yes checking for gcc version with buggy 64-bit support... no checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking for prstatus_t in sys/procfs.h... yes checking for prstatus32_t in sys/procfs.h... yes checking for prstatus_t.pr_who in sys/procfs.h... no checking for prstatus32_t.pr_who in sys/procfs.h... no checking for pstatus_t in sys/procfs.h... no checking for pxstatus_t in sys/procfs.h... no checking for pstatus32_t in sys/procfs.h... no checking for prpsinfo_t in sys/procfs.h... yes checking for prpsinfo_t.pr_pid in sys/procfs.h... yes checking for prpsinfo32_t in sys/procfs.h... yes checking for prpsinfo32_t.pr_pid in sys/procfs.h... yes checking for psinfo_t in sys/procfs.h... no checking for psinfo_t.pr_pid in sys/procfs.h... no checking for psinfo32_t in sys/procfs.h... no checking for psinfo32_t.pr_pid in sys/procfs.h... no checking for lwpstatus_t in sys/procfs.h... no checking for lwpxstatus_t in sys/procfs.h... no checking for lwpstatus_t.pr_context in sys/procfs.h... no checking for lwpstatus_t.pr_reg in sys/procfs.h... no checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no checking for win32_pstatus_t in sys/procfs.h... no checking for ftello... yes checking for ftello64... no checking for fseeko... yes checking for fseeko64... no checking for fopen64... no checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for madvise... yes checking for mprotect... yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o noasan/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./regex.c -o regex.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o noasan/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./md5.c -o md5.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o noasan/sha1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sha1.c -o sha1.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o noasan/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./alloca.c -o alloca.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o noasan/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./argv.c -o argv.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./choose-temp.c -o noasan/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o noasan/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./concat.c -o concat.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demint.c -o noasan/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o noasan/crc32.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./crc32.c -o crc32.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./d-demangle.c -o noasan/d-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./d-demangle.c -o d-demangle.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dwarfnames.c -o dwarfnames.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dyn-string.c -o noasan/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o noasan/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o noasan/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fibheap.c -o fibheap.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o noasan/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./floatformat.c -o floatformat.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o noasan/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o pic/getopt.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o noasan/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt.c -o getopt.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o noasan/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getopt1.c -o getopt1.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o noasan/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getpwd.c -o getpwd.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o noasan/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./getruntime.c -o getruntime.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o noasan/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hashtab.c -o hashtab.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o noasan/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./hex.c -o hex.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o noasan/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lbasename.c -o lbasename.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o noasan/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o noasan/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./objalloc.c -o objalloc.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o noasan/obstack.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./obstack.c -o obstack.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o noasan/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./partition.c -o partition.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o noasan/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pexecute.c -o pexecute.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o pic/physmem.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o noasan/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./physmem.c -o physmem.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-common.c -o noasan/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-common.c -o pex-common.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-one.c -o noasan/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-one.c -o pex-one.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-unix.c -o noasan/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./pex-unix.c -o pex-unix.o ./pex-unix.c:699:10: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement] ssize_t retval = 0; ^ ./pex-unix.c:739:14: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement] ssize_t len = read (pipes[0], &failed, sizeof (failed)); ^ ./pex-unix.c:734:16: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement] struct fn_err failed; ^ ./pex-unix.c:607:16: warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement] volatile int sleep_interval = 1; ^ 4 warnings generated. if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./vprintf-support.c -o vprintf-support.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./rust-demangle.c -o rust-demangle.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object.c -o noasan/simple-object.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object.c -o simple-object.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o pic/sort.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o noasan/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./sort.c -o sort.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o noasan/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./spaces.c -o spaces.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./splay-tree.c -o noasan/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./stack-limit.c -o noasan/stack-limit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./stack-limit.c -o stack-limit.o ./stack-limit.c:54:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'long') and 'unsigned long' [-Wsign-compare] && rlim.rlim_cur < pref ~~~~~~~~~~~~~ ^ ~~~~ 1 warning generated. if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o pic/strerror.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o noasan/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strerror.c -o strerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o noasan/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strsignal.c -o strsignal.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -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 -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o noasan/xasprintf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xasprintf.c -o xasprintf.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o noasan/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xatexit.c -o xatexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o noasan/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xexit.c -o xexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o noasan/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o noasan/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o noasan/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o noasan/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o noasan/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./xvasprintf.c -o xvasprintf.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./mempcpy.c -o pic/mempcpy.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./mempcpy.c -o noasan/mempcpy.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./mempcpy.c -o mempcpy.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strverscmp.c -o pic/strverscmp.o; \ else true; fi if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strverscmp.c -o noasan/strverscmp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -I/usr/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ./strverscmp.c -o strverscmp.o rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./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 ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./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 ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./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 ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/libiberty/testsuite' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/libiberty/testsuite' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/libiberty' gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' creating bfdver.h rm -f elf32-target.h /usr/bin/sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h /usr/bin/sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new mv -f elf64-target.new elf64-target.h rm -f targmatch.h /usr/bin/sed -f ./targmatch.sed < ./config.bfd > targmatch.new mv -f targmatch.new targmatch.h Making info in doc gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/doc' cc -o chw$$ -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 \ -L/usr/local/lib -fstack-protector-strong -I.. -I./.. -I./../../include -I./../../intl -I../../intl ./chew.c; \ /bin/sh ./../../move-if-change \ chw$$ chew; \ touch chew.stamp ./chew -f ./doc.str < ./../aoutx.h >aoutx.tmp test -e aoutx.texi || test ! -f ./aoutx.texi || cp -p ./aoutx.texi . /bin/sh ./../../move-if-change aoutx.tmp aoutx.texi touch aoutx.stamp ./chew -f ./doc.str < ./../archive.c >archive.tmp test -e archive.texi || test ! -f ./archive.texi || cp -p ./archive.texi . /bin/sh ./../../move-if-change archive.tmp archive.texi touch archive.stamp ./chew -f ./doc.str < ./../archures.c >archures.tmp test -e archures.texi || test ! -f ./archures.texi || cp -p ./archures.texi . /bin/sh ./../../move-if-change archures.tmp archures.texi touch archures.stamp ./chew -f ./doc.str < ./../bfd.c >bfd.tmp test -e bfdt.texi || test ! -f ./bfdt.texi || cp -p ./bfdt.texi . /bin/sh ./../../move-if-change bfd.tmp bfdt.texi touch bfdt.stamp ./chew -f ./doc.str < ./../cache.c >cache.tmp test -e cache.texi || test ! -f ./cache.texi || cp -p ./cache.texi . /bin/sh ./../../move-if-change cache.tmp cache.texi touch cache.stamp ./chew -f ./doc.str < ./../coffcode.h >coffcode.tmp test -e coffcode.texi || test ! -f ./coffcode.texi || cp -p ./coffcode.texi . /bin/sh ./../../move-if-change coffcode.tmp coffcode.texi touch coffcode.stamp ./chew -f ./doc.str < ./../corefile.c >core.tmp test -e core.texi || test ! -f ./core.texi || cp -p ./core.texi . /bin/sh ./../../move-if-change core.tmp core.texi touch core.stamp ./chew -f ./doc.str < ./../elf.c >elf.tmp test -e elf.texi || test ! -f ./elf.texi || cp -p ./elf.texi . /bin/sh ./../../move-if-change elf.tmp elf.texi touch elf.stamp ./chew -f ./doc.str < ./../elfcode.h >elfcode.tmp test -e elfcode.texi || test ! -f ./elfcode.texi || cp -p ./elfcode.texi . /bin/sh ./../../move-if-change elfcode.tmp elfcode.texi touch elfcode.stamp ./chew -f ./doc.str < ./../format.c >format.tmp test -e format.texi || test ! -f ./format.texi || cp -p ./format.texi . /bin/sh ./../../move-if-change format.tmp format.texi touch format.stamp ./chew -f ./doc.str < ./../libbfd.c >libbfd.tmp test -e libbfd.texi || test ! -f ./libbfd.texi || cp -p ./libbfd.texi . /bin/sh ./../../move-if-change libbfd.tmp libbfd.texi touch libbfd.stamp ./chew -f ./doc.str < ./../bfdwin.c >bfdwin.tmp test -e bfdwin.texi || test ! -f ./bfdwin.texi || cp -p ./bfdwin.texi . /bin/sh ./../../move-if-change bfdwin.tmp bfdwin.texi touch bfdwin.stamp ./chew -f ./doc.str < ./../bfdio.c >bfdio.tmp test -e bfdio.texi || test ! -f ./bfdio.texi || cp -p ./bfdio.texi . /bin/sh ./../../move-if-change bfdio.tmp bfdio.texi touch bfdio.stamp ./chew -f ./doc.str < ./../opncls.c >opncls.tmp test -e opncls.texi || test ! -f ./opncls.texi || cp -p ./opncls.texi . /bin/sh ./../../move-if-change opncls.tmp opncls.texi touch opncls.stamp ./chew -f ./doc.str < ./../reloc.c >reloc.tmp test -e reloc.texi || test ! -f ./reloc.texi || cp -p ./reloc.texi . /bin/sh ./../../move-if-change reloc.tmp reloc.texi touch reloc.stamp ./chew -f ./doc.str < ./../section.c >section.tmp test -e section.texi || test ! -f ./section.texi || cp -p ./section.texi . /bin/sh ./../../move-if-change section.tmp section.texi touch section.stamp ./chew -f ./doc.str < ./../syms.c >syms.tmp test -e syms.texi || test ! -f ./syms.texi || cp -p ./syms.texi . /bin/sh ./../../move-if-change syms.tmp syms.texi touch syms.stamp ./chew -f ./doc.str < ./../targets.c >targets.tmp test -e targets.texi || test ! -f ./targets.texi || cp -p ./targets.texi . /bin/sh ./../../move-if-change targets.tmp targets.texi touch targets.stamp ./chew -f ./doc.str < ./../init.c >init.tmp test -e init.texi || test ! -f ./init.texi || cp -p ./init.texi . /bin/sh ./../../move-if-change init.tmp init.texi touch init.stamp ./chew -f ./doc.str < ./../hash.c >hash.tmp test -e hash.texi || test ! -f ./hash.texi || cp -p ./hash.texi . /bin/sh ./../../move-if-change hash.tmp hash.texi touch hash.stamp ./chew -f ./doc.str < ./../linker.c >linker.tmp test -e linker.texi || test ! -f ./linker.texi || cp -p ./linker.texi . /bin/sh ./../../move-if-change linker.tmp linker.texi touch linker.stamp ./chew -f ./doc.str < ./../mmo.c >mmo.tmp test -e mmo.texi || test ! -f ./mmo.texi || cp -p ./mmo.texi . /bin/sh ./../../move-if-change mmo.tmp mmo.texi touch mmo.stamp gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/doc' Making info in po gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/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 bfd_stdint.h commands config.status: executing default commands gmake[4]: Nothing to be done for 'info'. gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/po' gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' gmake[4]: Nothing to be done for 'info-am'. gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' gmake all-recursive gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' Making all in doc gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/doc' gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/doc' Making all in po gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/po' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd/po' gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' 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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_elf64_fbsd_vec -DASSOCIATED_VECS='&x86_64_elf64_fbsd_vec,&i386_elf32_fbsd_vec,&iamcu_elf32_vec,&i386_coff_vec,&i386_pei_vec,&x86_64_pei_vec,&i386_elf32_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&l1om_elf64_fbsd_vec,&k1om_elf64_vec,&k1om_elf64_fbsd_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ./archures.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_fbsd_vec "-DASSOCIATED_VECS=&x86_64_elf64_fbsd_vec,&i386_elf32_fbsd_vec,&iamcu_elf32_vec,&i386_coff_vec,&i386_pei_vec,&x86_64_pei_vec,&i386_elf32_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&l1om_elf64_fbsd_vec,&k1om_elf64_vec,&k1om_elf64_fbsd_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ./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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=x86_64_elf64_fbsd_vec -DASSOCIATED_VECS='&x86_64_elf64_fbsd_vec,&i386_elf32_fbsd_vec,&iamcu_elf32_vec,&i386_coff_vec,&i386_pei_vec,&x86_64_pei_vec,&i386_elf32_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&l1om_elf64_fbsd_vec,&k1om_elf64_vec,&k1om_elf64_fbsd_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' ./targets.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_fbsd_vec "-DASSOCIATED_VECS=&x86_64_elf64_fbsd_vec,&i386_elf32_fbsd_vec,&iamcu_elf32_vec,&i386_coff_vec,&i386_pei_vec,&x86_64_pei_vec,&i386_elf32_vec,&x86_64_elf64_vec,&l1om_elf64_vec,&l1om_elf64_fbsd_vec,&k1om_elf64_vec,&k1om_elf64_fbsd_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" ./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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo elf64-x86-64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c elf64-x86-64.c -o elf64-x86-64.o mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c -o elfxx-x86.lo elfxx-x86.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c elfxx-x86.c -o elfxx-x86.o mv -f .deps/elfxx-x86.Tpo .deps/elfxx-x86.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" ./dwarf2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo elf32-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c elf32-i386.c -o elf32-i386.o mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c -o coff-i386.lo coff-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c coff-i386.c -o coff-i386.o mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo cofflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c cofflink.c -o cofflink.o mv -f .deps/cofflink.Tpo .deps/cofflink.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo pei-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c pei-i386.c -o pei-i386.o mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo rm -f peigen.c /usr/bin/sed -e s/XX/pe/g < ./peXXigen.c > peigen.new mv -f peigen.new peigen.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o mv -f .deps/peigen.Tpo .deps/peigen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c -o pei-x86_64.lo pei-x86_64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c pei-x86_64.c -o pei-x86_64.o mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo rm -f pex64igen.c /usr/bin/sed -e s/XX/pex64/g < ./peXXigen.c > pex64igen.new mv -f pex64igen.new pex64igen.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c -o pex64igen.lo pex64igen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -o pex64igen.o mv -f .deps/pex64igen.Tpo .deps/pex64igen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o mv -f .deps/plugin.Tpo .deps/plugin.Plo rm -f elf32-aarch64.c echo "#line 1 \"./elfnn-aarch64.c\"" > elf32-aarch64.new /usr/bin/sed -e s/NN/32/g < ./elfnn-aarch64.c >> elf32-aarch64.new mv -f elf32-aarch64.new elf32-aarch64.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c -o elf32-aarch64.lo elf32-aarch64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-aarch64.lo -MD -MP -MF .deps/elf32-aarch64.Tpo -c elf32-aarch64.c -o elf32-aarch64.o mv -f .deps/elf32-aarch64.Tpo .deps/elf32-aarch64.Plo rm -f elf64-aarch64.c echo "#line 1 \"./elfnn-aarch64.c\"" > elf64-aarch64.new /usr/bin/sed -e s/NN/64/g < ./elfnn-aarch64.c >> elf64-aarch64.new mv -f elf64-aarch64.new elf64-aarch64.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c -o aix5ppc-core.lo aix5ppc-core.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aix5ppc-core.lo -MD -MP -MF .deps/aix5ppc-core.Tpo -c aix5ppc-core.c -o aix5ppc-core.o mv -f .deps/aix5ppc-core.Tpo .deps/aix5ppc-core.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c -o aout64.lo aout64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout64.lo -MD -MP -MF .deps/aout64.Tpo -c aout64.c -o aout64.o mv -f .deps/aout64.Tpo .deps/aout64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c -o coff-alpha.lo coff-alpha.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-alpha.lo -MD -MP -MF .deps/coff-alpha.Tpo -c coff-alpha.c -o coff-alpha.o mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c -o coff-x86_64.lo coff-x86_64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c coff-x86_64.c -o coff-x86_64.o mv -f .deps/coff-x86_64.Tpo .deps/coff-x86_64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c -o coff64-rs6000.lo coff64-rs6000.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c coff64-rs6000.c -o coff64-rs6000.o mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo rm -f elf32-ia64.c /usr/bin/sed -e s/NN/32/g < ./elfnn-ia64.c > elf32-ia64.new mv -f elf32-ia64.new elf32-ia64.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c -o elf32-ia64.lo elf32-ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ia64.lo -MD -MP -MF .deps/elf32-ia64.Tpo -c elf32-ia64.c -o elf32-ia64.o mv -f .deps/elf32-ia64.Tpo .deps/elf32-ia64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c -o elf32-mips.lo elf32-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mips.lo -MD -MP -MF .deps/elf32-mips.Tpo -c elf32-mips.c -o elf32-mips.o mv -f .deps/elf32-mips.Tpo .deps/elf32-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c -o elf32-score.lo elf32-score.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-score.lo -MD -MP -MF .deps/elf32-score.Tpo -c elf32-score.c -o elf32-score.o mv -f .deps/elf32-score.Tpo .deps/elf32-score.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c -o elf32-score7.lo elf32-score7.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-score7.lo -MD -MP -MF .deps/elf32-score7.Tpo -c elf32-score7.c -o elf32-score7.o mv -f .deps/elf32-score7.Tpo .deps/elf32-score7.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c -o elf64-alpha.lo elf64-alpha.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-alpha.lo -MD -MP -MF .deps/elf64-alpha.Tpo -c elf64-alpha.c -o elf64-alpha.o mv -f .deps/elf64-alpha.Tpo .deps/elf64-alpha.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c -o elf64-hppa.lo elf64-hppa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-hppa.lo -MD -MP -MF .deps/elf64-hppa.Tpo -c elf64-hppa.c -o elf64-hppa.o mv -f .deps/elf64-hppa.Tpo .deps/elf64-hppa.Plo rm -f elf64-ia64.c /usr/bin/sed -e s/NN/64/g < ./elfnn-ia64.c > elf64-ia64.new mv -f elf64-ia64.new elf64-ia64.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c -o elf64-ia64.lo elf64-ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ia64.lo -MD -MP -MF .deps/elf64-ia64.Tpo -c elf64-ia64.c -o elf64-ia64.o mv -f .deps/elf64-ia64.Tpo .deps/elf64-ia64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c -o elf64-ia64-vms.lo elf64-ia64-vms.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ia64-vms.lo -MD -MP -MF .deps/elf64-ia64-vms.Tpo -c elf64-ia64-vms.c -o elf64-ia64-vms.o mv -f .deps/elf64-ia64-vms.Tpo .deps/elf64-ia64-vms.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c -o elfxx-ia64.lo elfxx-ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-ia64.lo -MD -MP -MF .deps/elfxx-ia64.Tpo -c elfxx-ia64.c -o elfxx-ia64.o mv -f .deps/elfxx-ia64.Tpo .deps/elfxx-ia64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c -o elfn32-mips.lo elfn32-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfn32-mips.lo -MD -MP -MF .deps/elfn32-mips.Tpo -c elfn32-mips.c -o elfn32-mips.o mv -f .deps/elfn32-mips.Tpo .deps/elfn32-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c -o elf64-mips.lo elf64-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-mips.lo -MD -MP -MF .deps/elf64-mips.Tpo -c elf64-mips.c -o elf64-mips.o mv -f .deps/elf64-mips.Tpo .deps/elf64-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c -o elfxx-mips.lo elfxx-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-mips.lo -MD -MP -MF .deps/elfxx-mips.Tpo -c elfxx-mips.c -o elfxx-mips.o mv -f .deps/elfxx-mips.Tpo .deps/elfxx-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c -o elf64-mmix.lo elf64-mmix.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-mmix.lo -MD -MP -MF .deps/elf64-mmix.Tpo -c elf64-mmix.c -o elf64-mmix.o mv -f .deps/elf64-mmix.Tpo .deps/elf64-mmix.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c -o elf64-nfp.lo elf64-nfp.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-nfp.lo -MD -MP -MF .deps/elf64-nfp.Tpo -c elf64-nfp.c -o elf64-nfp.o mv -f .deps/elf64-nfp.Tpo .deps/elf64-nfp.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c -o elf64-ppc.lo elf64-ppc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-ppc.lo -MD -MP -MF .deps/elf64-ppc.Tpo -c elf64-ppc.c -o elf64-ppc.o mv -f .deps/elf64-ppc.Tpo .deps/elf64-ppc.Plo rm -f elf32-riscv.c echo "#line 1 \"./elfnn-riscv.c\"" > elf32-riscv.new sed -e s/NN/32/g < ./elfnn-riscv.c >> elf32-riscv.new mv -f elf32-riscv.new elf32-riscv.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c -o elf32-riscv.lo elf32-riscv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c elf32-riscv.c -o elf32-riscv.o ./elfnn-riscv.c:1412:21: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] perform_relocation (const reloc_howto_type *howto, ^ ./elfnn-riscv.c:1596:7: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] const reloc_howto_type *howto, ^ 2 warnings generated. mv -f .deps/elf32-riscv.Tpo .deps/elf32-riscv.Plo rm -f elf64-riscv.c echo "#line 1 \"./elfnn-riscv.c\"" > elf64-riscv.new sed -e s/NN/64/g < ./elfnn-riscv.c >> elf64-riscv.new mv -f elf64-riscv.new elf64-riscv.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c -o elf64-riscv.lo elf64-riscv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c elf64-riscv.c -o elf64-riscv.o ./elfnn-riscv.c:1412:21: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] perform_relocation (const reloc_howto_type *howto, ^ ./elfnn-riscv.c:1596:7: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] const reloc_howto_type *howto, ^ 2 warnings generated. mv -f .deps/elf64-riscv.Tpo .deps/elf64-riscv.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c -o elfxx-riscv.lo elfxx-riscv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c elfxx-riscv.c -o elfxx-riscv.o mv -f .deps/elfxx-riscv.Tpo .deps/elfxx-riscv.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c -o elf64-s390.lo elf64-s390.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-s390.lo -MD -MP -MF .deps/elf64-s390.Tpo -c elf64-s390.c -o elf64-s390.o mv -f .deps/elf64-s390.Tpo .deps/elf64-s390.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c -o elf64-sparc.lo elf64-sparc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c elf64-sparc.c -o elf64-sparc.o mv -f .deps/elf64-sparc.Tpo .deps/elf64-sparc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-tilegx.lo -MD -MP -MF .deps/elf64-tilegx.Tpo -c -o elf64-tilegx.lo elf64-tilegx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf64-tilegx.lo -MD -MP -MF .deps/elf64-tilegx.Tpo -c elf64-tilegx.c -o elf64-tilegx.o mv -f .deps/elf64-tilegx.Tpo .deps/elf64-tilegx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-aarch64.lo -MD -MP -MF .deps/mach-o-aarch64.Tpo -c -o mach-o-aarch64.lo mach-o-aarch64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-aarch64.lo -MD -MP -MF .deps/mach-o-aarch64.Tpo -c mach-o-aarch64.c -o mach-o-aarch64.o mv -f .deps/mach-o-aarch64.Tpo .deps/mach-o-aarch64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c -o mach-o-x86-64.lo mach-o-x86-64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-x86-64.lo -MD -MP -MF .deps/mach-o-x86-64.Tpo -c mach-o-x86-64.c -o mach-o-x86-64.o mv -f .deps/mach-o-x86-64.Tpo .deps/mach-o-x86-64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmo.lo -MD -MP -MF .deps/mmo.Tpo -c -o mmo.lo mmo.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmo.lo -MD -MP -MF .deps/mmo.Tpo -c mmo.c -o mmo.o mv -f .deps/mmo.Tpo .deps/mmo.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c -o pe-x86_64.lo pe-x86_64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c pe-x86_64.c -o pe-x86_64.o mv -f .deps/pe-x86_64.Tpo .deps/pe-x86_64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-ia64.lo -MD -MP -MF .deps/pei-ia64.Tpo -c -o pei-ia64.lo pei-ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-ia64.lo -MD -MP -MF .deps/pei-ia64.Tpo -c pei-ia64.c -o pei-ia64.o mv -f .deps/pei-ia64.Tpo .deps/pei-ia64.Plo rm -f pepigen.c /usr/bin/sed -e s/XX/pep/g < ./peXXigen.c > pepigen.new mv -f pepigen.new pepigen.c /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pepigen.lo -MD -MP -MF .deps/pepigen.Tpo -c -o pepigen.lo pepigen.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pepigen.lo -MD -MP -MF .deps/pepigen.Tpo -c pepigen.c -o pepigen.o mv -f .deps/pepigen.Tpo .deps/pepigen.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-alpha.lo -MD -MP -MF .deps/vms-alpha.Tpo -c -o vms-alpha.lo vms-alpha.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-alpha.lo -MD -MP -MF .deps/vms-alpha.Tpo -c vms-alpha.c -o vms-alpha.o mv -f .deps/vms-alpha.Tpo .deps/vms-alpha.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-cris.lo -MD -MP -MF .deps/aout-cris.Tpo -c -o aout-cris.lo aout-cris.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-cris.lo -MD -MP -MF .deps/aout-cris.Tpo -c aout-cris.c -o aout-cris.o mv -f .deps/aout-cris.Tpo .deps/aout-cris.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-ns32k.lo -MD -MP -MF .deps/aout-ns32k.Tpo -c -o aout-ns32k.lo aout-ns32k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-ns32k.lo -MD -MP -MF .deps/aout-ns32k.Tpo -c aout-ns32k.c -o aout-ns32k.o mv -f .deps/aout-ns32k.Tpo .deps/aout-ns32k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-tic30.lo -MD -MP -MF .deps/aout-tic30.Tpo -c -o aout-tic30.lo aout-tic30.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout-tic30.lo -MD -MP -MF .deps/aout-tic30.Tpo -c aout-tic30.c -o aout-tic30.o mv -f .deps/aout-tic30.Tpo .deps/aout-tic30.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo aout32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c aout32.c -o aout32.o mv -f .deps/aout32.Tpo .deps/aout32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cf-i386lynx.lo -MD -MP -MF .deps/cf-i386lynx.Tpo -c -o cf-i386lynx.lo cf-i386lynx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cf-i386lynx.lo -MD -MP -MF .deps/cf-i386lynx.Tpo -c cf-i386lynx.c -o cf-i386lynx.o mv -f .deps/cf-i386lynx.Tpo .deps/cf-i386lynx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-go32.lo -MD -MP -MF .deps/coff-go32.Tpo -c -o coff-go32.lo coff-go32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-go32.lo -MD -MP -MF .deps/coff-go32.Tpo -c coff-go32.c -o coff-go32.o mv -f .deps/coff-go32.Tpo .deps/coff-go32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-mips.lo -MD -MP -MF .deps/coff-mips.Tpo -c -o coff-mips.lo coff-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-mips.lo -MD -MP -MF .deps/coff-mips.Tpo -c coff-mips.c -o coff-mips.o mv -f .deps/coff-mips.Tpo .deps/coff-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c -o coff-rs6000.lo coff-rs6000.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-rs6000.lo -MD -MP -MF .deps/coff-rs6000.Tpo -c coff-rs6000.c -o coff-rs6000.o mv -f .deps/coff-rs6000.Tpo .deps/coff-rs6000.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-sh.lo -MD -MP -MF .deps/coff-sh.Tpo -c -o coff-sh.lo coff-sh.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-sh.lo -MD -MP -MF .deps/coff-sh.Tpo -c coff-sh.c -o coff-sh.o mv -f .deps/coff-sh.Tpo .deps/coff-sh.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c -o coff-stgo32.lo coff-stgo32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-stgo32.lo -MD -MP -MF .deps/coff-stgo32.Tpo -c coff-stgo32.c -o coff-stgo32.o mv -f .deps/coff-stgo32.Tpo .deps/coff-stgo32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c -o coff-tic30.lo coff-tic30.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic30.lo -MD -MP -MF .deps/coff-tic30.Tpo -c coff-tic30.c -o coff-tic30.o mv -f .deps/coff-tic30.Tpo .deps/coff-tic30.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c -o coff-tic4x.lo coff-tic4x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic4x.lo -MD -MP -MF .deps/coff-tic4x.Tpo -c coff-tic4x.c -o coff-tic4x.o mv -f .deps/coff-tic4x.Tpo .deps/coff-tic4x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c -o coff-tic54x.lo coff-tic54x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic54x.lo -MD -MP -MF .deps/coff-tic54x.Tpo -c coff-tic54x.c -o coff-tic54x.o mv -f .deps/coff-tic54x.Tpo .deps/coff-tic54x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c -o coff-tic80.lo coff-tic80.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-tic80.lo -MD -MP -MF .deps/coff-tic80.Tpo -c coff-tic80.c -o coff-tic80.o mv -f .deps/coff-tic80.Tpo .deps/coff-tic80.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c -o coff-z80.lo coff-z80.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-z80.lo -MD -MP -MF .deps/coff-z80.Tpo -c coff-z80.c -o coff-z80.o mv -f .deps/coff-z80.Tpo .deps/coff-z80.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c -o coff-z8k.lo coff-z8k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT coff-z8k.lo -MD -MP -MF .deps/coff-z8k.Tpo -c coff-z8k.c -o coff-z8k.o mv -f .deps/coff-z8k.Tpo .deps/coff-z8k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.lo ecoff.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ecoff.lo -MD -MP -MF .deps/ecoff.Tpo -c ecoff.c -o ecoff.o mv -f .deps/ecoff.Tpo .deps/ecoff.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c -o ecofflink.lo ecofflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ecofflink.lo -MD -MP -MF .deps/ecofflink.Tpo -c ecofflink.c -o ecofflink.o mv -f .deps/ecofflink.Tpo .deps/ecofflink.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c -o elf-m10200.lo elf-m10200.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf-m10200.lo -MD -MP -MF .deps/elf-m10200.Tpo -c elf-m10200.c -o elf-m10200.o mv -f .deps/elf-m10200.Tpo .deps/elf-m10200.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c -o elf-m10300.lo elf-m10300.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf-m10300.lo -MD -MP -MF .deps/elf-m10300.Tpo -c elf-m10300.c -o elf-m10300.o mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c -o elf32-am33lin.lo elf32-am33lin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-am33lin.lo -MD -MP -MF .deps/elf32-am33lin.Tpo -c elf32-am33lin.c -o elf32-am33lin.o mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c -o elf32-arc.lo elf32-arc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-arc.lo -MD -MP -MF .deps/elf32-arc.Tpo -c elf32-arc.c -o elf32-arc.o mv -f .deps/elf32-arc.Tpo .deps/elf32-arc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c -o elf32-avr.lo elf32-avr.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-avr.lo -MD -MP -MF .deps/elf32-avr.Tpo -c elf32-avr.c -o elf32-avr.o mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c -o elf32-bfin.lo elf32-bfin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-bfin.lo -MD -MP -MF .deps/elf32-bfin.Tpo -c elf32-bfin.c -o elf32-bfin.o mv -f .deps/elf32-bfin.Tpo .deps/elf32-bfin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c -o elf32-cr16.lo elf32-cr16.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cr16.lo -MD -MP -MF .deps/elf32-cr16.Tpo -c elf32-cr16.c -o elf32-cr16.o mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c -o elf32-cr16c.lo elf32-cr16c.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cr16c.lo -MD -MP -MF .deps/elf32-cr16c.Tpo -c elf32-cr16c.c -o elf32-cr16c.o mv -f .deps/elf32-cr16c.Tpo .deps/elf32-cr16c.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c -o elf32-cris.lo elf32-cris.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-cris.lo -MD -MP -MF .deps/elf32-cris.Tpo -c elf32-cris.c -o elf32-cris.o mv -f .deps/elf32-cris.Tpo .deps/elf32-cris.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c -o elf32-crx.lo elf32-crx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-crx.lo -MD -MP -MF .deps/elf32-crx.Tpo -c elf32-crx.c -o elf32-crx.o mv -f .deps/elf32-crx.Tpo .deps/elf32-crx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-csky.lo -MD -MP -MF .deps/elf32-csky.Tpo -c -o elf32-csky.lo elf32-csky.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-csky.lo -MD -MP -MF .deps/elf32-csky.Tpo -c elf32-csky.c -o elf32-csky.o mv -f .deps/elf32-csky.Tpo .deps/elf32-csky.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-d10v.lo -MD -MP -MF .deps/elf32-d10v.Tpo -c -o elf32-d10v.lo elf32-d10v.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-d10v.lo -MD -MP -MF .deps/elf32-d10v.Tpo -c elf32-d10v.c -o elf32-d10v.o mv -f .deps/elf32-d10v.Tpo .deps/elf32-d10v.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-d30v.lo -MD -MP -MF .deps/elf32-d30v.Tpo -c -o elf32-d30v.lo elf32-d30v.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-d30v.lo -MD -MP -MF .deps/elf32-d30v.Tpo -c elf32-d30v.c -o elf32-d30v.o mv -f .deps/elf32-d30v.Tpo .deps/elf32-d30v.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-dlx.lo -MD -MP -MF .deps/elf32-dlx.Tpo -c -o elf32-dlx.lo elf32-dlx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-dlx.lo -MD -MP -MF .deps/elf32-dlx.Tpo -c elf32-dlx.c -o elf32-dlx.o mv -f .deps/elf32-dlx.Tpo .deps/elf32-dlx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-epiphany.lo -MD -MP -MF .deps/elf32-epiphany.Tpo -c -o elf32-epiphany.lo elf32-epiphany.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-epiphany.lo -MD -MP -MF .deps/elf32-epiphany.Tpo -c elf32-epiphany.c -o elf32-epiphany.o mv -f .deps/elf32-epiphany.Tpo .deps/elf32-epiphany.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-fr30.lo -MD -MP -MF .deps/elf32-fr30.Tpo -c -o elf32-fr30.lo elf32-fr30.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-fr30.lo -MD -MP -MF .deps/elf32-fr30.Tpo -c elf32-fr30.c -o elf32-fr30.o mv -f .deps/elf32-fr30.Tpo .deps/elf32-fr30.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-frv.lo -MD -MP -MF .deps/elf32-frv.Tpo -c -o elf32-frv.lo elf32-frv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-frv.lo -MD -MP -MF .deps/elf32-frv.Tpo -c elf32-frv.c -o elf32-frv.o mv -f .deps/elf32-frv.Tpo .deps/elf32-frv.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ft32.lo -MD -MP -MF .deps/elf32-ft32.Tpo -c -o elf32-ft32.lo elf32-ft32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ft32.lo -MD -MP -MF .deps/elf32-ft32.Tpo -c elf32-ft32.c -o elf32-ft32.o mv -f .deps/elf32-ft32.Tpo .deps/elf32-ft32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-h8300.lo -MD -MP -MF .deps/elf32-h8300.Tpo -c -o elf32-h8300.lo elf32-h8300.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-h8300.lo -MD -MP -MF .deps/elf32-h8300.Tpo -c elf32-h8300.c -o elf32-h8300.o mv -f .deps/elf32-h8300.Tpo .deps/elf32-h8300.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-hppa.lo -MD -MP -MF .deps/elf32-hppa.Tpo -c -o elf32-hppa.lo elf32-hppa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-hppa.lo -MD -MP -MF .deps/elf32-hppa.Tpo -c elf32-hppa.c -o elf32-hppa.o mv -f .deps/elf32-hppa.Tpo .deps/elf32-hppa.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ip2k.lo -MD -MP -MF .deps/elf32-ip2k.Tpo -c -o elf32-ip2k.lo elf32-ip2k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ip2k.lo -MD -MP -MF .deps/elf32-ip2k.Tpo -c elf32-ip2k.c -o elf32-ip2k.o mv -f .deps/elf32-ip2k.Tpo .deps/elf32-ip2k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-iq2000.lo -MD -MP -MF .deps/elf32-iq2000.Tpo -c -o elf32-iq2000.lo elf32-iq2000.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-iq2000.lo -MD -MP -MF .deps/elf32-iq2000.Tpo -c elf32-iq2000.c -o elf32-iq2000.o mv -f .deps/elf32-iq2000.Tpo .deps/elf32-iq2000.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-lm32.lo -MD -MP -MF .deps/elf32-lm32.Tpo -c -o elf32-lm32.lo elf32-lm32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-lm32.lo -MD -MP -MF .deps/elf32-lm32.Tpo -c elf32-lm32.c -o elf32-lm32.o mv -f .deps/elf32-lm32.Tpo .deps/elf32-lm32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m32c.lo -MD -MP -MF .deps/elf32-m32c.Tpo -c -o elf32-m32c.lo elf32-m32c.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m32c.lo -MD -MP -MF .deps/elf32-m32c.Tpo -c elf32-m32c.c -o elf32-m32c.o mv -f .deps/elf32-m32c.Tpo .deps/elf32-m32c.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m32r.lo -MD -MP -MF .deps/elf32-m32r.Tpo -c -o elf32-m32r.lo elf32-m32r.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m32r.lo -MD -MP -MF .deps/elf32-m32r.Tpo -c elf32-m32r.c -o elf32-m32r.o mv -f .deps/elf32-m32r.Tpo .deps/elf32-m32r.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc11.lo -MD -MP -MF .deps/elf32-m68hc11.Tpo -c -o elf32-m68hc11.lo elf32-m68hc11.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc11.lo -MD -MP -MF .deps/elf32-m68hc11.Tpo -c elf32-m68hc11.c -o elf32-m68hc11.o mv -f .deps/elf32-m68hc11.Tpo .deps/elf32-m68hc11.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc12.lo -MD -MP -MF .deps/elf32-m68hc12.Tpo -c -o elf32-m68hc12.lo elf32-m68hc12.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc12.lo -MD -MP -MF .deps/elf32-m68hc12.Tpo -c elf32-m68hc12.c -o elf32-m68hc12.o mv -f .deps/elf32-m68hc12.Tpo .deps/elf32-m68hc12.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc1x.lo -MD -MP -MF .deps/elf32-m68hc1x.Tpo -c -o elf32-m68hc1x.lo elf32-m68hc1x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68hc1x.lo -MD -MP -MF .deps/elf32-m68hc1x.Tpo -c elf32-m68hc1x.c -o elf32-m68hc1x.o mv -f .deps/elf32-m68hc1x.Tpo .deps/elf32-m68hc1x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68k.lo -MD -MP -MF .deps/elf32-m68k.Tpo -c -o elf32-m68k.lo elf32-m68k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-m68k.lo -MD -MP -MF .deps/elf32-m68k.Tpo -c elf32-m68k.c -o elf32-m68k.o mv -f .deps/elf32-m68k.Tpo .deps/elf32-m68k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-s12z.lo -MD -MP -MF .deps/elf32-s12z.Tpo -c -o elf32-s12z.lo elf32-s12z.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-s12z.lo -MD -MP -MF .deps/elf32-s12z.Tpo -c elf32-s12z.c -o elf32-s12z.o mv -f .deps/elf32-s12z.Tpo .deps/elf32-s12z.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mcore.lo -MD -MP -MF .deps/elf32-mcore.Tpo -c -o elf32-mcore.lo elf32-mcore.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mcore.lo -MD -MP -MF .deps/elf32-mcore.Tpo -c elf32-mcore.c -o elf32-mcore.o mv -f .deps/elf32-mcore.Tpo .deps/elf32-mcore.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mep.lo -MD -MP -MF .deps/elf32-mep.Tpo -c -o elf32-mep.lo elf32-mep.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mep.lo -MD -MP -MF .deps/elf32-mep.Tpo -c elf32-mep.c -o elf32-mep.o mv -f .deps/elf32-mep.Tpo .deps/elf32-mep.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-metag.lo -MD -MP -MF .deps/elf32-metag.Tpo -c -o elf32-metag.lo elf32-metag.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-metag.lo -MD -MP -MF .deps/elf32-metag.Tpo -c elf32-metag.c -o elf32-metag.o mv -f .deps/elf32-metag.Tpo .deps/elf32-metag.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c -o elf32-microblaze.lo elf32-microblaze.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c elf32-microblaze.c -o elf32-microblaze.o mv -f .deps/elf32-microblaze.Tpo .deps/elf32-microblaze.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-moxie.lo -MD -MP -MF .deps/elf32-moxie.Tpo -c -o elf32-moxie.lo elf32-moxie.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-moxie.lo -MD -MP -MF .deps/elf32-moxie.Tpo -c elf32-moxie.c -o elf32-moxie.o mv -f .deps/elf32-moxie.Tpo .deps/elf32-moxie.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c -o elf32-msp430.lo elf32-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c elf32-msp430.c -o elf32-msp430.o mv -f .deps/elf32-msp430.Tpo .deps/elf32-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mt.lo -MD -MP -MF .deps/elf32-mt.Tpo -c -o elf32-mt.lo elf32-mt.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-mt.lo -MD -MP -MF .deps/elf32-mt.Tpo -c elf32-mt.c -o elf32-mt.o mv -f .deps/elf32-mt.Tpo .deps/elf32-mt.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-nds32.lo -MD -MP -MF .deps/elf32-nds32.Tpo -c -o elf32-nds32.lo elf32-nds32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-nds32.lo -MD -MP -MF .deps/elf32-nds32.Tpo -c elf32-nds32.c -o elf32-nds32.o mv -f .deps/elf32-nds32.Tpo .deps/elf32-nds32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-nios2.lo -MD -MP -MF .deps/elf32-nios2.Tpo -c -o elf32-nios2.lo elf32-nios2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-nios2.lo -MD -MP -MF .deps/elf32-nios2.Tpo -c elf32-nios2.c -o elf32-nios2.o mv -f .deps/elf32-nios2.Tpo .deps/elf32-nios2.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-or1k.lo -MD -MP -MF .deps/elf32-or1k.Tpo -c -o elf32-or1k.lo elf32-or1k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-or1k.lo -MD -MP -MF .deps/elf32-or1k.Tpo -c elf32-or1k.c -o elf32-or1k.o mv -f .deps/elf32-or1k.Tpo .deps/elf32-or1k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-pj.lo -MD -MP -MF .deps/elf32-pj.Tpo -c -o elf32-pj.lo elf32-pj.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-pj.lo -MD -MP -MF .deps/elf32-pj.Tpo -c elf32-pj.c -o elf32-pj.o mv -f .deps/elf32-pj.Tpo .deps/elf32-pj.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ppc.lo -MD -MP -MF .deps/elf32-ppc.Tpo -c -o elf32-ppc.lo elf32-ppc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-ppc.lo -MD -MP -MF .deps/elf32-ppc.Tpo -c elf32-ppc.c -o elf32-ppc.o mv -f .deps/elf32-ppc.Tpo .deps/elf32-ppc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-pru.lo -MD -MP -MF .deps/elf32-pru.Tpo -c -o elf32-pru.lo elf32-pru.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-pru.lo -MD -MP -MF .deps/elf32-pru.Tpo -c elf32-pru.c -o elf32-pru.o mv -f .deps/elf32-pru.Tpo .deps/elf32-pru.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-rl78.lo -MD -MP -MF .deps/elf32-rl78.Tpo -c -o elf32-rl78.lo elf32-rl78.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-rl78.lo -MD -MP -MF .deps/elf32-rl78.Tpo -c elf32-rl78.c -o elf32-rl78.o mv -f .deps/elf32-rl78.Tpo .deps/elf32-rl78.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-rx.lo -MD -MP -MF .deps/elf32-rx.Tpo -c -o elf32-rx.lo elf32-rx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-rx.lo -MD -MP -MF .deps/elf32-rx.Tpo -c elf32-rx.c -o elf32-rx.o mv -f .deps/elf32-rx.Tpo .deps/elf32-rx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c -o elf32-s390.lo elf32-s390.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-s390.lo -MD -MP -MF .deps/elf32-s390.Tpo -c elf32-s390.c -o elf32-s390.o mv -f .deps/elf32-s390.Tpo .deps/elf32-s390.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-sh.lo -MD -MP -MF .deps/elf32-sh.Tpo -c -o elf32-sh.lo elf32-sh.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-sh.lo -MD -MP -MF .deps/elf32-sh.Tpo -c elf32-sh.c -o elf32-sh.o mv -f .deps/elf32-sh.Tpo .deps/elf32-sh.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c -o elf32-sparc.lo elf32-sparc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c elf32-sparc.c -o elf32-sparc.o mv -f .deps/elf32-sparc.Tpo .deps/elf32-sparc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-spu.lo -MD -MP -MF .deps/elf32-spu.Tpo -c -o elf32-spu.lo elf32-spu.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-spu.lo -MD -MP -MF .deps/elf32-spu.Tpo -c elf32-spu.c -o elf32-spu.o mv -f .deps/elf32-spu.Tpo .deps/elf32-spu.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tic6x.lo -MD -MP -MF .deps/elf32-tic6x.Tpo -c -o elf32-tic6x.lo elf32-tic6x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tic6x.lo -MD -MP -MF .deps/elf32-tic6x.Tpo -c elf32-tic6x.c -o elf32-tic6x.o mv -f .deps/elf32-tic6x.Tpo .deps/elf32-tic6x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tilegx.lo -MD -MP -MF .deps/elf32-tilegx.Tpo -c -o elf32-tilegx.lo elf32-tilegx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tilegx.lo -MD -MP -MF .deps/elf32-tilegx.Tpo -c elf32-tilegx.c -o elf32-tilegx.o mv -f .deps/elf32-tilegx.Tpo .deps/elf32-tilegx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tilepro.lo -MD -MP -MF .deps/elf32-tilepro.Tpo -c -o elf32-tilepro.lo elf32-tilepro.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-tilepro.lo -MD -MP -MF .deps/elf32-tilepro.Tpo -c elf32-tilepro.c -o elf32-tilepro.o mv -f .deps/elf32-tilepro.Tpo .deps/elf32-tilepro.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-v850.lo -MD -MP -MF .deps/elf32-v850.Tpo -c -o elf32-v850.lo elf32-v850.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-v850.lo -MD -MP -MF .deps/elf32-v850.Tpo -c elf32-v850.c -o elf32-v850.o mv -f .deps/elf32-v850.Tpo .deps/elf32-v850.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-vax.lo -MD -MP -MF .deps/elf32-vax.Tpo -c -o elf32-vax.lo elf32-vax.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-vax.lo -MD -MP -MF .deps/elf32-vax.Tpo -c elf32-vax.c -o elf32-vax.o mv -f .deps/elf32-vax.Tpo .deps/elf32-vax.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-visium.lo -MD -MP -MF .deps/elf32-visium.Tpo -c -o elf32-visium.lo elf32-visium.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-visium.lo -MD -MP -MF .deps/elf32-visium.Tpo -c elf32-visium.c -o elf32-visium.o mv -f .deps/elf32-visium.Tpo .deps/elf32-visium.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-wasm32.lo -MD -MP -MF .deps/elf32-wasm32.Tpo -c -o elf32-wasm32.lo elf32-wasm32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-wasm32.lo -MD -MP -MF .deps/elf32-wasm32.Tpo -c elf32-wasm32.c -o elf32-wasm32.o mv -f .deps/elf32-wasm32.Tpo .deps/elf32-wasm32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xc16x.lo -MD -MP -MF .deps/elf32-xc16x.Tpo -c -o elf32-xc16x.lo elf32-xc16x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xc16x.lo -MD -MP -MF .deps/elf32-xc16x.Tpo -c elf32-xc16x.c -o elf32-xc16x.o mv -f .deps/elf32-xc16x.Tpo .deps/elf32-xc16x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xgate.lo -MD -MP -MF .deps/elf32-xgate.Tpo -c -o elf32-xgate.lo elf32-xgate.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xgate.lo -MD -MP -MF .deps/elf32-xgate.Tpo -c elf32-xgate.c -o elf32-xgate.o mv -f .deps/elf32-xgate.Tpo .deps/elf32-xgate.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xstormy16.lo -MD -MP -MF .deps/elf32-xstormy16.Tpo -c -o elf32-xstormy16.lo elf32-xstormy16.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xstormy16.lo -MD -MP -MF .deps/elf32-xstormy16.Tpo -c elf32-xstormy16.c -o elf32-xstormy16.o mv -f .deps/elf32-xstormy16.Tpo .deps/elf32-xstormy16.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xtensa.lo -MD -MP -MF .deps/elf32-xtensa.Tpo -c -o elf32-xtensa.lo elf32-xtensa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elf32-xtensa.lo -MD -MP -MF .deps/elf32-xtensa.Tpo -c elf32-xtensa.c -o elf32-xtensa.o mv -f .deps/elf32-xtensa.Tpo .deps/elf32-xtensa.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c -o elfxx-sparc.lo elfxx-sparc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c elfxx-sparc.c -o elfxx-sparc.o mv -f .deps/elfxx-sparc.Tpo .deps/elfxx-sparc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-tilegx.lo -MD -MP -MF .deps/elfxx-tilegx.Tpo -c -o elfxx-tilegx.lo elfxx-tilegx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT elfxx-tilegx.lo -MD -MP -MF .deps/elfxx-tilegx.Tpo -c elfxx-tilegx.c -o elfxx-tilegx.o mv -f .deps/elfxx-tilegx.Tpo .deps/elfxx-tilegx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386aout.lo -MD -MP -MF .deps/i386aout.Tpo -c -o i386aout.lo i386aout.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386aout.lo -MD -MP -MF .deps/i386aout.Tpo -c i386aout.c -o i386aout.o mv -f .deps/i386aout.Tpo .deps/i386aout.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386bsd.lo -MD -MP -MF .deps/i386bsd.Tpo -c -o i386bsd.lo i386bsd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386bsd.lo -MD -MP -MF .deps/i386bsd.Tpo -c i386bsd.c -o i386bsd.o mv -f .deps/i386bsd.Tpo .deps/i386bsd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386lynx.lo -MD -MP -MF .deps/i386lynx.Tpo -c -o i386lynx.lo i386lynx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386lynx.lo -MD -MP -MF .deps/i386lynx.Tpo -c i386lynx.c -o i386lynx.o mv -f .deps/i386lynx.Tpo .deps/i386lynx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c -o i386msdos.lo i386msdos.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386msdos.lo -MD -MP -MF .deps/i386msdos.Tpo -c i386msdos.c -o i386msdos.o mv -f .deps/i386msdos.Tpo .deps/i386msdos.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c -o mach-o.lo mach-o.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o.lo -MD -MP -MF .deps/mach-o.Tpo -c mach-o.c -o mach-o.o mv -f .deps/mach-o.Tpo .deps/mach-o.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c -o mach-o-i386.lo mach-o-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-i386.lo -MD -MP -MF .deps/mach-o-i386.Tpo -c mach-o-i386.c -o mach-o-i386.o mv -f .deps/mach-o-i386.Tpo .deps/mach-o-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c -o mach-o-arm.lo mach-o-arm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mach-o-arm.lo -MD -MP -MF .deps/mach-o-arm.Tpo -c mach-o-arm.c -o mach-o-arm.o mv -f .deps/mach-o-arm.Tpo .deps/mach-o-arm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c -o ns32knetbsd.lo ns32knetbsd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ns32knetbsd.lo -MD -MP -MF .deps/ns32knetbsd.Tpo -c ns32knetbsd.c -o ns32knetbsd.o mv -f .deps/ns32knetbsd.Tpo .deps/ns32knetbsd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c -o pc532-mach.lo pc532-mach.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pc532-mach.lo -MD -MP -MF .deps/pc532-mach.Tpo -c pc532-mach.c -o pc532-mach.o mv -f .deps/pc532-mach.Tpo .deps/pc532-mach.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c -o pdp11.lo pdp11.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11.lo -MD -MP -MF .deps/pdp11.Tpo -c pdp11.c -o pdp11.o mv -f .deps/pdp11.Tpo .deps/pdp11.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c -o pe-arm-wince.lo pe-arm-wince.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-arm-wince.lo -MD -MP -MF .deps/pe-arm-wince.Tpo -c pe-arm-wince.c -o pe-arm-wince.o mv -f .deps/pe-arm-wince.Tpo .deps/pe-arm-wince.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c -o pe-arm.lo pe-arm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-arm.lo -MD -MP -MF .deps/pe-arm.Tpo -c pe-arm.c -o pe-arm.o mv -f .deps/pe-arm.Tpo .deps/pe-arm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-i386.lo -MD -MP -MF .deps/pe-i386.Tpo -c -o pe-i386.lo pe-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-i386.lo -MD -MP -MF .deps/pe-i386.Tpo -c pe-i386.c -o pe-i386.o mv -f .deps/pe-i386.Tpo .deps/pe-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c -o pe-mcore.lo pe-mcore.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-mcore.lo -MD -MP -MF .deps/pe-mcore.Tpo -c pe-mcore.c -o pe-mcore.o mv -f .deps/pe-mcore.Tpo .deps/pe-mcore.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c -o pe-ppc.lo pe-ppc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-ppc.lo -MD -MP -MF .deps/pe-ppc.Tpo -c pe-ppc.c -o pe-ppc.o mv -f .deps/pe-ppc.Tpo .deps/pe-ppc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c -o pe-sh.lo pe-sh.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pe-sh.lo -MD -MP -MF .deps/pe-sh.Tpo -c pe-sh.c -o pe-sh.o mv -f .deps/pe-sh.Tpo .deps/pe-sh.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c -o pef.lo pef.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pef.lo -MD -MP -MF .deps/pef.Tpo -c pef.c -o pef.o mv -f .deps/pef.Tpo .deps/pef.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c -o pei-arm-wince.lo pei-arm-wince.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-arm-wince.lo -MD -MP -MF .deps/pei-arm-wince.Tpo -c pei-arm-wince.c -o pei-arm-wince.o mv -f .deps/pei-arm-wince.Tpo .deps/pei-arm-wince.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c -o pei-arm.lo pei-arm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-arm.lo -MD -MP -MF .deps/pei-arm.Tpo -c pei-arm.c -o pei-arm.o mv -f .deps/pei-arm.Tpo .deps/pei-arm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c -o pei-mcore.lo pei-mcore.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-mcore.lo -MD -MP -MF .deps/pei-mcore.Tpo -c pei-mcore.c -o pei-mcore.o mv -f .deps/pei-mcore.Tpo .deps/pei-mcore.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c -o pei-ppc.lo pei-ppc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-ppc.lo -MD -MP -MF .deps/pei-ppc.Tpo -c pei-ppc.c -o pei-ppc.o mv -f .deps/pei-ppc.Tpo .deps/pei-ppc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c -o pei-sh.lo pei-sh.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pei-sh.lo -MD -MP -MF .deps/pei-sh.Tpo -c pei-sh.c -o pei-sh.o mv -f .deps/pei-sh.Tpo .deps/pei-sh.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c -o ppcboot.lo ppcboot.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppcboot.lo -MD -MP -MF .deps/ppcboot.Tpo -c ppcboot.c -o ppcboot.o mv -f .deps/ppcboot.Tpo .deps/ppcboot.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c -o reloc16.lo reloc16.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT reloc16.lo -MD -MP -MF .deps/reloc16.Tpo -c reloc16.c -o reloc16.o mv -f .deps/reloc16.Tpo .deps/reloc16.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT som.lo -MD -MP -MF .deps/som.Tpo -c -o som.lo som.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT som.lo -MD -MP -MF .deps/som.Tpo -c som.c -o som.o mv -f .deps/som.Tpo .deps/som.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c -o vax1knetbsd.lo vax1knetbsd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vax1knetbsd.lo -MD -MP -MF .deps/vax1knetbsd.Tpo -c vax1knetbsd.c -o vax1knetbsd.o mv -f .deps/vax1knetbsd.Tpo .deps/vax1knetbsd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c -o vaxnetbsd.lo vaxnetbsd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vaxnetbsd.lo -MD -MP -MF .deps/vaxnetbsd.Tpo -c vaxnetbsd.c -o vaxnetbsd.o mv -f .deps/vaxnetbsd.Tpo .deps/vaxnetbsd.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c -o vms-lib.lo vms-lib.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-lib.lo -MD -MP -MF .deps/vms-lib.Tpo -c vms-lib.c -o vms-lib.o mv -f .deps/vms-lib.Tpo .deps/vms-lib.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c -o vms-misc.lo vms-misc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vms-misc.lo -MD -MP -MF .deps/vms-misc.Tpo -c vms-misc.c -o vms-misc.o mv -f .deps/vms-misc.Tpo .deps/vms-misc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c -o wasm-module.lo wasm-module.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT wasm-module.lo -MD -MP -MF .deps/wasm-module.Tpo -c wasm-module.c -o wasm-module.o mv -f .deps/wasm-module.Tpo .deps/wasm-module.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c -o xcofflink.lo xcofflink.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xcofflink.lo -MD -MP -MF .deps/xcofflink.Tpo -c xcofflink.c -o xcofflink.o mv -f .deps/xcofflink.Tpo .deps/xcofflink.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c -o xsym.lo xsym.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xsym.lo -MD -MP -MF .deps/xsym.Tpo -c xsym.c -o xsym.o mv -f .deps/xsym.Tpo .deps/xsym.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c -o xtensa-isa.lo xtensa-isa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-isa.lo -MD -MP -MF .deps/xtensa-isa.Tpo -c xtensa-isa.c -o xtensa-isa.o mv -f .deps/xtensa-isa.Tpo .deps/xtensa-isa.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c -o xtensa-modules.lo xtensa-modules.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-modules.lo -MD -MP -MF .deps/xtensa-modules.Tpo -c xtensa-modules.c -o xtensa-modules.o mv -f .deps/xtensa-modules.Tpo .deps/xtensa-modules.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo cpu-i386.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c cpu-i386.c -o cpu-i386.o mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c -o cpu-iamcu.lo cpu-iamcu.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c cpu-iamcu.c -o cpu-iamcu.o mv -f .deps/cpu-iamcu.Tpo .deps/cpu-iamcu.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c -o cpu-l1om.lo cpu-l1om.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c cpu-l1om.c -o cpu-l1om.o mv -f .deps/cpu-l1om.Tpo .deps/cpu-l1om.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c -o cpu-k1om.lo cpu-k1om.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c cpu-k1om.c -o cpu-k1om.o mv -f .deps/cpu-k1om.Tpo .deps/cpu-k1om.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo cpu-plugin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c cpu-plugin.c -o cpu-plugin.o mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-alpha.lo -MD -MP -MF .deps/cpu-alpha.Tpo -c -o cpu-alpha.lo cpu-alpha.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-alpha.lo -MD -MP -MF .deps/cpu-alpha.Tpo -c cpu-alpha.c -o cpu-alpha.o mv -f .deps/cpu-alpha.Tpo .deps/cpu-alpha.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-arc.lo -MD -MP -MF .deps/cpu-arc.Tpo -c -o cpu-arc.lo cpu-arc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-arc.lo -MD -MP -MF .deps/cpu-arc.Tpo -c cpu-arc.c -o cpu-arc.o mv -f .deps/cpu-arc.Tpo .deps/cpu-arc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-avr.lo -MD -MP -MF .deps/cpu-avr.Tpo -c -o cpu-avr.lo cpu-avr.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-avr.lo -MD -MP -MF .deps/cpu-avr.Tpo -c cpu-avr.c -o cpu-avr.o mv -f .deps/cpu-avr.Tpo .deps/cpu-avr.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-bfin.lo -MD -MP -MF .deps/cpu-bfin.Tpo -c -o cpu-bfin.lo cpu-bfin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-bfin.lo -MD -MP -MF .deps/cpu-bfin.Tpo -c cpu-bfin.c -o cpu-bfin.o mv -f .deps/cpu-bfin.Tpo .deps/cpu-bfin.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cr16.lo -MD -MP -MF .deps/cpu-cr16.Tpo -c -o cpu-cr16.lo cpu-cr16.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cr16.lo -MD -MP -MF .deps/cpu-cr16.Tpo -c cpu-cr16.c -o cpu-cr16.o mv -f .deps/cpu-cr16.Tpo .deps/cpu-cr16.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cr16c.lo -MD -MP -MF .deps/cpu-cr16c.Tpo -c -o cpu-cr16c.lo cpu-cr16c.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cr16c.lo -MD -MP -MF .deps/cpu-cr16c.Tpo -c cpu-cr16c.c -o cpu-cr16c.o mv -f .deps/cpu-cr16c.Tpo .deps/cpu-cr16c.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cris.lo -MD -MP -MF .deps/cpu-cris.Tpo -c -o cpu-cris.lo cpu-cris.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-cris.lo -MD -MP -MF .deps/cpu-cris.Tpo -c cpu-cris.c -o cpu-cris.o mv -f .deps/cpu-cris.Tpo .deps/cpu-cris.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-crx.lo -MD -MP -MF .deps/cpu-crx.Tpo -c -o cpu-crx.lo cpu-crx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-crx.lo -MD -MP -MF .deps/cpu-crx.Tpo -c cpu-crx.c -o cpu-crx.o mv -f .deps/cpu-crx.Tpo .deps/cpu-crx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-csky.lo -MD -MP -MF .deps/cpu-csky.Tpo -c -o cpu-csky.lo cpu-csky.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-csky.lo -MD -MP -MF .deps/cpu-csky.Tpo -c cpu-csky.c -o cpu-csky.o mv -f .deps/cpu-csky.Tpo .deps/cpu-csky.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-d10v.lo -MD -MP -MF .deps/cpu-d10v.Tpo -c -o cpu-d10v.lo cpu-d10v.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-d10v.lo -MD -MP -MF .deps/cpu-d10v.Tpo -c cpu-d10v.c -o cpu-d10v.o mv -f .deps/cpu-d10v.Tpo .deps/cpu-d10v.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-d30v.lo -MD -MP -MF .deps/cpu-d30v.Tpo -c -o cpu-d30v.lo cpu-d30v.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-d30v.lo -MD -MP -MF .deps/cpu-d30v.Tpo -c cpu-d30v.c -o cpu-d30v.o mv -f .deps/cpu-d30v.Tpo .deps/cpu-d30v.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-dlx.lo -MD -MP -MF .deps/cpu-dlx.Tpo -c -o cpu-dlx.lo cpu-dlx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-dlx.lo -MD -MP -MF .deps/cpu-dlx.Tpo -c cpu-dlx.c -o cpu-dlx.o mv -f .deps/cpu-dlx.Tpo .deps/cpu-dlx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-epiphany.lo -MD -MP -MF .deps/cpu-epiphany.Tpo -c -o cpu-epiphany.lo cpu-epiphany.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-epiphany.lo -MD -MP -MF .deps/cpu-epiphany.Tpo -c cpu-epiphany.c -o cpu-epiphany.o mv -f .deps/cpu-epiphany.Tpo .deps/cpu-epiphany.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-fr30.lo -MD -MP -MF .deps/cpu-fr30.Tpo -c -o cpu-fr30.lo cpu-fr30.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-fr30.lo -MD -MP -MF .deps/cpu-fr30.Tpo -c cpu-fr30.c -o cpu-fr30.o mv -f .deps/cpu-fr30.Tpo .deps/cpu-fr30.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-frv.lo -MD -MP -MF .deps/cpu-frv.Tpo -c -o cpu-frv.lo cpu-frv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-frv.lo -MD -MP -MF .deps/cpu-frv.Tpo -c cpu-frv.c -o cpu-frv.o mv -f .deps/cpu-frv.Tpo .deps/cpu-frv.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ft32.lo -MD -MP -MF .deps/cpu-ft32.Tpo -c -o cpu-ft32.lo cpu-ft32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ft32.lo -MD -MP -MF .deps/cpu-ft32.Tpo -c cpu-ft32.c -o cpu-ft32.o mv -f .deps/cpu-ft32.Tpo .deps/cpu-ft32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-h8300.lo -MD -MP -MF .deps/cpu-h8300.Tpo -c -o cpu-h8300.lo cpu-h8300.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-h8300.lo -MD -MP -MF .deps/cpu-h8300.Tpo -c cpu-h8300.c -o cpu-h8300.o mv -f .deps/cpu-h8300.Tpo .deps/cpu-h8300.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-hppa.lo -MD -MP -MF .deps/cpu-hppa.Tpo -c -o cpu-hppa.lo cpu-hppa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-hppa.lo -MD -MP -MF .deps/cpu-hppa.Tpo -c cpu-hppa.c -o cpu-hppa.o mv -f .deps/cpu-hppa.Tpo .deps/cpu-hppa.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ia64.lo -MD -MP -MF .deps/cpu-ia64.Tpo -c -o cpu-ia64.lo cpu-ia64.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ia64.lo -MD -MP -MF .deps/cpu-ia64.Tpo -c cpu-ia64.c -o cpu-ia64.o mv -f .deps/cpu-ia64.Tpo .deps/cpu-ia64.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ip2k.lo -MD -MP -MF .deps/cpu-ip2k.Tpo -c -o cpu-ip2k.lo cpu-ip2k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ip2k.lo -MD -MP -MF .deps/cpu-ip2k.Tpo -c cpu-ip2k.c -o cpu-ip2k.o mv -f .deps/cpu-ip2k.Tpo .deps/cpu-ip2k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-iq2000.lo -MD -MP -MF .deps/cpu-iq2000.Tpo -c -o cpu-iq2000.lo cpu-iq2000.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-iq2000.lo -MD -MP -MF .deps/cpu-iq2000.Tpo -c cpu-iq2000.c -o cpu-iq2000.o mv -f .deps/cpu-iq2000.Tpo .deps/cpu-iq2000.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-lm32.lo -MD -MP -MF .deps/cpu-lm32.Tpo -c -o cpu-lm32.lo cpu-lm32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-lm32.lo -MD -MP -MF .deps/cpu-lm32.Tpo -c cpu-lm32.c -o cpu-lm32.o mv -f .deps/cpu-lm32.Tpo .deps/cpu-lm32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m10200.lo -MD -MP -MF .deps/cpu-m10200.Tpo -c -o cpu-m10200.lo cpu-m10200.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m10200.lo -MD -MP -MF .deps/cpu-m10200.Tpo -c cpu-m10200.c -o cpu-m10200.o mv -f .deps/cpu-m10200.Tpo .deps/cpu-m10200.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m10300.lo -MD -MP -MF .deps/cpu-m10300.Tpo -c -o cpu-m10300.lo cpu-m10300.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m10300.lo -MD -MP -MF .deps/cpu-m10300.Tpo -c cpu-m10300.c -o cpu-m10300.o mv -f .deps/cpu-m10300.Tpo .deps/cpu-m10300.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m32c.lo -MD -MP -MF .deps/cpu-m32c.Tpo -c -o cpu-m32c.lo cpu-m32c.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m32c.lo -MD -MP -MF .deps/cpu-m32c.Tpo -c cpu-m32c.c -o cpu-m32c.o mv -f .deps/cpu-m32c.Tpo .deps/cpu-m32c.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m32r.lo -MD -MP -MF .deps/cpu-m32r.Tpo -c -o cpu-m32r.lo cpu-m32r.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m32r.lo -MD -MP -MF .deps/cpu-m32r.Tpo -c cpu-m32r.c -o cpu-m32r.o mv -f .deps/cpu-m32r.Tpo .deps/cpu-m32r.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68hc11.lo -MD -MP -MF .deps/cpu-m68hc11.Tpo -c -o cpu-m68hc11.lo cpu-m68hc11.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68hc11.lo -MD -MP -MF .deps/cpu-m68hc11.Tpo -c cpu-m68hc11.c -o cpu-m68hc11.o mv -f .deps/cpu-m68hc11.Tpo .deps/cpu-m68hc11.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68hc12.lo -MD -MP -MF .deps/cpu-m68hc12.Tpo -c -o cpu-m68hc12.lo cpu-m68hc12.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68hc12.lo -MD -MP -MF .deps/cpu-m68hc12.Tpo -c cpu-m68hc12.c -o cpu-m68hc12.o mv -f .deps/cpu-m68hc12.Tpo .deps/cpu-m68hc12.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m9s12x.lo -MD -MP -MF .deps/cpu-m9s12x.Tpo -c -o cpu-m9s12x.lo cpu-m9s12x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m9s12x.lo -MD -MP -MF .deps/cpu-m9s12x.Tpo -c cpu-m9s12x.c -o cpu-m9s12x.o mv -f .deps/cpu-m9s12x.Tpo .deps/cpu-m9s12x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-s12z.lo -MD -MP -MF .deps/cpu-s12z.Tpo -c -o cpu-s12z.lo cpu-s12z.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-s12z.lo -MD -MP -MF .deps/cpu-s12z.Tpo -c cpu-s12z.c -o cpu-s12z.o mv -f .deps/cpu-s12z.Tpo .deps/cpu-s12z.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m9s12xg.lo -MD -MP -MF .deps/cpu-m9s12xg.Tpo -c -o cpu-m9s12xg.lo cpu-m9s12xg.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m9s12xg.lo -MD -MP -MF .deps/cpu-m9s12xg.Tpo -c cpu-m9s12xg.c -o cpu-m9s12xg.o mv -f .deps/cpu-m9s12xg.Tpo .deps/cpu-m9s12xg.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68k.lo -MD -MP -MF .deps/cpu-m68k.Tpo -c -o cpu-m68k.lo cpu-m68k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-m68k.lo -MD -MP -MF .deps/cpu-m68k.Tpo -c cpu-m68k.c -o cpu-m68k.o mv -f .deps/cpu-m68k.Tpo .deps/cpu-m68k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mcore.lo -MD -MP -MF .deps/cpu-mcore.Tpo -c -o cpu-mcore.lo cpu-mcore.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mcore.lo -MD -MP -MF .deps/cpu-mcore.Tpo -c cpu-mcore.c -o cpu-mcore.o mv -f .deps/cpu-mcore.Tpo .deps/cpu-mcore.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mep.lo -MD -MP -MF .deps/cpu-mep.Tpo -c -o cpu-mep.lo cpu-mep.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mep.lo -MD -MP -MF .deps/cpu-mep.Tpo -c cpu-mep.c -o cpu-mep.o mv -f .deps/cpu-mep.Tpo .deps/cpu-mep.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-metag.lo -MD -MP -MF .deps/cpu-metag.Tpo -c -o cpu-metag.lo cpu-metag.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-metag.lo -MD -MP -MF .deps/cpu-metag.Tpo -c cpu-metag.c -o cpu-metag.o mv -f .deps/cpu-metag.Tpo .deps/cpu-metag.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-microblaze.lo -MD -MP -MF .deps/cpu-microblaze.Tpo -c -o cpu-microblaze.lo cpu-microblaze.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-microblaze.lo -MD -MP -MF .deps/cpu-microblaze.Tpo -c cpu-microblaze.c -o cpu-microblaze.o mv -f .deps/cpu-microblaze.Tpo .deps/cpu-microblaze.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mips.lo -MD -MP -MF .deps/cpu-mips.Tpo -c -o cpu-mips.lo cpu-mips.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mips.lo -MD -MP -MF .deps/cpu-mips.Tpo -c cpu-mips.c -o cpu-mips.o mv -f .deps/cpu-mips.Tpo .deps/cpu-mips.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mmix.lo -MD -MP -MF .deps/cpu-mmix.Tpo -c -o cpu-mmix.lo cpu-mmix.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mmix.lo -MD -MP -MF .deps/cpu-mmix.Tpo -c cpu-mmix.c -o cpu-mmix.o mv -f .deps/cpu-mmix.Tpo .deps/cpu-mmix.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-moxie.lo -MD -MP -MF .deps/cpu-moxie.Tpo -c -o cpu-moxie.lo cpu-moxie.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-moxie.lo -MD -MP -MF .deps/cpu-moxie.Tpo -c cpu-moxie.c -o cpu-moxie.o mv -f .deps/cpu-moxie.Tpo .deps/cpu-moxie.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c -o cpu-msp430.lo cpu-msp430.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-msp430.lo -MD -MP -MF .deps/cpu-msp430.Tpo -c cpu-msp430.c -o cpu-msp430.o mv -f .deps/cpu-msp430.Tpo .deps/cpu-msp430.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mt.lo -MD -MP -MF .deps/cpu-mt.Tpo -c -o cpu-mt.lo cpu-mt.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-mt.lo -MD -MP -MF .deps/cpu-mt.Tpo -c cpu-mt.c -o cpu-mt.o mv -f .deps/cpu-mt.Tpo .deps/cpu-mt.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nds32.lo -MD -MP -MF .deps/cpu-nds32.Tpo -c -o cpu-nds32.lo cpu-nds32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nds32.lo -MD -MP -MF .deps/cpu-nds32.Tpo -c cpu-nds32.c -o cpu-nds32.o mv -f .deps/cpu-nds32.Tpo .deps/cpu-nds32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nfp.lo -MD -MP -MF .deps/cpu-nfp.Tpo -c -o cpu-nfp.lo cpu-nfp.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nfp.lo -MD -MP -MF .deps/cpu-nfp.Tpo -c cpu-nfp.c -o cpu-nfp.o mv -f .deps/cpu-nfp.Tpo .deps/cpu-nfp.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nios2.lo -MD -MP -MF .deps/cpu-nios2.Tpo -c -o cpu-nios2.lo cpu-nios2.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-nios2.lo -MD -MP -MF .deps/cpu-nios2.Tpo -c cpu-nios2.c -o cpu-nios2.o mv -f .deps/cpu-nios2.Tpo .deps/cpu-nios2.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ns32k.lo -MD -MP -MF .deps/cpu-ns32k.Tpo -c -o cpu-ns32k.lo cpu-ns32k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-ns32k.lo -MD -MP -MF .deps/cpu-ns32k.Tpo -c cpu-ns32k.c -o cpu-ns32k.o mv -f .deps/cpu-ns32k.Tpo .deps/cpu-ns32k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-or1k.lo -MD -MP -MF .deps/cpu-or1k.Tpo -c -o cpu-or1k.lo cpu-or1k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-or1k.lo -MD -MP -MF .deps/cpu-or1k.Tpo -c cpu-or1k.c -o cpu-or1k.o mv -f .deps/cpu-or1k.Tpo .deps/cpu-or1k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pdp11.lo -MD -MP -MF .deps/cpu-pdp11.Tpo -c -o cpu-pdp11.lo cpu-pdp11.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pdp11.lo -MD -MP -MF .deps/cpu-pdp11.Tpo -c cpu-pdp11.c -o cpu-pdp11.o mv -f .deps/cpu-pdp11.Tpo .deps/cpu-pdp11.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pj.lo -MD -MP -MF .deps/cpu-pj.Tpo -c -o cpu-pj.lo cpu-pj.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pj.lo -MD -MP -MF .deps/cpu-pj.Tpo -c cpu-pj.c -o cpu-pj.o mv -f .deps/cpu-pj.Tpo .deps/cpu-pj.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-powerpc.lo -MD -MP -MF .deps/cpu-powerpc.Tpo -c -o cpu-powerpc.lo cpu-powerpc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-powerpc.lo -MD -MP -MF .deps/cpu-powerpc.Tpo -c cpu-powerpc.c -o cpu-powerpc.o mv -f .deps/cpu-powerpc.Tpo .deps/cpu-powerpc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pru.lo -MD -MP -MF .deps/cpu-pru.Tpo -c -o cpu-pru.lo cpu-pru.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-pru.lo -MD -MP -MF .deps/cpu-pru.Tpo -c cpu-pru.c -o cpu-pru.o mv -f .deps/cpu-pru.Tpo .deps/cpu-pru.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c -o cpu-rs6000.lo cpu-rs6000.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rs6000.lo -MD -MP -MF .deps/cpu-rs6000.Tpo -c cpu-rs6000.c -o cpu-rs6000.o mv -f .deps/cpu-rs6000.Tpo .deps/cpu-rs6000.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo cpu-riscv.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c cpu-riscv.c -o cpu-riscv.o mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c -o cpu-rl78.lo cpu-rl78.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rl78.lo -MD -MP -MF .deps/cpu-rl78.Tpo -c cpu-rl78.c -o cpu-rl78.o mv -f .deps/cpu-rl78.Tpo .deps/cpu-rl78.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c -o cpu-rx.lo cpu-rx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-rx.lo -MD -MP -MF .deps/cpu-rx.Tpo -c cpu-rx.c -o cpu-rx.o mv -f .deps/cpu-rx.Tpo .deps/cpu-rx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c -o cpu-s390.lo cpu-s390.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-s390.lo -MD -MP -MF .deps/cpu-s390.Tpo -c cpu-s390.c -o cpu-s390.o mv -f .deps/cpu-s390.Tpo .deps/cpu-s390.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c -o cpu-score.lo cpu-score.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-score.lo -MD -MP -MF .deps/cpu-score.Tpo -c cpu-score.c -o cpu-score.o mv -f .deps/cpu-score.Tpo .deps/cpu-score.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c -o cpu-sh.lo cpu-sh.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-sh.lo -MD -MP -MF .deps/cpu-sh.Tpo -c cpu-sh.c -o cpu-sh.o mv -f .deps/cpu-sh.Tpo .deps/cpu-sh.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo cpu-sparc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c cpu-sparc.c -o cpu-sparc.o mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c -o cpu-spu.lo cpu-spu.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-spu.lo -MD -MP -MF .deps/cpu-spu.Tpo -c cpu-spu.c -o cpu-spu.o mv -f .deps/cpu-spu.Tpo .deps/cpu-spu.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c -o cpu-tic30.lo cpu-tic30.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic30.lo -MD -MP -MF .deps/cpu-tic30.Tpo -c cpu-tic30.c -o cpu-tic30.o mv -f .deps/cpu-tic30.Tpo .deps/cpu-tic30.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c -o cpu-tic4x.lo cpu-tic4x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic4x.lo -MD -MP -MF .deps/cpu-tic4x.Tpo -c cpu-tic4x.c -o cpu-tic4x.o mv -f .deps/cpu-tic4x.Tpo .deps/cpu-tic4x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c -o cpu-tic54x.lo cpu-tic54x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic54x.lo -MD -MP -MF .deps/cpu-tic54x.Tpo -c cpu-tic54x.c -o cpu-tic54x.o mv -f .deps/cpu-tic54x.Tpo .deps/cpu-tic54x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c -o cpu-tic6x.lo cpu-tic6x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic6x.lo -MD -MP -MF .deps/cpu-tic6x.Tpo -c cpu-tic6x.c -o cpu-tic6x.o mv -f .deps/cpu-tic6x.Tpo .deps/cpu-tic6x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic80.lo -MD -MP -MF .deps/cpu-tic80.Tpo -c -o cpu-tic80.lo cpu-tic80.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tic80.lo -MD -MP -MF .deps/cpu-tic80.Tpo -c cpu-tic80.c -o cpu-tic80.o mv -f .deps/cpu-tic80.Tpo .deps/cpu-tic80.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c -o cpu-tilegx.lo cpu-tilegx.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tilegx.lo -MD -MP -MF .deps/cpu-tilegx.Tpo -c cpu-tilegx.c -o cpu-tilegx.o mv -f .deps/cpu-tilegx.Tpo .deps/cpu-tilegx.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c -o cpu-tilepro.lo cpu-tilepro.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-tilepro.lo -MD -MP -MF .deps/cpu-tilepro.Tpo -c cpu-tilepro.c -o cpu-tilepro.o mv -f .deps/cpu-tilepro.Tpo .deps/cpu-tilepro.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c -o cpu-v850.lo cpu-v850.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-v850.lo -MD -MP -MF .deps/cpu-v850.Tpo -c cpu-v850.c -o cpu-v850.o mv -f .deps/cpu-v850.Tpo .deps/cpu-v850.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c -o cpu-v850_rh850.lo cpu-v850_rh850.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-v850_rh850.lo -MD -MP -MF .deps/cpu-v850_rh850.Tpo -c cpu-v850_rh850.c -o cpu-v850_rh850.o mv -f .deps/cpu-v850_rh850.Tpo .deps/cpu-v850_rh850.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c -o cpu-vax.lo cpu-vax.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-vax.lo -MD -MP -MF .deps/cpu-vax.Tpo -c cpu-vax.c -o cpu-vax.o mv -f .deps/cpu-vax.Tpo .deps/cpu-vax.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c -o cpu-visium.lo cpu-visium.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-visium.lo -MD -MP -MF .deps/cpu-visium.Tpo -c cpu-visium.c -o cpu-visium.o mv -f .deps/cpu-visium.Tpo .deps/cpu-visium.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c -o cpu-wasm32.lo cpu-wasm32.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-wasm32.lo -MD -MP -MF .deps/cpu-wasm32.Tpo -c cpu-wasm32.c -o cpu-wasm32.o mv -f .deps/cpu-wasm32.Tpo .deps/cpu-wasm32.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c -o cpu-xc16x.lo cpu-xc16x.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xc16x.lo -MD -MP -MF .deps/cpu-xc16x.Tpo -c cpu-xc16x.c -o cpu-xc16x.o mv -f .deps/cpu-xc16x.Tpo .deps/cpu-xc16x.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c -o cpu-xgate.lo cpu-xgate.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xgate.lo -MD -MP -MF .deps/cpu-xgate.Tpo -c cpu-xgate.c -o cpu-xgate.o mv -f .deps/cpu-xgate.Tpo .deps/cpu-xgate.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c -o cpu-xstormy16.lo cpu-xstormy16.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xstormy16.lo -MD -MP -MF .deps/cpu-xstormy16.Tpo -c cpu-xstormy16.c -o cpu-xstormy16.o mv -f .deps/cpu-xstormy16.Tpo .deps/cpu-xstormy16.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c -o cpu-xtensa.lo cpu-xtensa.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-xtensa.lo -MD -MP -MF .deps/cpu-xtensa.Tpo -c cpu-xtensa.c -o cpu-xtensa.o mv -f .deps/cpu-xtensa.Tpo .deps/cpu-xtensa.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo cpu-z80.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c cpu-z80.c -o cpu-z80.o mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c -o cpu-z8k.lo cpu-z8k.c libtool: compile: cc -DHAVE_CONFIG_H -I. -DBINDIR=\"/usr/local/bin\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cpu-z8k.lo -MD -MP -MF .deps/cpu-z8k.Tpo -c cpu-z8k.c -o cpu-z8k.o mv -f .deps/cpu-z8k.Tpo .deps/cpu-z8k.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -DBINDIR='"/usr/local/bin"' -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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\" -I. -I. -I./../include -DHAVE_all_vecs -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf-vxworks.lo elf32.lo coff-i386.lo cofflink.lo coffgen.lo pei-i386.lo peigen.lo pei-x86_64.lo pex64igen.lo elf64-gen.lo elf32-gen.lo plugin.lo elf32-aarch64.lo elf64-aarch64.lo elfxx-aarch64.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-ia64.lo elf32-mips.lo elf32-score.lo elf32-score7.lo elf64-alpha.lo elf64-gen.lo elf64-hppa.lo elf64-ia64.lo elf64-ia64-vms.lo elfxx-ia64.lo elfn32-mips.lo elf64-mips.lo elfxx-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf32-riscv.lo elf64-riscv.lo elfxx-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elfxx-x86.lo elf64.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-x86_64.lo pei-ia64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout-tic30.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-tic80.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cr16c.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elfxx-x86.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-s12z.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-nios2.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xc16x.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o.lo mach-o-i386.lo mach-o-arm.lo ns32knetbsd.lo pc532-mach.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-ppc.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-ppc.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-plugin.lo cpu-aarch64.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-cr16.lo cpu-cr16c.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo cpu-ia64.lo cpu-ip2k.lo cpu-iq2000.lo cpu-lm32.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m9s12x.lo cpu-s12z.lo cpu-m9s12xg.lo cpu-m68k.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-nios2.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-plugin.lo cpu-powerpc.lo cpu-pru.lo cpu-rs6000.lo cpu-riscv.lo cpu-rl78.lo cpu-rx.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tic80.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xc16x.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.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 -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -release `cat libtool-soversion` -L/usr/local/lib -fstack-protector-strong -o libbfd.la -rpath /usr/local/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf-vxworks.o elf32.o coff-i386.o cofflink.o coffgen.o pei-i386.o peigen.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o elf32-aarch64.o elf64-aarch64.o elfxx-aarch64.o aix5ppc-core.o aout64.o coff-alpha.o coff-x86_64.o coff64-rs6000.o elf32-ia64.o elf32-mips.o elf32-score.o elf32-score7.o elf64-alpha.o elf64-hppa.o elf64-ia64.o elf64-ia64-vms.o elfxx-ia64.o elfn32-mips.o elf64-mips.o elfxx-mips.o elf64-mmix.o elf64-nfp.o elf64-ppc.o elf32-riscv.o elf64-riscv.o elfxx-riscv.o elf64-s390.o elf64-sparc.o elf64-tilegx.o mach-o-aarch64.o mach-o-x86-64.o mmo.o pe-x86_64.o pei-ia64.o pepigen.o vms-alpha.o aout-cris.o aout-ns32k.o aout-tic30.o aout32.o cf-i386lynx.o coff-go32.o coff-mips.o coff-rs6000.o coff-sh.o coff-stgo32.o coff-tic30.o coff-tic4x.o coff-tic54x.o coff-tic80.o coff-z80.o coff-z8k.o ecoff.o ecofflink.o elf-m10200.o elf-m10300.o elf32-am33lin.o elf32-arc.o elf32-arm.o elf32-avr.o elf32-bfin.o elf32-cr16.o elf32-cr16c.o elf32-cris.o elf32-crx.o elf32-csky.o elf32-d10v.o elf32-d30v.o elf32-dlx.o elf32-epiphany.o elf32-fr30.o elf32-frv.o elf32-ft32.o elf32-h8300.o elf32-hppa.o elf32-ip2k.o elf32-iq2000.o elf32-lm32.o elf32-m32c.o elf32-m32r.o elf32-m68hc11.o elf32-m68hc12.o elf32-m68hc1x.o elf32-m68k.o elf32-s12z.o elf32-mcore.o elf32-mep.o elf32-metag.o elf32-microblaze.o elf32-moxie.o elf32-msp430.o elf32-mt.o elf32-nds32.o elf32-nios2.o elf32-or1k.o elf32-pj.o elf32-ppc.o elf32-pru.o elf32-rl78.o elf32-rx.o elf32-s390.o elf32-sh.o elf32-sparc.o elf32-spu.o elf32-tic6x.o elf32-tilegx.o elf32-tilepro.o elf32-v850.o elf32-vax.o elf32-visium.o elf32-wasm32.o elf32-xc16x.o elf32-xgate.o elf32-xstormy16.o elf32-xtensa.o elfxx-sparc.o elfxx-tilegx.o i386aout.o i386bsd.o i386lynx.o i386msdos.o mach-o.o mach-o-i386.o mach-o-arm.o ns32knetbsd.o pc532-mach.o pdp11.o pe-arm-wince.o pe-arm.o pe-i386.o pe-mcore.o pe-ppc.o pe-sh.o pef.o pei-arm-wince.o pei-arm.o pei-mcore.o pei-ppc.o pei-sh.o ppcboot.o reloc16.o som.o vax1knetbsd.o vaxnetbsd.o vms-lib.o vms-misc.o wasm-module.o xcofflink.o xsym.o xtensa-isa.o xtensa-modules.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o cpu-plugin.o cpu-aarch64.o cpu-alpha.o cpu-arc.o cpu-arm.o cpu-avr.o cpu-bfin.o cpu-cr16.o cpu-cr16c.o cpu-cris.o cpu-crx.o cpu-csky.o cpu-d10v.o cpu-d30v.o cpu-dlx.o cpu-epiphany.o cpu-fr30.o cpu-frv.o cpu-ft32.o cpu-h8300.o cpu-hppa.o cpu-ia64.o cpu-ip2k.o cpu-iq2000.o cpu-lm32.o cpu-m10200.o cpu-m10300.o cpu-m32c.o cpu-m32r.o cpu-m68hc11.o cpu-m68hc12.o cpu-m9s12x.o cpu-s12z.o cpu-m9s12xg.o cpu-m68k.o cpu-mcore.o cpu-mep.o cpu-metag.o cpu-microblaze.o cpu-mips.o cpu-mmix.o cpu-moxie.o cpu-msp430.o cpu-mt.o cpu-nds32.o cpu-nfp.o cpu-nios2.o cpu-ns32k.o cpu-or1k.o cpu-pdp11.o cpu-pj.o cpu-powerpc.o cpu-pru.o cpu-rs6000.o cpu-riscv.o cpu-rl78.o cpu-rx.o cpu-s390.o cpu-score.o cpu-sh.o cpu-sparc.o cpu-spu.o cpu-tic30.o cpu-tic4x.o cpu-tic54x.o cpu-tic6x.o cpu-tic80.o cpu-tilegx.o cpu-tilepro.o cpu-v850.o cpu-v850_rh850.o cpu-vax.o cpu-visium.o cpu-wasm32.o cpu-xc16x.o cpu-xgate.o cpu-xstormy16.o cpu-xtensa.o cpu-z80.o cpu-z8k.o archive64.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/bfd' Configuring in ./opcodes configure: creating cache ./config.cache checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking target system type... x86_64-portbld-freebsd12.0 checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./../install-sh -c -d checking for gawk... /usr/bin/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 for x86_64-portbld-freebsd12.0-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 how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-portbld-freebsd12.0-ar... ar checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 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 x86_64-portbld-freebsd12.0-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-portbld-freebsd12.0-ar... (cached) ar checking for x86_64-portbld-freebsd12.0-strip... no checking for strip... strip checking for x86_64-portbld-freebsd12.0-ranlib... (cached) ranlib checking command to parse nm output from cc object... ok checking for dlfcn.h... 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... freebsd12.0 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... yes checking whether NLS is requested... no checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking whether string.h and strings.h may both be included... 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... 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[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' gmake all-recursive gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' Making all in . gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_all ./disassemble.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_all ./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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT alpha-dis.lo -MD -MP -MF .deps/alpha-dis.Tpo -c -o alpha-dis.lo alpha-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT alpha-dis.lo -MD -MP -MF .deps/alpha-dis.Tpo -c alpha-dis.c -o alpha-dis.o mv -f .deps/alpha-dis.Tpo .deps/alpha-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT alpha-opc.lo -MD -MP -MF .deps/alpha-opc.Tpo -c -o alpha-opc.lo alpha-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT alpha-opc.lo -MD -MP -MF .deps/alpha-opc.Tpo -c alpha-opc.c -o alpha-opc.o mv -f .deps/alpha-opc.Tpo .deps/alpha-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-dis.lo -MD -MP -MF .deps/arc-dis.Tpo -c -o arc-dis.lo arc-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-dis.lo -MD -MP -MF .deps/arc-dis.Tpo -c arc-dis.c -o arc-dis.o mv -f .deps/arc-dis.Tpo .deps/arc-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-ext.lo -MD -MP -MF .deps/arc-ext.Tpo -c -o arc-ext.lo arc-ext.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-ext.lo -MD -MP -MF .deps/arc-ext.Tpo -c arc-ext.c -o arc-ext.o mv -f .deps/arc-ext.Tpo .deps/arc-ext.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-opc.lo -MD -MP -MF .deps/arc-opc.Tpo -c -o arc-opc.lo arc-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT arc-opc.lo -MD -MP -MF .deps/arc-opc.Tpo -c arc-opc.c -o arc-opc.o mv -f .deps/arc-opc.Tpo .deps/arc-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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 -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -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=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT avr-dis.lo -MD -MP -MF .deps/avr-dis.Tpo -c -o avr-dis.lo avr-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT avr-dis.lo -MD -MP -MF .deps/avr-dis.Tpo -c avr-dis.c -o avr-dis.o mv -f .deps/avr-dis.Tpo .deps/avr-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT bfin-dis.lo -MD -MP -MF .deps/bfin-dis.Tpo -c -o bfin-dis.lo bfin-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT bfin-dis.lo -MD -MP -MF .deps/bfin-dis.Tpo -c bfin-dis.c -o bfin-dis.o mv -f .deps/bfin-dis.Tpo .deps/bfin-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-asm.lo -MD -MP -MF .deps/cgen-asm.Tpo -c -o cgen-asm.lo cgen-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-asm.lo -MD -MP -MF .deps/cgen-asm.Tpo -c cgen-asm.c -o cgen-asm.o mv -f .deps/cgen-asm.Tpo .deps/cgen-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-bitset.lo -MD -MP -MF .deps/cgen-bitset.Tpo -c -o cgen-bitset.lo cgen-bitset.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-bitset.lo -MD -MP -MF .deps/cgen-bitset.Tpo -c cgen-bitset.c -o cgen-bitset.o mv -f .deps/cgen-bitset.Tpo .deps/cgen-bitset.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-dis.lo -MD -MP -MF .deps/cgen-dis.Tpo -c -o cgen-dis.lo cgen-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-dis.lo -MD -MP -MF .deps/cgen-dis.Tpo -c cgen-dis.c -o cgen-dis.o mv -f .deps/cgen-dis.Tpo .deps/cgen-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-opc.lo -MD -MP -MF .deps/cgen-opc.Tpo -c -o cgen-opc.lo cgen-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cgen-opc.lo -MD -MP -MF .deps/cgen-opc.Tpo -c cgen-opc.c -o cgen-opc.o mv -f .deps/cgen-opc.Tpo .deps/cgen-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cr16-dis.lo -MD -MP -MF .deps/cr16-dis.Tpo -c -o cr16-dis.lo cr16-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cr16-dis.lo -MD -MP -MF .deps/cr16-dis.Tpo -c cr16-dis.c -o cr16-dis.o mv -f .deps/cr16-dis.Tpo .deps/cr16-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cr16-opc.lo -MD -MP -MF .deps/cr16-opc.Tpo -c -o cr16-opc.lo cr16-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cr16-opc.lo -MD -MP -MF .deps/cr16-opc.Tpo -c cr16-opc.c -o cr16-opc.o mv -f .deps/cr16-opc.Tpo .deps/cr16-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cris-dis.lo -MD -MP -MF .deps/cris-dis.Tpo -c -o cris-dis.lo cris-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cris-dis.lo -MD -MP -MF .deps/cris-dis.Tpo -c cris-dis.c -o cris-dis.o mv -f .deps/cris-dis.Tpo .deps/cris-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cris-opc.lo -MD -MP -MF .deps/cris-opc.Tpo -c -o cris-opc.lo cris-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT cris-opc.lo -MD -MP -MF .deps/cris-opc.Tpo -c cris-opc.c -o cris-opc.o mv -f .deps/cris-opc.Tpo .deps/cris-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT crx-dis.lo -MD -MP -MF .deps/crx-dis.Tpo -c -o crx-dis.lo crx-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT crx-dis.lo -MD -MP -MF .deps/crx-dis.Tpo -c crx-dis.c -o crx-dis.o mv -f .deps/crx-dis.Tpo .deps/crx-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT crx-opc.lo -MD -MP -MF .deps/crx-opc.Tpo -c -o crx-opc.lo crx-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT crx-opc.lo -MD -MP -MF .deps/crx-opc.Tpo -c crx-opc.c -o crx-opc.o mv -f .deps/crx-opc.Tpo .deps/crx-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT csky-dis.lo -MD -MP -MF .deps/csky-dis.Tpo -c -o csky-dis.lo csky-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT csky-dis.lo -MD -MP -MF .deps/csky-dis.Tpo -c csky-dis.c -o csky-dis.o mv -f .deps/csky-dis.Tpo .deps/csky-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d10v-dis.lo -MD -MP -MF .deps/d10v-dis.Tpo -c -o d10v-dis.lo d10v-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d10v-dis.lo -MD -MP -MF .deps/d10v-dis.Tpo -c d10v-dis.c -o d10v-dis.o mv -f .deps/d10v-dis.Tpo .deps/d10v-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d10v-opc.lo -MD -MP -MF .deps/d10v-opc.Tpo -c -o d10v-opc.lo d10v-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d10v-opc.lo -MD -MP -MF .deps/d10v-opc.Tpo -c d10v-opc.c -o d10v-opc.o mv -f .deps/d10v-opc.Tpo .deps/d10v-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d30v-dis.lo -MD -MP -MF .deps/d30v-dis.Tpo -c -o d30v-dis.lo d30v-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d30v-dis.lo -MD -MP -MF .deps/d30v-dis.Tpo -c d30v-dis.c -o d30v-dis.o mv -f .deps/d30v-dis.Tpo .deps/d30v-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d30v-opc.lo -MD -MP -MF .deps/d30v-opc.Tpo -c -o d30v-opc.lo d30v-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT d30v-opc.lo -MD -MP -MF .deps/d30v-opc.Tpo -c d30v-opc.c -o d30v-opc.o mv -f .deps/d30v-opc.Tpo .deps/d30v-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT dlx-dis.lo -MD -MP -MF .deps/dlx-dis.Tpo -c -o dlx-dis.lo dlx-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT dlx-dis.lo -MD -MP -MF .deps/dlx-dis.Tpo -c dlx-dis.c -o dlx-dis.o mv -f .deps/dlx-dis.Tpo .deps/dlx-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-asm.lo -MD -MP -MF .deps/epiphany-asm.Tpo -c -o epiphany-asm.lo epiphany-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-asm.lo -MD -MP -MF .deps/epiphany-asm.Tpo -c epiphany-asm.c -o epiphany-asm.o mv -f .deps/epiphany-asm.Tpo .deps/epiphany-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-desc.lo -MD -MP -MF .deps/epiphany-desc.Tpo -c -o epiphany-desc.lo epiphany-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-desc.lo -MD -MP -MF .deps/epiphany-desc.Tpo -c epiphany-desc.c -o epiphany-desc.o mv -f .deps/epiphany-desc.Tpo .deps/epiphany-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-dis.lo -MD -MP -MF .deps/epiphany-dis.Tpo -c -o epiphany-dis.lo epiphany-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-dis.lo -MD -MP -MF .deps/epiphany-dis.Tpo -c epiphany-dis.c -o epiphany-dis.o mv -f .deps/epiphany-dis.Tpo .deps/epiphany-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-ibld.lo -MD -MP -MF .deps/epiphany-ibld.Tpo -c -o epiphany-ibld.lo epiphany-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-ibld.lo -MD -MP -MF .deps/epiphany-ibld.Tpo -c epiphany-ibld.c -o epiphany-ibld.o mv -f .deps/epiphany-ibld.Tpo .deps/epiphany-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-opc.lo -MD -MP -MF .deps/epiphany-opc.Tpo -c -o epiphany-opc.lo epiphany-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT epiphany-opc.lo -MD -MP -MF .deps/epiphany-opc.Tpo -c epiphany-opc.c -o epiphany-opc.o mv -f .deps/epiphany-opc.Tpo .deps/epiphany-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-asm.lo -MD -MP -MF .deps/fr30-asm.Tpo -c -o fr30-asm.lo fr30-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-asm.lo -MD -MP -MF .deps/fr30-asm.Tpo -c fr30-asm.c -o fr30-asm.o mv -f .deps/fr30-asm.Tpo .deps/fr30-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-desc.lo -MD -MP -MF .deps/fr30-desc.Tpo -c -o fr30-desc.lo fr30-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-desc.lo -MD -MP -MF .deps/fr30-desc.Tpo -c fr30-desc.c -o fr30-desc.o mv -f .deps/fr30-desc.Tpo .deps/fr30-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-dis.lo -MD -MP -MF .deps/fr30-dis.Tpo -c -o fr30-dis.lo fr30-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-dis.lo -MD -MP -MF .deps/fr30-dis.Tpo -c fr30-dis.c -o fr30-dis.o mv -f .deps/fr30-dis.Tpo .deps/fr30-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-ibld.lo -MD -MP -MF .deps/fr30-ibld.Tpo -c -o fr30-ibld.lo fr30-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-ibld.lo -MD -MP -MF .deps/fr30-ibld.Tpo -c fr30-ibld.c -o fr30-ibld.o mv -f .deps/fr30-ibld.Tpo .deps/fr30-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-opc.lo -MD -MP -MF .deps/fr30-opc.Tpo -c -o fr30-opc.lo fr30-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT fr30-opc.lo -MD -MP -MF .deps/fr30-opc.Tpo -c fr30-opc.c -o fr30-opc.o mv -f .deps/fr30-opc.Tpo .deps/fr30-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-asm.lo -MD -MP -MF .deps/frv-asm.Tpo -c -o frv-asm.lo frv-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-asm.lo -MD -MP -MF .deps/frv-asm.Tpo -c frv-asm.c -o frv-asm.o mv -f .deps/frv-asm.Tpo .deps/frv-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-desc.lo -MD -MP -MF .deps/frv-desc.Tpo -c -o frv-desc.lo frv-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-desc.lo -MD -MP -MF .deps/frv-desc.Tpo -c frv-desc.c -o frv-desc.o mv -f .deps/frv-desc.Tpo .deps/frv-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-dis.lo -MD -MP -MF .deps/frv-dis.Tpo -c -o frv-dis.lo frv-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-dis.lo -MD -MP -MF .deps/frv-dis.Tpo -c frv-dis.c -o frv-dis.o mv -f .deps/frv-dis.Tpo .deps/frv-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-ibld.lo -MD -MP -MF .deps/frv-ibld.Tpo -c -o frv-ibld.lo frv-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-ibld.lo -MD -MP -MF .deps/frv-ibld.Tpo -c frv-ibld.c -o frv-ibld.o mv -f .deps/frv-ibld.Tpo .deps/frv-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-opc.lo -MD -MP -MF .deps/frv-opc.Tpo -c -o frv-opc.lo frv-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT frv-opc.lo -MD -MP -MF .deps/frv-opc.Tpo -c frv-opc.c -o frv-opc.o mv -f .deps/frv-opc.Tpo .deps/frv-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ft32-dis.lo -MD -MP -MF .deps/ft32-dis.Tpo -c -o ft32-dis.lo ft32-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ft32-dis.lo -MD -MP -MF .deps/ft32-dis.Tpo -c ft32-dis.c -o ft32-dis.o mv -f .deps/ft32-dis.Tpo .deps/ft32-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ft32-opc.lo -MD -MP -MF .deps/ft32-opc.Tpo -c -o ft32-opc.lo ft32-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ft32-opc.lo -MD -MP -MF .deps/ft32-opc.Tpo -c ft32-opc.c -o ft32-opc.o mv -f .deps/ft32-opc.Tpo .deps/ft32-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT h8300-dis.lo -MD -MP -MF .deps/h8300-dis.Tpo -c -o h8300-dis.lo h8300-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT h8300-dis.lo -MD -MP -MF .deps/h8300-dis.Tpo -c h8300-dis.c -o h8300-dis.o mv -f .deps/h8300-dis.Tpo .deps/h8300-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT hppa-dis.lo -MD -MP -MF .deps/hppa-dis.Tpo -c -o hppa-dis.lo hppa-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT hppa-dis.lo -MD -MP -MF .deps/hppa-dis.Tpo -c hppa-dis.c -o hppa-dis.o mv -f .deps/hppa-dis.Tpo .deps/hppa-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo i386-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c i386-dis.c -o i386-dis.o mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo i386-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c i386-opc.c -o i386-opc.o mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ia64-dis.lo -MD -MP -MF .deps/ia64-dis.Tpo -c -o ia64-dis.lo ia64-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ia64-dis.lo -MD -MP -MF .deps/ia64-dis.Tpo -c ia64-dis.c -o ia64-dis.o mv -f .deps/ia64-dis.Tpo .deps/ia64-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ia64-opc.lo -MD -MP -MF .deps/ia64-opc.Tpo -c -o ia64-opc.lo ia64-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ia64-opc.lo -MD -MP -MF .deps/ia64-opc.Tpo -c ia64-opc.c -o ia64-opc.o mv -f .deps/ia64-opc.Tpo .deps/ia64-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-asm.lo -MD -MP -MF .deps/ip2k-asm.Tpo -c -o ip2k-asm.lo ip2k-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-asm.lo -MD -MP -MF .deps/ip2k-asm.Tpo -c ip2k-asm.c -o ip2k-asm.o mv -f .deps/ip2k-asm.Tpo .deps/ip2k-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-desc.lo -MD -MP -MF .deps/ip2k-desc.Tpo -c -o ip2k-desc.lo ip2k-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-desc.lo -MD -MP -MF .deps/ip2k-desc.Tpo -c ip2k-desc.c -o ip2k-desc.o mv -f .deps/ip2k-desc.Tpo .deps/ip2k-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-dis.lo -MD -MP -MF .deps/ip2k-dis.Tpo -c -o ip2k-dis.lo ip2k-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-dis.lo -MD -MP -MF .deps/ip2k-dis.Tpo -c ip2k-dis.c -o ip2k-dis.o mv -f .deps/ip2k-dis.Tpo .deps/ip2k-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-ibld.lo -MD -MP -MF .deps/ip2k-ibld.Tpo -c -o ip2k-ibld.lo ip2k-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-ibld.lo -MD -MP -MF .deps/ip2k-ibld.Tpo -c ip2k-ibld.c -o ip2k-ibld.o mv -f .deps/ip2k-ibld.Tpo .deps/ip2k-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-opc.lo -MD -MP -MF .deps/ip2k-opc.Tpo -c -o ip2k-opc.lo ip2k-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ip2k-opc.lo -MD -MP -MF .deps/ip2k-opc.Tpo -c ip2k-opc.c -o ip2k-opc.o mv -f .deps/ip2k-opc.Tpo .deps/ip2k-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-asm.lo -MD -MP -MF .deps/iq2000-asm.Tpo -c -o iq2000-asm.lo iq2000-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-asm.lo -MD -MP -MF .deps/iq2000-asm.Tpo -c iq2000-asm.c -o iq2000-asm.o mv -f .deps/iq2000-asm.Tpo .deps/iq2000-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-desc.lo -MD -MP -MF .deps/iq2000-desc.Tpo -c -o iq2000-desc.lo iq2000-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-desc.lo -MD -MP -MF .deps/iq2000-desc.Tpo -c iq2000-desc.c -o iq2000-desc.o mv -f .deps/iq2000-desc.Tpo .deps/iq2000-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-dis.lo -MD -MP -MF .deps/iq2000-dis.Tpo -c -o iq2000-dis.lo iq2000-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-dis.lo -MD -MP -MF .deps/iq2000-dis.Tpo -c iq2000-dis.c -o iq2000-dis.o mv -f .deps/iq2000-dis.Tpo .deps/iq2000-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-ibld.lo -MD -MP -MF .deps/iq2000-ibld.Tpo -c -o iq2000-ibld.lo iq2000-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-ibld.lo -MD -MP -MF .deps/iq2000-ibld.Tpo -c iq2000-ibld.c -o iq2000-ibld.o mv -f .deps/iq2000-ibld.Tpo .deps/iq2000-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-opc.lo -MD -MP -MF .deps/iq2000-opc.Tpo -c -o iq2000-opc.lo iq2000-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT iq2000-opc.lo -MD -MP -MF .deps/iq2000-opc.Tpo -c iq2000-opc.c -o iq2000-opc.o mv -f .deps/iq2000-opc.Tpo .deps/iq2000-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-asm.lo -MD -MP -MF .deps/lm32-asm.Tpo -c -o lm32-asm.lo lm32-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-asm.lo -MD -MP -MF .deps/lm32-asm.Tpo -c lm32-asm.c -o lm32-asm.o mv -f .deps/lm32-asm.Tpo .deps/lm32-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-desc.lo -MD -MP -MF .deps/lm32-desc.Tpo -c -o lm32-desc.lo lm32-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-desc.lo -MD -MP -MF .deps/lm32-desc.Tpo -c lm32-desc.c -o lm32-desc.o mv -f .deps/lm32-desc.Tpo .deps/lm32-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-dis.lo -MD -MP -MF .deps/lm32-dis.Tpo -c -o lm32-dis.lo lm32-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-dis.lo -MD -MP -MF .deps/lm32-dis.Tpo -c lm32-dis.c -o lm32-dis.o mv -f .deps/lm32-dis.Tpo .deps/lm32-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-ibld.lo -MD -MP -MF .deps/lm32-ibld.Tpo -c -o lm32-ibld.lo lm32-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-ibld.lo -MD -MP -MF .deps/lm32-ibld.Tpo -c lm32-ibld.c -o lm32-ibld.o mv -f .deps/lm32-ibld.Tpo .deps/lm32-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-opc.lo -MD -MP -MF .deps/lm32-opc.Tpo -c -o lm32-opc.lo lm32-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-opc.lo -MD -MP -MF .deps/lm32-opc.Tpo -c lm32-opc.c -o lm32-opc.o mv -f .deps/lm32-opc.Tpo .deps/lm32-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-opinst.lo -MD -MP -MF .deps/lm32-opinst.Tpo -c -o lm32-opinst.lo lm32-opinst.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT lm32-opinst.lo -MD -MP -MF .deps/lm32-opinst.Tpo -c lm32-opinst.c -o lm32-opinst.o mv -f .deps/lm32-opinst.Tpo .deps/lm32-opinst.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10200-dis.lo -MD -MP -MF .deps/m10200-dis.Tpo -c -o m10200-dis.lo m10200-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10200-dis.lo -MD -MP -MF .deps/m10200-dis.Tpo -c m10200-dis.c -o m10200-dis.o mv -f .deps/m10200-dis.Tpo .deps/m10200-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10200-opc.lo -MD -MP -MF .deps/m10200-opc.Tpo -c -o m10200-opc.lo m10200-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10200-opc.lo -MD -MP -MF .deps/m10200-opc.Tpo -c m10200-opc.c -o m10200-opc.o mv -f .deps/m10200-opc.Tpo .deps/m10200-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10300-dis.lo -MD -MP -MF .deps/m10300-dis.Tpo -c -o m10300-dis.lo m10300-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10300-dis.lo -MD -MP -MF .deps/m10300-dis.Tpo -c m10300-dis.c -o m10300-dis.o mv -f .deps/m10300-dis.Tpo .deps/m10300-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10300-opc.lo -MD -MP -MF .deps/m10300-opc.Tpo -c -o m10300-opc.lo m10300-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m10300-opc.lo -MD -MP -MF .deps/m10300-opc.Tpo -c m10300-opc.c -o m10300-opc.o mv -f .deps/m10300-opc.Tpo .deps/m10300-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-asm.lo -MD -MP -MF .deps/m32c-asm.Tpo -c -o m32c-asm.lo m32c-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-asm.lo -MD -MP -MF .deps/m32c-asm.Tpo -c m32c-asm.c -o m32c-asm.o mv -f .deps/m32c-asm.Tpo .deps/m32c-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-desc.lo -MD -MP -MF .deps/m32c-desc.Tpo -c -o m32c-desc.lo m32c-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-desc.lo -MD -MP -MF .deps/m32c-desc.Tpo -c m32c-desc.c -o m32c-desc.o mv -f .deps/m32c-desc.Tpo .deps/m32c-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-dis.lo -MD -MP -MF .deps/m32c-dis.Tpo -c -o m32c-dis.lo m32c-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-dis.lo -MD -MP -MF .deps/m32c-dis.Tpo -c m32c-dis.c -o m32c-dis.o mv -f .deps/m32c-dis.Tpo .deps/m32c-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-ibld.lo -MD -MP -MF .deps/m32c-ibld.Tpo -c -o m32c-ibld.lo m32c-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-ibld.lo -MD -MP -MF .deps/m32c-ibld.Tpo -c m32c-ibld.c -o m32c-ibld.o mv -f .deps/m32c-ibld.Tpo .deps/m32c-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-opc.lo -MD -MP -MF .deps/m32c-opc.Tpo -c -o m32c-opc.lo m32c-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32c-opc.lo -MD -MP -MF .deps/m32c-opc.Tpo -c m32c-opc.c -o m32c-opc.o mv -f .deps/m32c-opc.Tpo .deps/m32c-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-asm.lo -MD -MP -MF .deps/m32r-asm.Tpo -c -o m32r-asm.lo m32r-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-asm.lo -MD -MP -MF .deps/m32r-asm.Tpo -c m32r-asm.c -o m32r-asm.o mv -f .deps/m32r-asm.Tpo .deps/m32r-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-desc.lo -MD -MP -MF .deps/m32r-desc.Tpo -c -o m32r-desc.lo m32r-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-desc.lo -MD -MP -MF .deps/m32r-desc.Tpo -c m32r-desc.c -o m32r-desc.o mv -f .deps/m32r-desc.Tpo .deps/m32r-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-dis.lo -MD -MP -MF .deps/m32r-dis.Tpo -c -o m32r-dis.lo m32r-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-dis.lo -MD -MP -MF .deps/m32r-dis.Tpo -c m32r-dis.c -o m32r-dis.o mv -f .deps/m32r-dis.Tpo .deps/m32r-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-ibld.lo -MD -MP -MF .deps/m32r-ibld.Tpo -c -o m32r-ibld.lo m32r-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-ibld.lo -MD -MP -MF .deps/m32r-ibld.Tpo -c m32r-ibld.c -o m32r-ibld.o mv -f .deps/m32r-ibld.Tpo .deps/m32r-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-opc.lo -MD -MP -MF .deps/m32r-opc.Tpo -c -o m32r-opc.lo m32r-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-opc.lo -MD -MP -MF .deps/m32r-opc.Tpo -c m32r-opc.c -o m32r-opc.o mv -f .deps/m32r-opc.Tpo .deps/m32r-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-opinst.lo -MD -MP -MF .deps/m32r-opinst.Tpo -c -o m32r-opinst.lo m32r-opinst.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m32r-opinst.lo -MD -MP -MF .deps/m32r-opinst.Tpo -c m32r-opinst.c -o m32r-opinst.o mv -f .deps/m32r-opinst.Tpo .deps/m32r-opinst.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68hc11-dis.lo -MD -MP -MF .deps/m68hc11-dis.Tpo -c -o m68hc11-dis.lo m68hc11-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68hc11-dis.lo -MD -MP -MF .deps/m68hc11-dis.Tpo -c m68hc11-dis.c -o m68hc11-dis.o mv -f .deps/m68hc11-dis.Tpo .deps/m68hc11-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68hc11-opc.lo -MD -MP -MF .deps/m68hc11-opc.Tpo -c -o m68hc11-opc.lo m68hc11-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68hc11-opc.lo -MD -MP -MF .deps/m68hc11-opc.Tpo -c m68hc11-opc.c -o m68hc11-opc.o mv -f .deps/m68hc11-opc.Tpo .deps/m68hc11-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68k-dis.lo -MD -MP -MF .deps/m68k-dis.Tpo -c -o m68k-dis.lo m68k-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68k-dis.lo -MD -MP -MF .deps/m68k-dis.Tpo -c m68k-dis.c -o m68k-dis.o mv -f .deps/m68k-dis.Tpo .deps/m68k-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68k-opc.lo -MD -MP -MF .deps/m68k-opc.Tpo -c -o m68k-opc.lo m68k-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT m68k-opc.lo -MD -MP -MF .deps/m68k-opc.Tpo -c m68k-opc.c -o m68k-opc.o mv -f .deps/m68k-opc.Tpo .deps/m68k-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s12z-dis.lo -MD -MP -MF .deps/s12z-dis.Tpo -c -o s12z-dis.lo s12z-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s12z-dis.lo -MD -MP -MF .deps/s12z-dis.Tpo -c s12z-dis.c -o s12z-dis.o mv -f .deps/s12z-dis.Tpo .deps/s12z-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s12z-opc.lo -MD -MP -MF .deps/s12z-opc.Tpo -c -o s12z-opc.lo s12z-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s12z-opc.lo -MD -MP -MF .deps/s12z-opc.Tpo -c s12z-opc.c -o s12z-opc.o mv -f .deps/s12z-opc.Tpo .deps/s12z-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mcore-dis.lo -MD -MP -MF .deps/mcore-dis.Tpo -c -o mcore-dis.lo mcore-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mcore-dis.lo -MD -MP -MF .deps/mcore-dis.Tpo -c mcore-dis.c -o mcore-dis.o mv -f .deps/mcore-dis.Tpo .deps/mcore-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-asm.lo -MD -MP -MF .deps/mep-asm.Tpo -c -o mep-asm.lo mep-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-asm.lo -MD -MP -MF .deps/mep-asm.Tpo -c mep-asm.c -o mep-asm.o mv -f .deps/mep-asm.Tpo .deps/mep-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-desc.lo -MD -MP -MF .deps/mep-desc.Tpo -c -o mep-desc.lo mep-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-desc.lo -MD -MP -MF .deps/mep-desc.Tpo -c mep-desc.c -o mep-desc.o mv -f .deps/mep-desc.Tpo .deps/mep-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-dis.lo -MD -MP -MF .deps/mep-dis.Tpo -c -o mep-dis.lo mep-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-dis.lo -MD -MP -MF .deps/mep-dis.Tpo -c mep-dis.c -o mep-dis.o mv -f .deps/mep-dis.Tpo .deps/mep-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-ibld.lo -MD -MP -MF .deps/mep-ibld.Tpo -c -o mep-ibld.lo mep-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-ibld.lo -MD -MP -MF .deps/mep-ibld.Tpo -c mep-ibld.c -o mep-ibld.o mv -f .deps/mep-ibld.Tpo .deps/mep-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-opc.lo -MD -MP -MF .deps/mep-opc.Tpo -c -o mep-opc.lo mep-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mep-opc.lo -MD -MP -MF .deps/mep-opc.Tpo -c mep-opc.c -o mep-opc.o mv -f .deps/mep-opc.Tpo .deps/mep-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT metag-dis.lo -MD -MP -MF .deps/metag-dis.Tpo -c -o metag-dis.lo metag-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT metag-dis.lo -MD -MP -MF .deps/metag-dis.Tpo -c metag-dis.c -o metag-dis.o mv -f .deps/metag-dis.Tpo .deps/metag-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT microblaze-dis.lo -MD -MP -MF .deps/microblaze-dis.Tpo -c -o microblaze-dis.lo microblaze-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT microblaze-dis.lo -MD -MP -MF .deps/microblaze-dis.Tpo -c microblaze-dis.c -o microblaze-dis.o mv -f .deps/microblaze-dis.Tpo .deps/microblaze-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT micromips-opc.lo -MD -MP -MF .deps/micromips-opc.Tpo -c -o micromips-opc.lo micromips-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT micromips-opc.lo -MD -MP -MF .deps/micromips-opc.Tpo -c micromips-opc.c -o micromips-opc.o mv -f .deps/micromips-opc.Tpo .deps/micromips-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c -o mips-dis.lo `case \`cat ../bfd/ofiles\` in *elfxx-mips*) echo "-DHAVE_BFD_MIPS_ELF_GET_ABIFLAGS=1";; esac` mips-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips-dis.lo -MD -MP -MF .deps/mips-dis.Tpo -c -DHAVE_BFD_MIPS_ELF_GET_ABIFLAGS=1 mips-dis.c -o mips-dis.o mv -f .deps/mips-dis.Tpo .deps/mips-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips-opc.lo -MD -MP -MF .deps/mips-opc.Tpo -c -o mips-opc.lo mips-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips-opc.lo -MD -MP -MF .deps/mips-opc.Tpo -c mips-opc.c -o mips-opc.o mv -f .deps/mips-opc.Tpo .deps/mips-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips16-opc.lo -MD -MP -MF .deps/mips16-opc.Tpo -c -o mips16-opc.lo mips16-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mips16-opc.lo -MD -MP -MF .deps/mips16-opc.Tpo -c mips16-opc.c -o mips16-opc.o mv -f .deps/mips16-opc.Tpo .deps/mips16-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmix-dis.lo -MD -MP -MF .deps/mmix-dis.Tpo -c -o mmix-dis.lo mmix-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmix-dis.lo -MD -MP -MF .deps/mmix-dis.Tpo -c mmix-dis.c -o mmix-dis.o mv -f .deps/mmix-dis.Tpo .deps/mmix-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmix-opc.lo -MD -MP -MF .deps/mmix-opc.Tpo -c -o mmix-opc.lo mmix-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mmix-opc.lo -MD -MP -MF .deps/mmix-opc.Tpo -c mmix-opc.c -o mmix-opc.o mv -f .deps/mmix-opc.Tpo .deps/mmix-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT moxie-dis.lo -MD -MP -MF .deps/moxie-dis.Tpo -c -o moxie-dis.lo moxie-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT moxie-dis.lo -MD -MP -MF .deps/moxie-dis.Tpo -c moxie-dis.c -o moxie-dis.o mv -f .deps/moxie-dis.Tpo .deps/moxie-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT moxie-opc.lo -MD -MP -MF .deps/moxie-opc.Tpo -c -o moxie-opc.lo moxie-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT moxie-opc.lo -MD -MP -MF .deps/moxie-opc.Tpo -c moxie-opc.c -o moxie-opc.o mv -f .deps/moxie-opc.Tpo .deps/moxie-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT msp430-decode.lo -MD -MP -MF .deps/msp430-decode.Tpo -c -o msp430-decode.lo msp430-decode.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT msp430-decode.lo -MD -MP -MF .deps/msp430-decode.Tpo -c msp430-decode.c -o msp430-decode.o mv -f .deps/msp430-decode.Tpo .deps/msp430-decode.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c -o msp430-dis.lo msp430-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT msp430-dis.lo -MD -MP -MF .deps/msp430-dis.Tpo -c msp430-dis.c -o msp430-dis.o mv -f .deps/msp430-dis.Tpo .deps/msp430-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-asm.lo -MD -MP -MF .deps/mt-asm.Tpo -c -o mt-asm.lo mt-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-asm.lo -MD -MP -MF .deps/mt-asm.Tpo -c mt-asm.c -o mt-asm.o mv -f .deps/mt-asm.Tpo .deps/mt-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-desc.lo -MD -MP -MF .deps/mt-desc.Tpo -c -o mt-desc.lo mt-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-desc.lo -MD -MP -MF .deps/mt-desc.Tpo -c mt-desc.c -o mt-desc.o mv -f .deps/mt-desc.Tpo .deps/mt-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-dis.lo -MD -MP -MF .deps/mt-dis.Tpo -c -o mt-dis.lo mt-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-dis.lo -MD -MP -MF .deps/mt-dis.Tpo -c mt-dis.c -o mt-dis.o mv -f .deps/mt-dis.Tpo .deps/mt-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-ibld.lo -MD -MP -MF .deps/mt-ibld.Tpo -c -o mt-ibld.lo mt-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-ibld.lo -MD -MP -MF .deps/mt-ibld.Tpo -c mt-ibld.c -o mt-ibld.o mv -f .deps/mt-ibld.Tpo .deps/mt-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-opc.lo -MD -MP -MF .deps/mt-opc.Tpo -c -o mt-opc.lo mt-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT mt-opc.lo -MD -MP -MF .deps/mt-opc.Tpo -c mt-opc.c -o mt-opc.o mv -f .deps/mt-opc.Tpo .deps/mt-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nds32-asm.lo -MD -MP -MF .deps/nds32-asm.Tpo -c -o nds32-asm.lo nds32-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nds32-asm.lo -MD -MP -MF .deps/nds32-asm.Tpo -c nds32-asm.c -o nds32-asm.o mv -f .deps/nds32-asm.Tpo .deps/nds32-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nds32-dis.lo -MD -MP -MF .deps/nds32-dis.Tpo -c -o nds32-dis.lo nds32-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nds32-dis.lo -MD -MP -MF .deps/nds32-dis.Tpo -c nds32-dis.c -o nds32-dis.o mv -f .deps/nds32-dis.Tpo .deps/nds32-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nfp-dis.lo -MD -MP -MF .deps/nfp-dis.Tpo -c -o nfp-dis.lo nfp-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nfp-dis.lo -MD -MP -MF .deps/nfp-dis.Tpo -c nfp-dis.c -o nfp-dis.o mv -f .deps/nfp-dis.Tpo .deps/nfp-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nios2-dis.lo -MD -MP -MF .deps/nios2-dis.Tpo -c -o nios2-dis.lo nios2-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nios2-dis.lo -MD -MP -MF .deps/nios2-dis.Tpo -c nios2-dis.c -o nios2-dis.o mv -f .deps/nios2-dis.Tpo .deps/nios2-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nios2-opc.lo -MD -MP -MF .deps/nios2-opc.Tpo -c -o nios2-opc.lo nios2-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT nios2-opc.lo -MD -MP -MF .deps/nios2-opc.Tpo -c nios2-opc.c -o nios2-opc.o mv -f .deps/nios2-opc.Tpo .deps/nios2-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ns32k-dis.lo -MD -MP -MF .deps/ns32k-dis.Tpo -c -o ns32k-dis.lo ns32k-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ns32k-dis.lo -MD -MP -MF .deps/ns32k-dis.Tpo -c ns32k-dis.c -o ns32k-dis.o mv -f .deps/ns32k-dis.Tpo .deps/ns32k-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-asm.lo -MD -MP -MF .deps/or1k-asm.Tpo -c -o or1k-asm.lo or1k-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-asm.lo -MD -MP -MF .deps/or1k-asm.Tpo -c or1k-asm.c -o or1k-asm.o mv -f .deps/or1k-asm.Tpo .deps/or1k-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-desc.lo -MD -MP -MF .deps/or1k-desc.Tpo -c -o or1k-desc.lo or1k-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-desc.lo -MD -MP -MF .deps/or1k-desc.Tpo -c or1k-desc.c -o or1k-desc.o mv -f .deps/or1k-desc.Tpo .deps/or1k-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-dis.lo -MD -MP -MF .deps/or1k-dis.Tpo -c -o or1k-dis.lo or1k-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-dis.lo -MD -MP -MF .deps/or1k-dis.Tpo -c or1k-dis.c -o or1k-dis.o mv -f .deps/or1k-dis.Tpo .deps/or1k-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-ibld.lo -MD -MP -MF .deps/or1k-ibld.Tpo -c -o or1k-ibld.lo or1k-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-ibld.lo -MD -MP -MF .deps/or1k-ibld.Tpo -c or1k-ibld.c -o or1k-ibld.o mv -f .deps/or1k-ibld.Tpo .deps/or1k-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-opc.lo -MD -MP -MF .deps/or1k-opc.Tpo -c -o or1k-opc.lo or1k-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT or1k-opc.lo -MD -MP -MF .deps/or1k-opc.Tpo -c or1k-opc.c -o or1k-opc.o mv -f .deps/or1k-opc.Tpo .deps/or1k-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11-dis.lo -MD -MP -MF .deps/pdp11-dis.Tpo -c -o pdp11-dis.lo pdp11-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11-dis.lo -MD -MP -MF .deps/pdp11-dis.Tpo -c pdp11-dis.c -o pdp11-dis.o mv -f .deps/pdp11-dis.Tpo .deps/pdp11-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11-opc.lo -MD -MP -MF .deps/pdp11-opc.Tpo -c -o pdp11-opc.lo pdp11-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pdp11-opc.lo -MD -MP -MF .deps/pdp11-opc.Tpo -c pdp11-opc.c -o pdp11-opc.o mv -f .deps/pdp11-opc.Tpo .deps/pdp11-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pj-dis.lo -MD -MP -MF .deps/pj-dis.Tpo -c -o pj-dis.lo pj-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pj-dis.lo -MD -MP -MF .deps/pj-dis.Tpo -c pj-dis.c -o pj-dis.o mv -f .deps/pj-dis.Tpo .deps/pj-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pj-opc.lo -MD -MP -MF .deps/pj-opc.Tpo -c -o pj-opc.lo pj-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pj-opc.lo -MD -MP -MF .deps/pj-opc.Tpo -c pj-opc.c -o pj-opc.o mv -f .deps/pj-opc.Tpo .deps/pj-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppc-dis.lo -MD -MP -MF .deps/ppc-dis.Tpo -c -o ppc-dis.lo ppc-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppc-dis.lo -MD -MP -MF .deps/ppc-dis.Tpo -c ppc-dis.c -o ppc-dis.o mv -f .deps/ppc-dis.Tpo .deps/ppc-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppc-opc.lo -MD -MP -MF .deps/ppc-opc.Tpo -c -o ppc-opc.lo ppc-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT ppc-opc.lo -MD -MP -MF .deps/ppc-opc.Tpo -c ppc-opc.c -o ppc-opc.o mv -f .deps/ppc-opc.Tpo .deps/ppc-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pru-dis.lo -MD -MP -MF .deps/pru-dis.Tpo -c -o pru-dis.lo pru-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pru-dis.lo -MD -MP -MF .deps/pru-dis.Tpo -c pru-dis.c -o pru-dis.o mv -f .deps/pru-dis.Tpo .deps/pru-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pru-opc.lo -MD -MP -MF .deps/pru-opc.Tpo -c -o pru-opc.lo pru-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT pru-opc.lo -MD -MP -MF .deps/pru-opc.Tpo -c pru-opc.c -o pru-opc.o mv -f .deps/pru-opc.Tpo .deps/pru-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT riscv-dis.lo -MD -MP -MF .deps/riscv-dis.Tpo -c -o riscv-dis.lo riscv-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT riscv-dis.lo -MD -MP -MF .deps/riscv-dis.Tpo -c riscv-dis.c -o riscv-dis.o mv -f .deps/riscv-dis.Tpo .deps/riscv-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT riscv-opc.lo -MD -MP -MF .deps/riscv-opc.Tpo -c -o riscv-opc.lo riscv-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT riscv-opc.lo -MD -MP -MF .deps/riscv-opc.Tpo -c riscv-opc.c -o riscv-opc.o mv -f .deps/riscv-opc.Tpo .deps/riscv-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rl78-decode.lo -MD -MP -MF .deps/rl78-decode.Tpo -c -o rl78-decode.lo rl78-decode.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rl78-decode.lo -MD -MP -MF .deps/rl78-decode.Tpo -c rl78-decode.c -o rl78-decode.o mv -f .deps/rl78-decode.Tpo .deps/rl78-decode.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rl78-dis.lo -MD -MP -MF .deps/rl78-dis.Tpo -c -o rl78-dis.lo rl78-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rl78-dis.lo -MD -MP -MF .deps/rl78-dis.Tpo -c rl78-dis.c -o rl78-dis.o mv -f .deps/rl78-dis.Tpo .deps/rl78-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rx-decode.lo -MD -MP -MF .deps/rx-decode.Tpo -c -o rx-decode.lo rx-decode.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rx-decode.lo -MD -MP -MF .deps/rx-decode.Tpo -c rx-decode.c -o rx-decode.o mv -f .deps/rx-decode.Tpo .deps/rx-decode.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rx-dis.lo -MD -MP -MF .deps/rx-dis.Tpo -c -o rx-dis.lo rx-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT rx-dis.lo -MD -MP -MF .deps/rx-dis.Tpo -c rx-dis.c -o rx-dis.o mv -f .deps/rx-dis.Tpo .deps/rx-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c -o s390-dis.lo s390-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s390-dis.lo -MD -MP -MF .deps/s390-dis.Tpo -c s390-dis.c -o s390-dis.o mv -f .deps/s390-dis.Tpo .deps/s390-dis.Plo cc -I. -I. -I../bfd -I./../include -I./../bfd -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -o s390-mkopc ./s390-mkopc.c ./s390-mkopc < ./s390-opc.txt > s390-opc.tab /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c -o s390-opc.lo s390-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT s390-opc.lo -MD -MP -MF .deps/s390-opc.Tpo -c s390-opc.c -o s390-opc.o mv -f .deps/s390-opc.Tpo .deps/s390-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT score-dis.lo -MD -MP -MF .deps/score-dis.Tpo -c -o score-dis.lo score-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT score-dis.lo -MD -MP -MF .deps/score-dis.Tpo -c score-dis.c -o score-dis.o mv -f .deps/score-dis.Tpo .deps/score-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT score7-dis.lo -MD -MP -MF .deps/score7-dis.Tpo -c -o score7-dis.lo score7-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT score7-dis.lo -MD -MP -MF .deps/score7-dis.Tpo -c score7-dis.c -o score7-dis.o mv -f .deps/score7-dis.Tpo .deps/score7-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sh-dis.lo -MD -MP -MF .deps/sh-dis.Tpo -c -o sh-dis.lo -DARCH_all ./sh-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sh-dis.lo -MD -MP -MF .deps/sh-dis.Tpo -c -DARCH_all ./sh-dis.c -o sh-dis.o mv -f .deps/sh-dis.Tpo .deps/sh-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c -o sparc-dis.lo sparc-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c sparc-dis.c -o sparc-dis.o mv -f .deps/sparc-dis.Tpo .deps/sparc-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c -o sparc-opc.lo sparc-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c sparc-opc.c -o sparc-opc.o mv -f .deps/sparc-opc.Tpo .deps/sparc-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT spu-dis.lo -MD -MP -MF .deps/spu-dis.Tpo -c -o spu-dis.lo spu-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT spu-dis.lo -MD -MP -MF .deps/spu-dis.Tpo -c spu-dis.c -o spu-dis.o mv -f .deps/spu-dis.Tpo .deps/spu-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT spu-opc.lo -MD -MP -MF .deps/spu-opc.Tpo -c -o spu-opc.lo spu-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT spu-opc.lo -MD -MP -MF .deps/spu-opc.Tpo -c spu-opc.c -o spu-opc.o mv -f .deps/spu-opc.Tpo .deps/spu-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic30-dis.lo -MD -MP -MF .deps/tic30-dis.Tpo -c -o tic30-dis.lo tic30-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic30-dis.lo -MD -MP -MF .deps/tic30-dis.Tpo -c tic30-dis.c -o tic30-dis.o mv -f .deps/tic30-dis.Tpo .deps/tic30-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic4x-dis.lo -MD -MP -MF .deps/tic4x-dis.Tpo -c -o tic4x-dis.lo tic4x-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic4x-dis.lo -MD -MP -MF .deps/tic4x-dis.Tpo -c tic4x-dis.c -o tic4x-dis.o mv -f .deps/tic4x-dis.Tpo .deps/tic4x-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic54x-dis.lo -MD -MP -MF .deps/tic54x-dis.Tpo -c -o tic54x-dis.lo tic54x-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic54x-dis.lo -MD -MP -MF .deps/tic54x-dis.Tpo -c tic54x-dis.c -o tic54x-dis.o mv -f .deps/tic54x-dis.Tpo .deps/tic54x-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic54x-opc.lo -MD -MP -MF .deps/tic54x-opc.Tpo -c -o tic54x-opc.lo tic54x-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic54x-opc.lo -MD -MP -MF .deps/tic54x-opc.Tpo -c tic54x-opc.c -o tic54x-opc.o mv -f .deps/tic54x-opc.Tpo .deps/tic54x-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic6x-dis.lo -MD -MP -MF .deps/tic6x-dis.Tpo -c -o tic6x-dis.lo tic6x-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic6x-dis.lo -MD -MP -MF .deps/tic6x-dis.Tpo -c tic6x-dis.c -o tic6x-dis.o mv -f .deps/tic6x-dis.Tpo .deps/tic6x-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic80-dis.lo -MD -MP -MF .deps/tic80-dis.Tpo -c -o tic80-dis.lo tic80-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic80-dis.lo -MD -MP -MF .deps/tic80-dis.Tpo -c tic80-dis.c -o tic80-dis.o mv -f .deps/tic80-dis.Tpo .deps/tic80-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic80-opc.lo -MD -MP -MF .deps/tic80-opc.Tpo -c -o tic80-opc.lo tic80-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tic80-opc.lo -MD -MP -MF .deps/tic80-opc.Tpo -c tic80-opc.c -o tic80-opc.o mv -f .deps/tic80-opc.Tpo .deps/tic80-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilegx-dis.lo -MD -MP -MF .deps/tilegx-dis.Tpo -c -o tilegx-dis.lo tilegx-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilegx-dis.lo -MD -MP -MF .deps/tilegx-dis.Tpo -c tilegx-dis.c -o tilegx-dis.o mv -f .deps/tilegx-dis.Tpo .deps/tilegx-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c -o tilegx-opc.lo tilegx-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilegx-opc.lo -MD -MP -MF .deps/tilegx-opc.Tpo -c tilegx-opc.c -o tilegx-opc.o mv -f .deps/tilegx-opc.Tpo .deps/tilegx-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c -o tilepro-dis.lo tilepro-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilepro-dis.lo -MD -MP -MF .deps/tilepro-dis.Tpo -c tilepro-dis.c -o tilepro-dis.o mv -f .deps/tilepro-dis.Tpo .deps/tilepro-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c -o tilepro-opc.lo tilepro-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT tilepro-opc.lo -MD -MP -MF .deps/tilepro-opc.Tpo -c tilepro-opc.c -o tilepro-opc.o mv -f .deps/tilepro-opc.Tpo .deps/tilepro-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c -o v850-dis.lo v850-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT v850-dis.lo -MD -MP -MF .deps/v850-dis.Tpo -c v850-dis.c -o v850-dis.o mv -f .deps/v850-dis.Tpo .deps/v850-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c -o v850-opc.lo v850-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT v850-opc.lo -MD -MP -MF .deps/v850-opc.Tpo -c v850-opc.c -o v850-opc.o mv -f .deps/v850-opc.Tpo .deps/v850-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c -o vax-dis.lo vax-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT vax-dis.lo -MD -MP -MF .deps/vax-dis.Tpo -c vax-dis.c -o vax-dis.o mv -f .deps/vax-dis.Tpo .deps/vax-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c -o visium-dis.lo visium-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT visium-dis.lo -MD -MP -MF .deps/visium-dis.Tpo -c visium-dis.c -o visium-dis.o mv -f .deps/visium-dis.Tpo .deps/visium-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c -o visium-opc.lo visium-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT visium-opc.lo -MD -MP -MF .deps/visium-opc.Tpo -c visium-opc.c -o visium-opc.o mv -f .deps/visium-opc.Tpo .deps/visium-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c -o wasm32-dis.lo wasm32-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT wasm32-dis.lo -MD -MP -MF .deps/wasm32-dis.Tpo -c wasm32-dis.c -o wasm32-dis.o mv -f .deps/wasm32-dis.Tpo .deps/wasm32-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c -o xc16x-asm.lo xc16x-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-asm.lo -MD -MP -MF .deps/xc16x-asm.Tpo -c xc16x-asm.c -o xc16x-asm.o mv -f .deps/xc16x-asm.Tpo .deps/xc16x-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c -o xc16x-desc.lo xc16x-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-desc.lo -MD -MP -MF .deps/xc16x-desc.Tpo -c xc16x-desc.c -o xc16x-desc.o mv -f .deps/xc16x-desc.Tpo .deps/xc16x-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c -o xc16x-dis.lo xc16x-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-dis.lo -MD -MP -MF .deps/xc16x-dis.Tpo -c xc16x-dis.c -o xc16x-dis.o mv -f .deps/xc16x-dis.Tpo .deps/xc16x-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c -o xc16x-ibld.lo xc16x-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-ibld.lo -MD -MP -MF .deps/xc16x-ibld.Tpo -c xc16x-ibld.c -o xc16x-ibld.o mv -f .deps/xc16x-ibld.Tpo .deps/xc16x-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c -o xc16x-opc.lo xc16x-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xc16x-opc.lo -MD -MP -MF .deps/xc16x-opc.Tpo -c xc16x-opc.c -o xc16x-opc.o mv -f .deps/xc16x-opc.Tpo .deps/xc16x-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c -o xstormy16-asm.lo xstormy16-asm.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-asm.lo -MD -MP -MF .deps/xstormy16-asm.Tpo -c xstormy16-asm.c -o xstormy16-asm.o mv -f .deps/xstormy16-asm.Tpo .deps/xstormy16-asm.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c -o xstormy16-desc.lo xstormy16-desc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-desc.lo -MD -MP -MF .deps/xstormy16-desc.Tpo -c xstormy16-desc.c -o xstormy16-desc.o mv -f .deps/xstormy16-desc.Tpo .deps/xstormy16-desc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c -o xstormy16-dis.lo xstormy16-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-dis.lo -MD -MP -MF .deps/xstormy16-dis.Tpo -c xstormy16-dis.c -o xstormy16-dis.o mv -f .deps/xstormy16-dis.Tpo .deps/xstormy16-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c -o xstormy16-ibld.lo xstormy16-ibld.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-ibld.lo -MD -MP -MF .deps/xstormy16-ibld.Tpo -c xstormy16-ibld.c -o xstormy16-ibld.o mv -f .deps/xstormy16-ibld.Tpo .deps/xstormy16-ibld.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c -o xstormy16-opc.lo xstormy16-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xstormy16-opc.lo -MD -MP -MF .deps/xstormy16-opc.Tpo -c xstormy16-opc.c -o xstormy16-opc.o mv -f .deps/xstormy16-opc.Tpo .deps/xstormy16-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c -o xtensa-dis.lo xtensa-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xtensa-dis.lo -MD -MP -MF .deps/xtensa-dis.Tpo -c xtensa-dis.c -o xtensa-dis.o mv -f .deps/xtensa-dis.Tpo .deps/xtensa-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c -o xgate-dis.lo xgate-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xgate-dis.lo -MD -MP -MF .deps/xgate-dis.Tpo -c xgate-dis.c -o xgate-dis.o mv -f .deps/xgate-dis.Tpo .deps/xgate-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c -o xgate-opc.lo xgate-opc.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT xgate-opc.lo -MD -MP -MF .deps/xgate-opc.Tpo -c xgate-opc.c -o xgate-opc.o mv -f .deps/xgate-opc.Tpo .deps/xgate-opc.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c -o z80-dis.lo z80-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT z80-dis.lo -MD -MP -MF .deps/z80-dis.Tpo -c z80-dis.c -o z80-dis.o mv -f .deps/z80-dis.Tpo .deps/z80-dis.Plo /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c -o z8k-dis.lo z8k-dis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I../bfd -I./../include -I./../bfd -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c z8k-dis.c -o z8k-dis.o mv -f .deps/z8k-dis.Tpo .deps/z8k-dis.Plo /bin/sh ./libtool --tag=CC --mode=link cc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -release `cat ../bfd/libtool-soversion` -L/usr/local/lib -fstack-protector-strong -o libopcodes.la -rpath /usr/local/lib dis-buf.lo disassemble.lo dis-init.lo aarch64-asm.lo aarch64-asm-2.lo aarch64-dis.lo aarch64-dis-2.lo aarch64-opc.lo aarch64-opc-2.lo alpha-dis.lo alpha-opc.lo arc-dis.lo arc-ext.lo arc-opc.lo arm-dis.lo avr-dis.lo bfin-dis.lo cgen-asm.lo cgen-bitset.lo cgen-dis.lo cgen-opc.lo cr16-dis.lo cr16-opc.lo cris-dis.lo cris-opc.lo crx-dis.lo crx-opc.lo csky-dis.lo d10v-dis.lo d10v-opc.lo d30v-dis.lo d30v-opc.lo dlx-dis.lo epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo ft32-dis.lo ft32-opc.lo h8300-dis.lo hppa-dis.lo i386-dis.lo i386-opc.lo ia64-dis.lo ia64-opc.lo ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo m10200-dis.lo m10200-opc.lo m10300-dis.lo m10300-opc.lo m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo m68hc11-dis.lo m68hc11-opc.lo m68k-dis.lo m68k-opc.lo s12z-dis.lo s12z-opc.lo mcore-dis.lo mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo metag-dis.lo microblaze-dis.lo micromips-opc.lo mips-dis.lo mips-opc.lo mips16-opc.lo mmix-dis.lo mmix-opc.lo moxie-dis.lo moxie-opc.lo msp430-decode.lo msp430-dis.lo mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo nds32-asm.lo nds32-dis.lo nfp-dis.lo nios2-dis.lo nios2-opc.lo ns32k-dis.lo or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo pdp11-dis.lo pdp11-opc.lo pj-dis.lo pj-opc.lo ppc-dis.lo ppc-opc.lo pru-dis.lo pru-opc.lo riscv-dis.lo riscv-opc.lo rl78-decode.lo rl78-dis.lo rx-decode.lo rx-dis.lo s390-dis.lo s390-opc.lo score-dis.lo score7-dis.lo sh-dis.lo sparc-dis.lo sparc-opc.lo spu-dis.lo spu-opc.lo tic30-dis.lo tic4x-dis.lo tic54x-dis.lo tic54x-opc.lo tic6x-dis.lo tic80-dis.lo tic80-opc.lo tilegx-dis.lo tilegx-opc.lo tilepro-dis.lo tilepro-opc.lo v850-dis.lo v850-opc.lo vax-dis.lo visium-dis.lo visium-opc.lo wasm32-dis.lo xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo xtensa-dis.lo xgate-dis.lo xgate-opc.lo z80-dis.lo z8k-dis.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o aarch64-asm.o aarch64-asm-2.o aarch64-dis.o aarch64-dis-2.o aarch64-opc.o aarch64-opc-2.o alpha-dis.o alpha-opc.o arc-dis.o arc-ext.o arc-opc.o arm-dis.o avr-dis.o bfin-dis.o cgen-asm.o cgen-bitset.o cgen-dis.o cgen-opc.o cr16-dis.o cr16-opc.o cris-dis.o cris-opc.o crx-dis.o crx-opc.o csky-dis.o d10v-dis.o d10v-opc.o d30v-dis.o d30v-opc.o dlx-dis.o epiphany-asm.o epiphany-desc.o epiphany-dis.o epiphany-ibld.o epiphany-opc.o fr30-asm.o fr30-desc.o fr30-dis.o fr30-ibld.o fr30-opc.o frv-asm.o frv-desc.o frv-dis.o frv-ibld.o frv-opc.o ft32-dis.o ft32-opc.o h8300-dis.o hppa-dis.o i386-dis.o i386-opc.o ia64-dis.o ia64-opc.o ip2k-asm.o ip2k-desc.o ip2k-dis.o ip2k-ibld.o ip2k-opc.o iq2000-asm.o iq2000-desc.o iq2000-dis.o iq2000-ibld.o iq2000-opc.o lm32-asm.o lm32-desc.o lm32-dis.o lm32-ibld.o lm32-opc.o lm32-opinst.o m10200-dis.o m10200-opc.o m10300-dis.o m10300-opc.o m32c-asm.o m32c-desc.o m32c-dis.o m32c-ibld.o m32c-opc.o m32r-asm.o m32r-desc.o m32r-dis.o m32r-ibld.o m32r-opc.o m32r-opinst.o m68hc11-dis.o m68hc11-opc.o m68k-dis.o m68k-opc.o s12z-dis.o s12z-opc.o mcore-dis.o mep-asm.o mep-desc.o mep-dis.o mep-ibld.o mep-opc.o metag-dis.o microblaze-dis.o micromips-opc.o mips-dis.o mips-opc.o mips16-opc.o mmix-dis.o mmix-opc.o moxie-dis.o moxie-opc.o msp430-decode.o msp430-dis.o mt-asm.o mt-desc.o mt-dis.o mt-ibld.o mt-opc.o nds32-asm.o nds32-dis.o nfp-dis.o nios2-dis.o nios2-opc.o ns32k-dis.o or1k-asm.o or1k-desc.o or1k-dis.o or1k-ibld.o or1k-opc.o pdp11-dis.o pdp11-opc.o pj-dis.o pj-opc.o ppc-dis.o ppc-opc.o pru-dis.o pru-opc.o riscv-dis.o riscv-opc.o rl78-decode.o rl78-dis.o rx-decode.o rx-dis.o s390-dis.o s390-opc.o score-dis.o score7-dis.o sh-dis.o sparc-dis.o sparc-opc.o spu-dis.o spu-opc.o tic30-dis.o tic4x-dis.o tic54x-dis.o tic54x-opc.o tic6x-dis.o tic80-dis.o tic80-opc.o tilegx-dis.o tilegx-opc.o tilepro-dis.o tilepro-opc.o v850-dis.o v850-opc.o vax-dis.o visium-dis.o visium-opc.o wasm32-dis.o xc16x-asm.o xc16x-desc.o xc16x-dis.o xc16x-ibld.o xc16x-opc.o xstormy16-asm.o xstormy16-desc.o xstormy16-dis.o xstormy16-ibld.o xstormy16-opc.o xtensa-dis.o xgate-dis.o xgate-opc.o z80-dis.o z8k-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[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' Making all in po gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes/po' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes/po' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/opcodes' Configuring in ./etc configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/etc' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/etc' Configuring in ./libdecnumber configure: creating cache ./config.cache checking whether gmake sets $(MAKE)... yes checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking for aclocal... no checking for autoconf... no checking for autoheader... no checking whether cc supports -W... yes checking whether cc supports -Wall... yes checking whether cc supports -Wwrite-strings... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether cc supports -Wcast-qual... yes checking whether cc supports -pedantic -Wlong-long... yes checking whether cc supports -fno-lto... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking size of int... 4 checking size of long... 8 checking for ANSI C header files... (cached) yes checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking target system type... x86_64-portbld-freebsd12.0 checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored dpd checking whether byte ordering is bigendian... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/libdecnumber' source='decNumber.c' object='decNumber.o' libtool=no cc -I. -I. -I/usr/local/include -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I. -I. -I/usr/local/include -c decNumber.c source='decContext.c' object='decContext.o' libtool=no cc -I. -I. -I/usr/local/include -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I. -I. -I/usr/local/include -c decContext.c source='dpd/decimal32.c' object='decimal32.o' libtool=no cc -I. -I. -I/usr/local/include -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I. -I. -I/usr/local/include -c ./dpd/decimal32.c source='dpd/decimal64.c' object='decimal64.o' libtool=no cc -I. -I. -I/usr/local/include -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I. -I. -I/usr/local/include -c ./dpd/decimal64.c source='dpd/decimal128.c' object='decimal128.o' libtool=no cc -I. -I. -I/usr/local/include -O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I. -I. -I/usr/local/include -c ./dpd/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/libdecnumber' Configuring in ./gdb configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking target system type... x86_64-portbld-freebsd12.0 checking for dlfcn.h... 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 cc option to accept ANSI C... none needed checking whether c++ supports C++11 features by default... yes checking dependency style of cc... gcc3 === configuring in build-gnulib (/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib) configure: running /bin/sh .././gnulib/configure --disable-option-checking '--prefix=/usr/local' '--enable-targets=all' '--enable-64-bit-bfd' '--with-separate-debug-dir=/usr/lib/debug' '--with-libiconv-prefix=/usr/local' '--with-expat=yes' '--with-libexpat-prefix=/usr/local' '--without-libunwind-ia64' '--with-system-zlib' '--with-system-readline' '--without-guile' '--without-python' '--enable-tui' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--program-transform-name=s&$&83&' '--build=x86_64-portbld-freebsd12.0' '--host=x86_64-portbld-freebsd12.0' '--target=x86_64-portbld-freebsd12.0' 'build_alias=x86_64-portbld-freebsd12.0' 'host_alias=x86_64-portbld-freebsd12.0' 'target_alias=x86_64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 ' 'LDFLAGS= -L/usr/local/lib -fstack-protector-strong ' 'LIBS=' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing ' 'CPP=cpp' 'MAKEINFO=/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/missing makeinfo --split-size=5000000' 'YACC=byacc' --cache-file=./config.cache --srcdir=.././gnulib configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-portbld-freebsd12.0-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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... 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... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for x86_64-portbld-freebsd12.0-ar... ar checking the archiver (ar) interface... ar checking for x86_64-portbld-freebsd12.0-ar... (cached) ar checking build system type... x86_64-portbld-freebsd12.0 checking host system type... x86_64-portbld-freebsd12.0 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-portbld-freebsd12.0-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 target system type... x86_64-portbld-freebsd12.0 checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for a thread-safe mkdir -p... ../../install-sh -c -d checking for canonicalize_file_name... no checking for getcwd... yes checking for readlink... yes checking for realpath... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fcntl... yes checking for symlink... yes checking for fdopendir... yes checking for mempcpy... no checking for btowc... yes checking for isblank... yes checking for iswctype... yes checking for mbsrtowcs... yes checking for wmemchr... yes checking for wmemcpy... yes checking for wmempcpy... no checking for fstatat... yes checking for getdtablesize... yes checking for getlogin_r... yes checking for getprogname... yes checking for getexecname... no checking for gettimeofday... yes checking for getpwnam_r... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mprotect... yes checking for mkostemp... yes checking for openat... yes checking for link... yes checking for secure_getenv... no checking for getuid... yes checking for geteuid... yes checking for getgid... yes checking for getegid... yes checking for setenv... yes checking for strdup... yes checking for pipe... yes checking for iswcntrl... yes checking whether // is distinct from /... no checking whether realpath works... yes checking if environ is properly declared... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether fchdir is declared... yes checking for working fcntl.h... no (bad O_NOATIME) checking for pid_t... yes checking for mode_t... yes checking for mbstate_t... yes checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes checking whether long double and double are the same... no checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking whether lstat correctly handles trailing slash... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether getcwd is declared... yes checking whether getdtablesize is declared... yes checking whether getlogin_r is declared... yes checking whether getlogin is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking whether is self-contained... yes checking for shutdown... yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking whether socket is declared without a macro... yes checking whether connect is declared without a macro... yes checking whether accept is declared without a macro... yes checking whether bind is declared without a macro... yes checking whether getpeername is declared without a macro... yes checking whether getsockname is declared without a macro... yes checking whether getsockopt is declared without a macro... yes checking whether listen is declared without a macro... yes checking whether recv is declared without a macro... yes checking whether send is declared without a macro... yes checking whether recvfrom is declared without a macro... yes checking whether sendto is declared without a macro... yes checking whether setsockopt is declared without a macro... yes checking whether shutdown is declared without a macro... yes checking whether accept4 is declared without a macro... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking whether limits.h has ULLONG_WIDTH etc.... no checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking where to find the exponent in a 'double'... word 1 bit 20 checking whether byte ordering is bigendian... no checking for nl_langinfo and CODESET... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for a traditional japanese locale... ja_JP.eucJP checking for a transitional chinese locale... zh_CN.GB18030 checking for a french Unicode locale... fr_FR.UTF-8 checking for a traditional french locale... fr_FR.ISO8859-1 checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memmem is declared... yes checking for memmem... yes checking whether memmem works... yes checking whether memrchr is declared... yes checking for promoted mode_t type... int checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking for sigset_t... yes checking for uid_t in sys/types.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... yes checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... no checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... no checking whether strstr works... yes checking whether strtok_r is declared... (cached) yes checking for struct timespec in ... yes checking whether unsetenv is declared... yes checking whether uses 'inline' correctly... yes checking for wint_t... yes checking whether inet_ntop is declared without a macro... no checking whether inet_pton is declared without a macro... no checking whether this system has an arbitrary file name length limit... yes checking for closedir... yes checking for d_ino member in directory struct... yes checking for d_type member in directory struct... yes checking whether alphasort is declared without a macro... yes checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... yes checking whether fdopendir is declared without a macro... yes checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... yes checking for dirfd... yes checking whether dirfd is declared... (cached) yes checking whether dirfd is a macro... no checking whether // is distinct from /... (cached) no checking whether dup works... yes checking whether dup2 works... yes checking for error_at_line... no checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... yes checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether fdopendir is declared... (cached) yes checking whether fdopendir works... yes checking for flexible array member... yes checking whether conversion from 'int' to 'long double' works... yes checking for working GNU fnmatch... no checking whether isblank is declared... yes checking whether isblank is declared... (cached) yes checking whether frexp works... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... no checking whether frexpl() can be used with libm... yes checking whether frexpl works... yes checking whether fstatat (..., 0) works... yes checking whether getcwd handles long file names properly... yes checking for getpagesize... yes checking whether getcwd aborts when 4k < cwd_length < 16k... no checking whether getdtablesize works... yes checking whether getlogin_r works with small buffers... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking whether __argv is declared... no checking whether __progname is defined in default libraries... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for GNU glob interface version 1... no checking for library containing inet_ntop... none required checking whether inet_ntop is declared... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(long double) can be used without linking with libm... no checking where to find the exponent in a 'long double'... word 2 bit 0 checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosf is declared without a macro... yes checking whether acosl is declared without a macro... yes checking whether asinf is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanf is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether cbrt is declared without a macro... yes checking whether cbrtf is declared without a macro... yes checking whether cbrtl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether copysign is declared without a macro... yes checking whether copysignf is declared without a macro... yes checking whether copysignl is declared without a macro... yes checking whether cosf is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether coshf is declared without a macro... yes checking whether expf is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether exp2 is declared without a macro... yes checking whether exp2f is declared without a macro... yes checking whether exp2l is declared without a macro... yes checking whether expm1 is declared without a macro... yes checking whether expm1f is declared without a macro... yes checking whether expm1l is declared without a macro... yes checking whether fabsf is declared without a macro... yes checking whether fabsl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether fma is declared without a macro... yes checking whether fmaf is declared without a macro... yes checking whether fmal is declared without a macro... yes checking whether fmod is declared without a macro... yes checking whether fmodf is declared without a macro... yes checking whether fmodl is declared without a macro... yes checking whether frexpf is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether hypotf is declared without a macro... yes checking whether hypotl is declared without a macro... yes checking whether ilogb is declared without a macro... yes checking whether ilogbf is declared without a macro... yes checking whether ilogbl is declared without a macro... yes checking whether ldexpf is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether log is declared without a macro... yes checking whether logf is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether log10 is declared without a macro... yes checking whether log10f is declared without a macro... yes checking whether log10l is declared without a macro... yes checking whether log1p is declared without a macro... yes checking whether log1pf is declared without a macro... yes checking whether log1pl is declared without a macro... yes checking whether log2 is declared without a macro... yes checking whether log2f is declared without a macro... yes checking whether log2l is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logbf is declared without a macro... yes checking whether logbl is declared without a macro... yes checking whether modf is declared without a macro... yes checking whether modff is declared without a macro... yes checking whether modfl is declared without a macro... yes checking whether powf is declared without a macro... yes checking whether remainder is declared without a macro... yes checking whether remainderf is declared without a macro... yes checking whether remainderl is declared without a macro... yes checking whether rint is declared without a macro... yes checking whether rintf is declared without a macro... yes checking whether rintl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinf is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sinhf is declared without a macro... yes checking whether sqrtf is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanf is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether tanhf is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... yes checking whether mbrtowc works as well as mbtowc... yes checking whether mbrtowc handles a NULL pwc argument... yes checking whether mbrtowc handles a NULL string argument... yes checking whether mbrtowc has a correct return value... yes checking whether mbrtowc returns 0 when parsing a NUL character... yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbsrtowcs works... yes checking whether memmem works in linear time... yes checking for memmem... (cached) yes checking whether memmem works... (cached) yes checking for mempcpy... (cached) no checking for memrchr... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for mkdtemp... yes checking whether is self-contained... yes checking whether open recognizes a trailing slash... yes checking for opendir... yes checking for rawmemchr... no checking for readdir... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether rename honors trailing slash on destination... yes checking whether rename honors trailing slash on source... yes checking whether rename manages hard links correctly... yes checking whether rename manages existing destinations correctly... yes checking for rewinddir... yes checking whether rmdir works... yes checking for __secure_getenv... no checking for issetugid... yes checking whether setenv validates arguments... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... no checking whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for socklen_t... yes checking for ssize_t... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking for working stdalign.h... yes checking for max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... yes checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... yes checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... no checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... no checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... no checking whether qsort_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether secure_getenv is declared without a macro... no checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... no checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... no checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for strchrnul... yes checking whether strchrnul works... yes checking for working strerror function... yes checking whether strstr works in linear time... yes checking whether strstr works... (cached) yes checking for strtok_r... yes checking whether strtok_r works... yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... no checking whether euidaccess is declared without a macro... no checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... no checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... /usr/bin/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 ln -s works... yes checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking for x86_64-portbld-freebsd12.0-ar... (cached) ar 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 import/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default commands checking whether NLS is requested... no checking whether /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/missing makeinfo --split-size=5000000 supports @click... no checking for default auto-load directory... $debugdir:$datadir/auto-load checking for default auto-load safe-path... $debugdir:$datadir/auto-load checking for monstartup... yes checking for _mcleanup... yes checking for _etext... yes checking for etext... yes checking for gawk... /usr/bin/awk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for x86_64-portbld-freebsd12.0-ranlib... ranlib checking for bison... byacc checking for x86_64-portbld-freebsd12.0-ar... ar checking for x86_64-portbld-freebsd12.0-dlltool... dlltool checking for x86_64-portbld-freebsd12.0-windres... windres checking for main in -lm... yes checking for library containing gethostbyname... none required checking for library containing socketpair... none required checking for library containing kinfo_getvmmap... -lutil checking for library containing kinfo_getfile... none required checking for library containing kvm_open2... -lkvm 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 iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing waddstr... -lncursesw checking for library containing tgetent... none required checking size of unsigned long long... 8 checking size of unsigned long... 8 checking size of unsigned __int128... 16 checking for library containing dlopen... none required checking whether to use expat... yes checking for libexpat... yes checking how to link with libexpat... /usr/local/lib/libexpat.so -Wl,-rpath -Wl,/usr/local/lib checking for XML_StopParser... yes checking whether to use MPFR... auto checking for libmpfr... yes checking how to link with libmpfr... /usr/local/lib/libmpfr.so /usr/local/lib/libgmp.so -Wl,-rpath -Wl,/usr/local/lib checking whether to use python... no configure: WARNING: python support disabled; some features may be unavailable. checking whether to use guile... no checking for pkg-config... /usr/local/bin/pkg-config configure: WARNING: guile support disabled; some features will be unavailable. checking for the source-highlight library... yes checking whether to use intel pt... auto configure: WARNING: linux/perf_event.h missing or too old; some features may be unavailable. checking for libipt... no configure: WARNING: libipt is missing or unusable; some features may be unavailable. checking for ANSI C header files... (cached) yes checking nlist.h usability... yes checking nlist.h presence... yes checking for nlist.h... yes checking machine/reg.h usability... yes checking machine/reg.h presence... no configure: WARNING: machine/reg.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: machine/reg.h: proceeding with the compiler's result checking for machine/reg.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking proc_service.h usability... yes checking proc_service.h presence... yes checking for proc_service.h... yes checking thread_db.h usability... yes checking thread_db.h presence... yes checking for thread_db.h... yes checking linux/elf.h usability... no checking linux/elf.h presence... no checking for linux/elf.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/filio.h usability... yes checking sys/filio.h presence... yes checking for sys/filio.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking ptrace.h usability... no checking ptrace.h presence... no checking for ptrace.h... no checking sys/reg.h usability... no checking sys/reg.h presence... no checking for sys/reg.h... no checking sys/debugreg.h usability... no checking sys/debugreg.h presence... no checking for sys/debugreg.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking elf_hp.h usability... no checking elf_hp.h presence... no checking for elf_hp.h... no checking for dlfcn.h... (cached) yes checking for sys/user.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking cursesX.h usability... no checking cursesX.h presence... no checking for cursesX.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking ncursesw/ncurses.h usability... no checking ncursesw/ncurses.h presence... no checking for ncursesw/ncurses.h... no checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking for term.h... yes checking for long long... yes checking size of long long... 8 checking whether basename is declared... no 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 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 snprintf is declared... (cached) yes checking for LC_MESSAGES... yes checking for struct stat.st_blocks... yes checking for struct stat.st_blksize... yes checking for socklen_t... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for getauxval... no checking for getrusage... yes checking for getuid... yes checking for getgid... yes checking for pipe... yes checking for poll... yes checking for pread... yes checking for pread64... no checking for pwrite... yes checking for resize_term... yes checking for sbrk... yes checking for getpgid... yes checking for setpgid... yes checking for setpgrp... yes checking for setsid... yes checking for sigaction... yes checking for sigprocmask... yes checking for sigsetmask... yes checking for socketpair... yes checking for ttrace... no checking for wborder... yes checking for wresize... yes checking for setlocale... yes checking for iconvlist... yes checking for libiconvlist... no checking for btowc... yes checking for setrlimit... yes checking for getrlimit... yes checking for posix_madvise... yes checking for waitpid... yes checking for ptrace64... no checking for sigaltstack... yes checking for setns... no checking for use_default_colors... yes checking for nl_langinfo and CODESET... yes checking for size_t... yes checking for ANSI C header files... (cached) yes checking for working alloca.h... no checking for alloca... yes checking for nl_langinfo and CODESET... (cached) yes checking linux/perf_event.h usability... no checking linux/perf_event.h presence... no checking for linux/perf_event.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for memory.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/resource.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for thread_db.h... (cached) yes checking wait.h usability... no checking wait.h presence... no checking for wait.h... no checking for termios.h... (cached) yes checking for fdwalk... no checking for getrlimit... (cached) yes checking for pipe... (cached) yes checking for pipe2... yes checking for socketpair... (cached) yes checking for sigaction... (cached) yes checking whether strerror is declared... yes checking whether strstr is declared... yes checking for sigsetjmp... yes checking for sys/ptrace.h... (cached) yes checking for ptrace.h... (cached) no checking whether ptrace is declared... yes checking return type of ptrace... int checking types of arguments for ptrace... int,pid_t,caddr_t,int checking whether setpgrp takes no argument... no checking for GNU regex... no checking for struct thread.td_pcb... yes checking for struct lwp... no checking for struct reg in machine/reg.h... yes checking for struct reg.r_fs... yes checking for struct reg.r_gs... yes checking for struct user_regs_struct.fs_base... no checking for struct user_regs_struct.gs_base... no checking for PTRACE_GETREGS... no checking for PTRACE_GETFPXREGS... no checking for PT_GETDBREGS... yes checking for PT_GETXMMREGS... no checking for struct ptrace_lwpinfo.pl_tdname... yes checking for struct ptrace_lwpinfo.pl_syscall_code... yes checking for gregset_t in sys/procfs.h... yes checking for fpregset_t in sys/procfs.h... yes checking for prgregset_t in sys/procfs.h... yes checking for prfpregset_t in sys/procfs.h... yes checking for prgregset32_t in sys/procfs.h... no checking for lwpid_t in sys/procfs.h... yes checking for psaddr_t in sys/procfs.h... yes checking for elf_fpregset_t in sys/procfs.h... no checking for long long support in compiler... yes checking for long long support in printf... yes checking for decfloat support in printf... no checking for long double support in compiler... yes checking for long double support in printf... yes checking for long double support in scanf... yes checking for the dynamic export flag... -Wl,--dynamic-list checking whether has TD_NOTALLOC... no checking whether has TD_VERSION... no checking whether has TD_NOTLS... no checking whether ADDR_NO_RANDOMIZE is declared... no checking compiler warning flags... -Wall -Wpointer-arith -Wno-unused -Wno-switch -Wno-char-subscripts -Wempty-body -Wno-sign-compare -Wno-mismatched-tags -Wno-error=deprecated-register -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wformat -Wformat-nonliteral checking for cygwin... no checking for ELF support in BFD... yes checking for library containing dlopen... (cached) none required checking for Mach-O support in BFD... yes checking whether to use lzma... auto checking for liblzma... yes checking how to link with liblzma... -llzma checking for X... no checking whether gdbserver is supported on this host... no checking whether to use babeltrace... auto checking for libbabeltrace... no configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data. checking for xsltproc... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating jit-reader.h config.status: creating gcore config.status: creating Makefile config.status: creating gdb-gdb.gdb config.status: creating gdb-gdb.py config.status: creating doc/Makefile config.status: creating data-directory/Makefile config.status: creating config.h config.status: executing depdir commands mkdir .deps === configuring in testsuite (/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/testsuite) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-targets=all' '--enable-64-bit-bfd' '--with-separate-debug-dir=/usr/lib/debug' '--with-libiconv-prefix=/usr/local' '--with-expat=yes' '--with-libexpat-prefix=/usr/local' '--without-libunwind-ia64' '--with-system-zlib' '--with-system-readline' '--without-guile' '--without-python' '--enable-tui' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--program-transform-name=s&$&83&' '--build=x86_64-portbld-freebsd12.0' '--host=x86_64-portbld-freebsd12.0' '--target=x86_64-portbld-freebsd12.0' 'build_alias=x86_64-portbld-freebsd12.0' 'host_alias=x86_64-portbld-freebsd12.0' 'target_alias=x86_64-portbld-freebsd12.0' 'CC=cc' 'CFLAGS=-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 ' 'LDFLAGS= -L/usr/local/lib -fstack-protector-strong ' 'LIBS=' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing ' 'CPP=cpp' 'MAKEINFO=/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/missing makeinfo --split-size=5000000' 'YACC=byacc' --cache-file=.././config.cache --srcdir=. configure: loading cache .././config.cache checking build system type... (cached) x86_64-portbld-freebsd12.0 checking host system type... (cached) x86_64-portbld-freebsd12.0 checking target system type... (cached) x86_64-portbld-freebsd12.0 checking for x86_64-portbld-freebsd12.0-gcc... (cached) 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... (cached) none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating lib/pdtrace config.status: creating Makefile gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' /bin/sh ./../mkinstalldirs arch/.deps mkdir arch/.deps /bin/sh ./../mkinstalldirs cli/.deps mkdir cli/.deps /bin/sh ./../mkinstalldirs mi/.deps mkdir mi/.deps /bin/sh ./../mkinstalldirs common/.deps mkdir common/.deps /bin/sh ./../mkinstalldirs compile/.deps mkdir compile/.deps /bin/sh ./../mkinstalldirs tui/.deps mkdir tui/.deps /bin/sh ./../mkinstalldirs unittests/.deps mkdir unittests/.deps /bin/sh ./../mkinstalldirs guile/.deps mkdir guile/.deps /bin/sh ./../mkinstalldirs python/.deps mkdir python/.deps /bin/sh ./../mkinstalldirs target/.deps mkdir target/.deps /bin/sh ./../mkinstalldirs nat/.deps mkdir nat/.deps CONFIG_HEADERS=config.h:config.in \ CONFIG_COMMANDS="default depdir" \ CONFIG_FILES= \ CONFIG_LINKS= \ /bin/sh config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands config.status: executing depdir commands config.status: creating Makefile config.status: executing depfiles commands gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[6]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[7]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' GEN alloca.h GEN c++defs.h GEN warn-on-use.h GEN arg-nonnull.h GEN arpa/inet.h GEN configmake.h GEN dirent.h GEN fcntl.h GEN fnmatch.h GEN glob.h GEN inttypes.h GEN limits.h GEN math.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN sys/uio.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h gmake all-recursive gmake[8]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[9]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' CC cloexec.o CC dirname-lgpl.o CC basename-lgpl.o CC stripslash.o CC exitfail.o CC fd-hook.o CC filenamecat-lgpl.o CC getprogname.o CC hard-locale.o CC localcharset.o CC malloca.o CC math.o CC openat-die.o CC save-cwd.o CC strnlen1.o CC sys_socket.o CC tempname.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC wctype-h.o CC canonicalize-lgpl.o CC chdir-long.o CC error.o CC fnmatch.o CC glob.o CC isnanl.o CC mempcpy.o CC openat-proc.o CC rawmemchr.o CC secure_getenv.o AR libgnu.a GEN charset.alias GEN ref-add.sed GEN ref-del.sed gmake[9]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[8]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[7]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[6]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' CXX gdb.o CXX aarch64-fbsd-kern.o CXX aarch64-fbsd-tdep.o CXX aarch64-linux-tdep.o CXX aarch64-newlib-tdep.o CXX aarch64-ravenscar-thread.o CXX aarch64-tdep.o CXX ada-exp.o CXX ada-lang.o CXX ada-tasks.o CXX ada-typeprint.o CXX ada-valprint.o CXX ada-varobj.o CXX addrmap.o CXX agent.o CXX alpha-bsd-tdep.o CXX alpha-linux-tdep.o CXX alpha-mdebug-tdep.o CXX alpha-nbsd-tdep.o CXX alpha-obsd-tdep.o CXX alpha-tdep.o CXX amd64-bsd-nat.o CXX amd64-darwin-tdep.o CXX amd64-dicos-tdep.o CXX amd64-fbsd-nat.o CXX amd64-fbsd-tdep.o CXX amd64-linux-tdep.o CXX amd64-nat.o CXX amd64-nbsd-tdep.o CXX amd64-obsd-tdep.o CXX amd64-sol2-tdep.o CXX amd64-tdep.o CXX amd64-windows-tdep.o CXX amd64fbsd-kern.o CXX annotate.o CXX arc-tdep.o CXX arch-utils.o CXX arch/aarch64-insn.o CXX arch/aarch64.o CXX arch/amd64.o CXX arch/arm-get-next-pcs.o CXX arch/arm-linux.o CXX arch/arm.o CXX arch/i386.o CXX arch/ppc-linux-common.o CXX arch/riscv.o CXX arm-bsd-tdep.o CXX arm-fbsd-kern.o CXX arm-fbsd-tdep.o CXX arm-linux-tdep.o CXX arm-nbsd-tdep.o CXX arm-obsd-tdep.o CXX arm-pikeos-tdep.o CXX arm-symbian-tdep.o CXX arm-tdep.o CXX arm-wince-tdep.o CXX auto-load.o CXX auxv.o CXX avr-tdep.o CXX ax-gdb.o CXX ax-general.o CXX bcache.o CXX bfd-target.o CXX bfin-linux-tdep.o CXX bfin-tdep.o CXX block.o CXX blockframe.o CXX break-catch-sig.o CXX break-catch-syscall.o CXX break-catch-throw.o CXX breakpoint.o CXX bsd-kvm.o CXX bsd-uthread.o CXX btrace.o CXX build-id.o CXX buildsym-legacy.o CXX buildsym.o CXX c-exp.o CXX c-lang.o CXX c-typeprint.o CXX c-valprint.o CXX c-varobj.o CXX charset.o CXX cli-out.o CXX cli/cli-cmds.o CXX cli/cli-decode.o CXX cli/cli-dump.o CXX cli/cli-interp.o CXX cli/cli-logging.o CXX cli/cli-script.o CXX cli/cli-setshow.o CXX cli/cli-style.o CXX cli/cli-utils.o CXX coff-pe-read.o CXX coffread.o CXX common/agent.o CXX common/btrace-common.o CXX common/buffer.o CXX common/cleanups.o CXX common/common-debug.o CXX common/common-exceptions.o CXX common/common-regcache.o CXX common/common-utils.o CXX common/environ.o CXX common/errors.o CXX common/fileio.o CXX common/filestuff.o CXX common/format.o CXX common/gdb_tilde_expand.o CXX common/gdb_vecs.o CXX common/job-control.o CXX common/netstuff.o CXX common/new-op.o CXX common/pathstuff.o CXX common/posix-strerror.o CXX common/print-utils.o CXX common/ptid.o CXX common/rsp-low.o CXX common/run-time-clock.o CXX common/scoped_mmap.o CXX common/signals-state-save-restore.o CXX common/signals.o CXX common/tdesc.o CXX common/vec.o CXX common/xml-utils.o CXX compile/compile-c-support.o CXX compile/compile-c-symbols.o CXX compile/compile-c-types.o CXX compile/compile-cplus-symbols.o CXX compile/compile-cplus-types.o CXX compile/compile-loc2c.o CXX compile/compile-object-load.o CXX compile/compile-object-run.o CXX compile/compile.o CXX complaints.o CXX completer.o CXX continuations.o CXX copying.o CXX corefile.o CXX corelow.o CXX cp-abi.o CXX cp-name-parser.o CXX cp-namespace.o CXX cp-support.o CXX cp-valprint.o CXX cris-linux-tdep.o CXX cris-tdep.o CXX csky-linux-tdep.o CXX csky-tdep.o CXX ctf.o CXX d-exp.o CXX d-lang.o CXX d-namespace.o CXX d-valprint.o CXX dbxread.o CXX dcache.o CXX debug.o CXX demangle.o CXX dicos-tdep.o CXX dictionary.o CXX disasm-selftests.o CXX disasm.o CXX dtrace-probe.o CXX dummy-frame.o CXX dwarf-index-cache.o CXX dwarf-index-common.o CXX dwarf-index-write.o CXX dwarf2-frame-tailcall.o CXX dwarf2-frame.o CXX dwarf2expr.o CXX dwarf2loc.o CXX dwarf2read.o CXX elfread.o CXX eval.o CXX event-loop.o CXX event-top.o CXX exceptions.o CXX exec.o CXX expprint.o CXX extension.o CXX f-exp.o CXX f-lang.o CXX f-typeprint.o CXX f-valprint.o CXX fbsd-kld.o CXX fbsd-kthr.o CXX fbsd-kvm.o CXX fbsd-nat.o CXX fbsd-tdep.o CXX filename-seen-cache.o CXX filesystem.o CXX findcmd.o CXX findvar.o CXX fork-child.o CXX frame-base.o CXX frame-unwind.o CXX frame.o CXX frv-linux-tdep.o CXX frv-tdep.o CXX ft32-tdep.o CXX gcore.o CXX gdb-dlfcn.o CXX gdb_bfd.o CXX gdb_obstack.o CXX gdb_regex.o CXX gdb_usleep.o CXX gdbarch-selftests.o CXX gdbarch.o CXX gdbtypes.o CXX glibc-tdep.o CXX gnu-v2-abi.o CXX gnu-v3-abi.o CXX go-exp.o CXX go-lang.o CXX go-typeprint.o CXX go-valprint.o CXX guile/guile.o CXX h8300-tdep.o CXX hppa-bsd-tdep.o CXX hppa-linux-tdep.o CXX hppa-nbsd-tdep.o CXX hppa-obsd-tdep.o CXX hppa-tdep.o CXX i386-bsd-tdep.o CXX i386-cygwin-tdep.o CXX i386-darwin-tdep.o CXX i386-dicos-tdep.o CXX i386-fbsd-tdep.o CXX i386-gnu-tdep.o CXX i386-go32-tdep.o CXX i386-linux-tdep.o CXX i386-nbsd-tdep.o CXX i386-nto-tdep.o CXX i386-obsd-tdep.o CXX i386-sol2-tdep.o CXX i386-tdep.o CXX i386fbsd-kern.o CXX i387-tdep.o CXX ia64-linux-tdep.o CXX ia64-tdep.o CXX ia64-vms-tdep.o CXX inf-child.o CXX inf-loop.o CXX inf-ptrace.o CXX infcall.o CXX infcmd.o CXX inferior.o CXX inflow.o CXX infrun.o CXX inline-frame.o CXX interps.o CXX iq2000-tdep.o CXX jit.o CXX language.o CXX linespec.o CXX linux-record.o CXX linux-tdep.o CXX lm32-tdep.o CXX location.o CXX m2-exp.o CXX m2-lang.o CXX m2-typeprint.o CXX m2-valprint.o CXX m32c-tdep.o CXX m32r-linux-tdep.o CXX m32r-tdep.o CXX m68hc11-tdep.o CXX m68k-bsd-tdep.o CXX m68k-linux-tdep.o CXX m68k-tdep.o CXX machoread.o CXX macrocmd.o CXX macroexp.o CXX macroscope.o CXX macrotab.o CXX main.o CXX maint.o CXX mdebugread.o CXX mem-break.o CXX memattr.o CXX memory-map.o CXX memrange.o CXX mep-tdep.o CXX mi/mi-cmd-break.o CXX mi/mi-cmd-catch.o CXX mi/mi-cmd-disas.o CXX mi/mi-cmd-env.o CXX mi/mi-cmd-file.o CXX mi/mi-cmd-info.o CXX mi/mi-cmd-stack.o CXX mi/mi-cmd-target.o CXX mi/mi-cmd-var.o CXX mi/mi-cmds.o CXX mi/mi-common.o CXX mi/mi-console.o CXX mi/mi-getopt.o CXX mi/mi-interp.o CXX mi/mi-main.o CXX mi/mi-out.o CXX mi/mi-parse.o CXX mi/mi-symbol-cmds.o CXX microblaze-linux-tdep.o CXX microblaze-tdep.o CXX minidebug.o CXX minsyms.o CXX mips-fbsd-tdep.o CXX mips-linux-tdep.o CXX mips-nbsd-tdep.o CXX mips-sde-tdep.o CXX mips-tdep.o CXX mips64-obsd-tdep.o CXX mipsfbsd-kern.o CXX mipsread.o CXX mn10300-linux-tdep.o CXX mn10300-tdep.o CXX moxie-tdep.o CXX msp430-tdep.o CXX namespace.o CXX nat/fork-inferior.o CXX nat/x86-dregs.o CXX nbsd-tdep.o CXX nds32-tdep.o CXX nios2-linux-tdep.o CXX nios2-tdep.o CXX nto-tdep.o CXX objc-lang.o CXX objfiles.o CXX obsd-tdep.o CXX observable.o CXX opencl-lang.o CXX or1k-linux-tdep.o CXX or1k-tdep.o CXX osabi.o CXX osdata.o CXX p-exp.o CXX p-lang.o CXX p-typeprint.o CXX p-valprint.o CXX parse.o CXX posix-hdep.o CXX ppc-fbsd-tdep.o CXX ppc-linux-tdep.o CXX ppc-nbsd-tdep.o CXX ppc-obsd-tdep.o CXX ppc-ravenscar-thread.o CXX ppc-sysv-tdep.o CXX ppc64-tdep.o CXX ppcfbsd-kern.o CXX printcmd.o CXX probe.o CXX process-stratum-target.o CXX producer.o CXX progspace-and-thread.o CXX progspace.o CXX prologue-value.o CXX psymtab.o CXX python/python.o CXX ravenscar-thread.o CXX record-btrace.o CXX record-full.o CXX record.o CXX regcache-dump.o CXX regcache.o CXX reggroups.o CXX registry.o CXX remote-fileio.o CXX remote-notif.o CXX remote.o CXX reverse.o CXX riscv-fbsd-kern.o CXX riscv-fbsd-tdep.o CXX riscv-linux-tdep.o CXX riscv-tdep.o CXX rl78-tdep.o CXX rs6000-aix-tdep.o CXX rs6000-lynx178-tdep.o CXX rs6000-tdep.o CXX rust-exp.o CXX rust-lang.o CXX rx-tdep.o CXX s12z-tdep.o CXX s390-linux-tdep.o CXX s390-tdep.o CXX score-tdep.o CXX sentinel-frame.o CXX ser-base.o CXX ser-event.o CXX ser-pipe.o CXX ser-tcp.o CXX ser-uds.o CXX ser-unix.o CXX serial.o CXX sh-linux-tdep.o CXX sh-nbsd-tdep.o CXX sh-tdep.o CXX skip.o CXX sol2-tdep.o CXX solib-aix.o CXX solib-darwin.o CXX solib-dsbt.o CXX solib-frv.o CXX solib-spu.o CXX solib-svr4.o CXX solib-target.o CXX solib.o CXX source-cache.o CXX source.o CXX sparc-linux-tdep.o CXX sparc-nbsd-tdep.o CXX sparc-obsd-tdep.o CXX sparc-ravenscar-thread.o CXX sparc-sol2-tdep.o CXX sparc-tdep.o CXX sparc64-fbsd-tdep.o CXX sparc64-linux-tdep.o CXX sparc64-nbsd-tdep.o CXX sparc64-obsd-tdep.o CXX sparc64-sol2-tdep.o CXX sparc64-tdep.o CXX sparc64fbsd-kern.o CXX spu-multiarch.o CXX spu-tdep.o CXX stabsread.o CXX stack.o CXX stap-probe.o CXX std-regs.o CXX symfile-debug.o CXX symfile-mem.o CXX symfile.o CXX symmisc.o CXX symtab.o CXX target-dcache.o CXX target-descriptions.o CXX target-float.o CXX target-memory.o CXX target.o CXX target/waitstatus.o CXX test-target.o CXX thread-iter.o CXX thread.o CXX tic6x-linux-tdep.o CXX tic6x-tdep.o CXX tid-parse.o CXX tilegx-linux-tdep.o CXX tilegx-tdep.o CXX top.o CXX tracefile-tfile.o CXX tracefile.o CXX tracepoint.o CXX trad-frame.o CXX tramp-frame.o CXX tui/tui-command.o CXX tui/tui-data.o CXX tui/tui-disasm.o CXX tui/tui-file.o CXX tui/tui-hooks.o CXX tui/tui-interp.o CXX tui/tui-io.o CXX tui/tui-layout.o CXX tui/tui-out.o CXX tui/tui-regs.o CXX tui/tui-source.o CXX tui/tui-stack.o CXX tui/tui-win.o CXX tui/tui-windata.o CXX tui/tui-wingeneral.o CXX tui/tui-winsource.o CXX tui/tui.o CXX typeprint.o CXX ui-file.o CXX ui-out.o CXX ui-style.o CXX user-regs.o CXX utils.o CXX v850-tdep.o CXX valarith.o CXX valops.o CXX valprint.o CXX value.o CXX varobj.o CXX vax-nbsd-tdep.o CXX vax-tdep.o GEN stamp-version CXX version.o CXX windows-tdep.o CXX x86-bsd-nat.o CXX x86-nat.o CXX x86-tdep.o CXX xcoffread.o GEN xml-builtin.c CXX xml-builtin.o CXX xml-support.o CXX xml-syscall.o CXX xml-tdesc.o CXX xstormy16-tdep.o CXX xtensa-config.o CXX xtensa-linux-tdep.o CXX xtensa-tdep.o GEN init.c CXX init.o CXXLD gdb CXX kgdb-main.o CXXLD kgdb gmake[4]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/doc' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/doc' gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/data-directory' rm -rf ./syscalls mkdir ./syscalls files='gdb-syscalls.dtd freebsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \ for file in $files ; do \ f=./../syscalls/$file ; \ if test -f $f ; then \ install -m 0644 $f ./syscalls ; \ fi ; \ done touch stamp-syscalls rm -rf ./python files='' ; \ if test "x$files" != x ; then \ for file in $files ; do \ dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \ /bin/sh ./../../mkinstalldirs ./python/$dir ; \ install -m 0644 ./../python/lib/$file ./python/$dir ; \ done ; \ fi touch stamp-python rm -rf ./guile if test "x" != x ; then \ files='./gdb.scm gdb/boot.scm gdb/experimental.scm gdb/init.scm gdb/iterator.scm gdb/printing.scm gdb/support.scm gdb/types.scm' ; \ for file in $files ; do \ dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \ /bin/sh ./../../mkinstalldirs ./guile/$dir ; \ install -m 0644 ./../guile/lib/$file ./guile/$dir ; \ done ; \ files='./gdb.go gdb/experimental.go gdb/iterator.go gdb/printing.go gdb/support.go gdb/types.go' ; \ cd ./guile ; \ for go in $files ; do \ source="`echo $go | sed 's/\.go$/.scm/'`" ; \ echo compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" ; \ compile -Warity-mismatch -Wformat -Wunused-toplevel -L . -o "$go" "$source" || exit 1 ; \ done ; \ fi touch stamp-guile rm -rf ./system-gdbinit mkdir ./system-gdbinit files='elinos.py wrs-linux.py' ; \ for file in $files ; do \ f=./../system-gdbinit/$file ; \ if test -f $f ; then \ install -m 0644 $f ./system-gdbinit ; \ fi ; \ done touch stamp-system-gdbinit gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/data-directory' gmake[5]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[6]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[7]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake all-recursive gmake[8]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[9]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[9]: Nothing to be done for 'all-am'. gmake[9]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[8]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[7]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib/import' gmake[6]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[5]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/build-gnulib' gmake[4]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb' gmake[2]: Nothing to be done for 'all-target'. gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3' gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3' =========================================================================== =================================================== =========================================================================== =================================================== ===> Staging for gdb-8.3_1 ===> Generating temporary packing list install -s -m 555 /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/gdb /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/bin/gdb83 install -m 444 /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/doc/gdb.1 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/man/man1/gdb83.1 (cd /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/data-directory ; /usr/bin/env XDG_DATA_HOME=/wrkdirs/usr/ports/devel/gdb/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/gdb/work HOME=/wrkdirs/usr/ports/devel/gdb/work TMPDIR="/tmp" PATH=/usr/local/libexec/ccache:/wrkdirs/usr/ports/devel/gdb/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing -std=gnu89 " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable -Wno-unknown-warning-option -Wno-extended-offsetof -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" CCACHE_DIR="/root/.ccache" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" gmake DESTDIR=/wrkdirs/usr/ports/devel/gdb/work/stage install-syscalls ) gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/data-directory' /bin/sh ./../../mkinstalldirs /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/share/gdb/syscalls mkdir /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/share/gdb mkdir /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/share/gdb/syscalls files='gdb-syscalls.dtd freebsd.xml aarch64-linux.xml amd64-linux.xml arm-linux.xml i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml mips-o32-linux.xml ppc-linux.xml ppc64-linux.xml s390-linux.xml s390x-linux.xml sparc-linux.xml sparc64-linux.xml' ; \ for file in $files; do \ f=./../syscalls/$file ; \ if test -f $f ; then \ install -m 0644 $f /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/share/gdb/syscalls ; \ fi ; \ done gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/data-directory' /bin/ln -sf gdb83 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/bin/gdb /bin/ln -sf gdb83.1 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/man/man1/gdb.1 /bin/ln -sf kgdb83 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/bin/kgdb /bin/ln -sf kgdb83.1 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/man/man1/kgdb.1 install -s -m 555 /wrkdirs/usr/ports/devel/gdb/work/gdb-8.3/gdb/kgdb /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/bin/kgdb83 install -m 444 /usr/ports/devel/gdb/files/kgdb/kgdb.1 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/man/man1/kgdb83.1 /bin/ln -sf gdb83 /wrkdirs/usr/ports/devel/gdb/work/stage/usr/local/bin/gdbtui83 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for gdb-8.3_1 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for gdb-8.3_1 build of devel/gdb | gdb-8.3_1 ended at Wed Jun 19 05:23:18 BST 2019 build time: 00:02:15