[OpenWrt-Devel] problem with building

Maxim Vorontsov 6012030 at gmail.com
Tue Nov 22 15:06:53 EST 2016


Hi!

I'm trying understand how to compile OpenWRT from git, but something didn't
work.

I cloned chaos_calmer branch, "make defconfig" and "make -j1 V=s". And I
got an error like this:

In file included from
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
                 from
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
                 from <command-line>:0:
/home/zs14/spaces/cc/openwrt/staging_dir/host/include/byteswap.h:2:2:
warning: #include_next is a GCC extension
 #include_next <byteswap.h>
  ^~~~~~~~~~~~
  WRAP    tools/lib/fdtdec.c
  HOSTCC  tools/lib/fdtdec.o
  WRAP    tools/lib/fdtdec_common.c
  HOSTCC  tools/lib/fdtdec_common.o
  WRAP    tools/lib/libfdt/fdt.c
  HOSTCC  tools/lib/libfdt/fdt.o
  WRAP    tools/lib/libfdt/fdt_ro.c
  HOSTCC  tools/lib/libfdt/fdt_ro.o
  WRAP    tools/lib/libfdt/fdt_rw.c
  HOSTCC  tools/lib/libfdt/fdt_rw.o
  WRAP    tools/lib/libfdt/fdt_strerror.c
  HOSTCC  tools/lib/libfdt/fdt_strerror.o
  WRAP    tools/lib/libfdt/fdt_wip.c
  HOSTCC  tools/lib/libfdt/fdt_wip.o
  WRAP    tools/lib/md5.c
  HOSTCC  tools/lib/md5.o
In file included from
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
                 from
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
                 from <command-line>:0:
/home/zs14/spaces/cc/openwrt/staging_dir/host/include/byteswap.h:2:2:
warning: #include_next is a GCC extension
 #include_next <byteswap.h>
  ^~~~~~~~~~~~
  WRAP    tools/lib/rsa/rsa-checksum.c
  HOSTCC  tools/lib/rsa/rsa-checksum.o
  WRAP    tools/lib/rsa/rsa-sign.c
  HOSTCC  tools/lib/rsa/rsa-sign.o
In file included from tools/lib/rsa/rsa-sign.c:1:0:
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:
In function 'rsa_remove':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:156:2:
warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]
  ERR_remove_thread_state(NULL);
  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509_vfy.h:20:0,
                 from /usr/include/openssl/x509.h:309,
                 from /usr/include/openssl/pem.h:17,
                 from
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:13,
                 from tools/lib/rsa/rsa-sign.c:1:
/usr/include/openssl/err.h:246:1: note: declared here
 DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
 ^
In file included from tools/lib/rsa/rsa-sign.c:1:0:
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:
In function 'rsa_sign_with_key':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:213:2:
warning: implicit declaration of function 'EVP_MD_CTX_cleanup'
[-Wimplicit-function-declaration]
  EVP_MD_CTX_cleanup(context);
  ^~~~~~~~~~~~~~~~~~
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:
In function 'rsa_get_exponent':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21:
error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  if (BN_num_bits(key->e) > 64)
                     ^~
scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o'
failed
make[5]: *** [tools/lib/rsa/rsa-sign.o] Error 1
Makefile:1195: recipe for target 'tools-only' failed
make[4]: *** [tools-only] Error 2
make[4]: Leaving directory
'/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10'
Makefile:46: recipe for target
'/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.built' failed
make[3]: ***
[/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.built] Error 2
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mkimage'
tools/Makefile:122: recipe for target 'tools/mkimage/compile' failed
make[2]: *** [tools/mkimage/compile] Error 2
make[2]: Leaving directory '/home/zs14/spaces/cc/openwrt'
tools/Makefile:121: recipe for target
'/home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyyyyyyyyyyynyyyyynnyyynyyynnnyy'
failed
make[1]: ***
[/home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyyyyyyyyyyynyyyyynnyyynyyynnnyy]
Error 2
make[1]: Leaving directory '/home/zs14/spaces/cc/openwrt'
/home/zs14/spaces/cc/openwrt/include/toplevel.mk:181: recipe for target
'world' failed
make: *** [world] Error 2

Full output in attached file (if it won't be deleted by lists rules. Output
too big for gist.github.com)

What I'm doing wrong? Should I install some packages from feeds?

I'm doing this on Debian Sid, with make-4.1 and gcc-6.2.1. Is it
appropriate making environment for OpenWRT?

-- 
brgds
Maxim Vorontsov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20161122/627d9bd5/attachment.htm>
-------------- next part --------------
zs14 at g46vw:~/spaces/cc$ git clone -b chaos_calmer https://github.com/openwrt/openwrt.git
Cloning into 'openwrt'...
remote: Counting objects: 359923, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 359923 (delta 29), reused 25 (delta 25), pack-reused 359861
Receiving objects: 100% (359923/359923), 132.38 MiB | 447.00 KiB/s, done.
Resolving deltas: 100% (240902/240902), done.
zs14 at g46vw:~/spaces/cc$ cd openwrt/
zs14 at g46vw:~/spaces/cc/openwrt$ make defconfig
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'libssl'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'md5sum'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'svn'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'openssl'... ok.
Checking 'ldconfig-stub'... ok.
Collecting package info: done
Collecting target info: done
#
# configuration written to .config
#
zs14 at g46vw:~/spaces/cc/openwrt$ 
zs14 at g46vw:~/spaces/cc/openwrt$ 
zs14 at g46vw:~/spaces/cc/openwrt$ 
zs14 at g46vw:~/spaces/cc/openwrt$ make -j1 V=s
make[1]: Entering directory '/home/zs14/spaces/cc/openwrt'
make[2]: Entering directory '/home/zs14/spaces/cc/openwrt'
+ mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2
+ cd /home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2
+ mkdir -p bin lib include stamp
mkdir -p /home/zs14/spaces/cc/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/stamp
touch /home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/.prepared
+ mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host
+ cd /home/zs14/spaces/cc/openwrt/staging_dir/host
+ mkdir -p bin lib include stamp
mkdir -p /home/zs14/spaces/cc/openwrt/build_dir/host/stamp /home/zs14/spaces/cc/openwrt/staging_dir/host/include/sys
install -m0644 /home/zs14/spaces/cc/openwrt/tools/include/*.h /home/zs14/spaces/cc/openwrt/staging_dir/host/include/
install -m0644 /home/zs14/spaces/cc/openwrt/tools/include/sys/*.h /home/zs14/spaces/cc/openwrt/staging_dir/host/include/sys/
ln -sf lib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib64
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/.prepared
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/patch'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "patch-2.7.5.tar.xz" "e3da7940431633fb65a01b91d3b7a27a" "" "@GNU/patch"
--2016-11-22 22:07:35--  http://ftpmirror.gnu.org/patch/patch-2.7.5.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/patch/patch-2.7.5.tar.xz [following]
--2016-11-22 22:07:37--  http://mirror.tochlab.net/pub/gnu/patch/patch-2.7.5.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 727704 (711K) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>] 710.65K  1.10MB/s    in 0.6s    

2016-11-22 22:07:38 (1.10 MB/s) - written to stdout [727704/727704]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/patch-2.7.5.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/.. -xf - 
touch /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/.prepareddfd1df8454743ed1475b10bf9b05633e
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
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 special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ANSI C header files... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for d_ino member in directory struct... yes
checking for long file names... yes
checking for pathconf... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fdopendir... yes
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... no
checking for fcntl... yes
checking for symlink... yes
checking for mempcpy... yes
checking for fstatat... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkdirat... yes
checking for openat... yes
checking for readlinkat... yes
checking for link... yes
checking for renameat... yes
checking for secure_getenv... yes
checking for setenv... yes
checking for strdup... yes
checking for strndup... yes
checking for symlinkat... yes
checking for localtime_r... yes
checking for pipe... yes
checking for unlinkat... yes
checking for futimes... yes
checking for futimesat... yes
checking for futimens... yes
checking for utimensat... yes
checking for lutimes... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for iswcntrl... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for sys/mman.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for utime.h... yes
checking for features.h... yes
checking for wctype.h... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... yes
checking whether chown always updates ctime... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking type of array argument to getgroups... gid_t
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
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 getdtablesize is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv 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 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... yes
checking for a sed that does not truncate output... /bin/sed
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether alarm is declared... yes
checking for promoted mode_t type... mode_t
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for compound literals... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking for ssize_t... yes
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 wchar_t... yes
checking whether stdint.h conforms to C99... 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... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
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... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking for struct timespec in <time.h>... yes
checking whether unsetenv is declared... yes
checking whether the utimes function works... yes
checking for struct utimbuf... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether this system has an arbitrary file name length limit... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... (cached) 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 dup2 works... yes
checking for error_at_line... yes
checking for euidaccess... yes
checking for fchownat... yes
checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
checking whether fchownat works with an empty file name... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether fstatat (..., 0) works... yes
checking whether getdtablesize works... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether getgroups handles negative values... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for group_member... yes
checking for lchown... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for working mktime... yes
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking for struct tm.tm_zone... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for raise... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlinkat signature is correct... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... 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 whether rmdir works... yes
checking whether setenv validates arguments... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
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 stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for va_copy... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether inttypes macros match system or gnu printf... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
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... no
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... yes
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... yes
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... yes
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... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
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... yes
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... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
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 working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether symlink handles trailing slash correctly... yes
checking whether symlinkat handles trailing slash correctly... 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 localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... 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... yes
checking whether euidaccess is declared without a macro... yes
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... yes
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 whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking whether utimensat works... needs runtime check
checking for ptrdiff_t... yes
checking for vasprintf... 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 stdint.h... (cached) yes
checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar
checking the archiver (x86_64-linux-gnu-ar) interface... ar
checking for mode_t... (cached) yes
checking for off_t... yes
checking attr/error_context.h usability... no
checking attr/error_context.h presence... no
checking for attr/error_context.h... no
checking attr/libattr.h usability... no
checking attr/libattr.h presence... no
checking for attr/libattr.h... no
configure: WARNING: libattr development library was not found or not usable.
configure: WARNING: GNU patch will be built without xattr support.
checking for geteuid... yes
checking for getuid... yes
checking for raise... (cached) yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigsetmask... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for DOS-style setmode... no
checking for ed... /bin/ed
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/.configured
make -j1 -C /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define EXEC_PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define BINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define SBINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define LIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec"'; \
  echo '#define DATAROOTDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define DATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define SYSCONFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/etc"'; \
  echo '#define SHAREDSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/com"'; \
  echo '#define LOCALSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var"'; \
  echo '#define RUNSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var/run"'; \
  echo '#define INCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/patch"'; \
  echo '#define INFODIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info"'; \
  echo '#define HTMLDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/patch"'; \
  echo '#define DVIDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/patch"'; \
  echo '#define PDFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/patch"'; \
  echo '#define PSDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/patch"'; \
  echo '#define LIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib"'; \
  echo '#define LISPDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/emacs/site-lisp"'; \
  echo '#define LOCALEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale"'; \
  echo '#define MANDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/patch"'; \
  echo '#define PKGINCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include/patch"'; \
  echo '#define PKGLIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/patch"'; \
  echo '#define PKGLIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec/patch"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
  < ../build-aux/snippet/c++defs.h \
  > c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
  < ../build-aux/snippet/arg-nonnull.h \
  > arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
  < ../build-aux/snippet/warn-on-use.h \
  > warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_DIRENT_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
      -e 's/@''GNULIB_OPENDIR''@/1/g' \
      -e 's/@''GNULIB_READDIR''@/1/g' \
      -e 's/@''GNULIB_REWINDDIR''@/0/g' \
      -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
      -e 's/@''GNULIB_DIRFD''@/1/g' \
      -e 's/@''GNULIB_FDOPENDIR''@/0/g' \
      -e 's/@''GNULIB_SCANDIR''@/0/g' \
      -e 's/@''GNULIB_ALPHASORT''@/0/g' \
      -e 's/@''HAVE_OPENDIR''@/1/g' \
      -e 's/@''HAVE_READDIR''@/1/g' \
      -e 's/@''HAVE_REWINDDIR''@/1/g' \
      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
      -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_SCANDIR''@|1|g' \
      -e 's|@''HAVE_ALPHASORT''@|1|g' \
      -e 's|@''REPLACE_OPENDIR''@|0|g' \
      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
      -e 's|@''REPLACE_DIRFD''@|0|g' \
      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_FCNTL''@/1/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/1/g' \
      -e 's/@''GNULIB_OPENAT''@/1/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_FCNTL''@|1|g' \
      -e 's|@''REPLACE_OPEN''@|0|g' \
      -e 's|@''REPLACE_OPENAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''GNULIB_RAISE''@|1|g' \
      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_SIGPROCMASK''@/0/g' \
      -e 's/@''GNULIB_SIGACTION''@/0/g' \
      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
      -e 's|@''HAVE_RAISE''@|1|g' \
      -e 's|@''HAVE_SIGSET_T''@|1|g' \
      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
      -e 's|@''HAVE_SIGACTION''@|1|g' \
      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
      -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''REPLACE_RAISE''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/1/g' \
      -e 's/@''GNULIB_RENAMEAT''@/1/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      < ./stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBTOWC''@/0/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_QSORT_R''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_REALPATH''@/1/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
      -e 's/@''GNULIB_SETENV''@/1/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/1/g' \
      -e 's/@''GNULIB_WCTOMB''@/0/g' \
      < ./stdlib.in.h | \
  sed -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_CALLOC''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_MALLOC''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_QSORT_R''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
      -e 's/@''GNULIB_STRDUP''@/1/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/1/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
      < ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's/@''GNULIB_FCHMODAT''@/1/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/1/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/1/g' \
      -e 's/@''GNULIB_MKDIRAT''@/1/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/1/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_FSTAT''@|0|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|0|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_STAT''@|0|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      < ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
      -e 's/@''GNULIB_MKTIME''@/1/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/1/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''REPLACE_GMTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
      -e 's|@''REPLACE_MKTIME''@|0|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_CHDIR''@/1/g' \
      -e 's/@''GNULIB_CHOWN''@/1/g' \
      -e 's/@''GNULIB_CLOSE''@/1/g' \
      -e 's/@''GNULIB_DUP''@/0/g' \
      -e 's/@''GNULIB_DUP2''@/1/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/1/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/1/g' \
      -e 's/@''GNULIB_FACCESSAT''@/1/g' \
      -e 's/@''GNULIB_FCHDIR''@/1/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/1/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      -e 's/@''GNULIB_GETCWD''@/1/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
      -e 's/@''GNULIB_GETGROUPS''@/1/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/1/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/1/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/0/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/1/g' \
      -e 's/@''GNULIB_READLINKAT''@/1/g' \
      -e 's/@''GNULIB_RMDIR''@/1/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/0/g' \
      -e 's/@''GNULIB_SYMLINK''@/1/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/1/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_UNLINK''@/1/g' \
      -e 's/@''GNULIB_UNLINKAT''@/1/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/1/g' \
      < ./unistd.in.h | \
  sed -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  | \
  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_READLINKAT''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      < ./wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
      -e 's/@''GNULIB_ISWBLANK''@/0/g' \
      -e 's/@''GNULIB_WCTYPE''@/0/g' \
      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
      -e 's/@''GNULIB_WCTRANS''@/0/g' \
      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
      -e 's/@''HAVE_ISWBLANK''@/1/g' \
      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
      -e 's/@''HAVE_WINT_T''@/1/g' \
      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make  all-am
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT argmatch.o -MD -MP -MF .deps/argmatch.Tpo -c -o argmatch.o argmatch.c
mv -f .deps/argmatch.Tpo .deps/argmatch.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT backupfile.o -MD -MP -MF .deps/backupfile.Tpo -c -o backupfile.o backupfile.c
mv -f .deps/backupfile.Tpo .deps/backupfile.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT bitrotate.o -MD -MP -MF .deps/bitrotate.Tpo -c -o bitrotate.o bitrotate.c
mv -f .deps/bitrotate.Tpo .deps/bitrotate.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c
mv -f .deps/c-strcasecmp.Tpo .deps/c-strcasecmp.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c
mv -f .deps/c-strncasecmp.Tpo .deps/c-strncasecmp.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c
mv -f .deps/cloexec.Tpo .deps/cloexec.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT opendir-safer.o -MD -MP -MF .deps/opendir-safer.Tpo -c -o opendir-safer.o opendir-safer.c
mv -f .deps/opendir-safer.Tpo .deps/opendir-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dirname.o -MD -MP -MF .deps/dirname.Tpo -c -o dirname.o dirname.c
mv -f .deps/dirname.Tpo .deps/dirname.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c
mv -f .deps/basename.Tpo .deps/basename.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dirname-lgpl.o -MD -MP -MF .deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c
mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT basename-lgpl.o -MD -MP -MF .deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c
mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c
mv -f .deps/stripslash.Tpo .deps/stripslash.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
mv -f .deps/exitfail.Tpo .deps/exitfail.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT chmodat.o -MD -MP -MF .deps/chmodat.Tpo -c -o chmodat.o chmodat.c
mv -f .deps/chmodat.Tpo .deps/chmodat.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT chownat.o -MD -MP -MF .deps/chownat.Tpo -c -o chownat.o chownat.c
mv -f .deps/chownat.Tpo .deps/chownat.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fd-hook.o -MD -MP -MF .deps/fd-hook.Tpo -c -o fd-hook.o fd-hook.c
mv -f .deps/fd-hook.Tpo .deps/fd-hook.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT filenamecat-lgpl.o -MD -MP -MF .deps/filenamecat-lgpl.Tpo -c -o filenamecat-lgpl.o filenamecat-lgpl.c
mv -f .deps/filenamecat-lgpl.Tpo .deps/filenamecat-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c
mv -f .deps/full-write.Tpo .deps/full-write.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c
mv -f .deps/gettime.Tpo .deps/gettime.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_linked_list.o -MD -MP -MF .deps/gl_linked_list.Tpo -c -o gl_linked_list.o gl_linked_list.c
mv -f .deps/gl_linked_list.Tpo .deps/gl_linked_list.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_list.o -MD -MP -MF .deps/gl_list.Tpo -c -o gl_list.o gl_list.c
mv -f .deps/gl_list.Tpo .deps/gl_list.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT malloca.o -MD -MP -MF .deps/malloca.Tpo -c -o malloca.o malloca.c
mv -f .deps/malloca.Tpo .deps/malloca.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c
mv -f .deps/openat-die.Tpo .deps/openat-die.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT parse-datetime.o -MD -MP -MF .deps/parse-datetime.Tpo -c -o parse-datetime.o parse-datetime.c
mv -f .deps/parse-datetime.Tpo .deps/parse-datetime.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT progname.o -MD -MP -MF .deps/progname.Tpo -c -o progname.o progname.c
mv -f .deps/progname.Tpo .deps/progname.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c
mv -f .deps/quotearg.Tpo .deps/quotearg.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT safe-write.o -MD -MP -MF .deps/safe-write.Tpo -c -o safe-write.o safe-write.c
mv -f .deps/safe-write.Tpo .deps/safe-write.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c
mv -f .deps/save-cwd.Tpo .deps/save-cwd.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stat-time.o -MD -MP -MF .deps/stat-time.Tpo -c -o stat-time.o stat-time.c
mv -f .deps/stat-time.Tpo .deps/stat-time.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT statat.o -MD -MP -MF .deps/statat.Tpo -c -o statat.o statat.c
mv -f .deps/statat.Tpo .deps/statat.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c
mv -f .deps/tempname.Tpo .deps/tempname.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT timespec.o -MD -MP -MF .deps/timespec.Tpo -c -o timespec.o timespec.c
mv -f .deps/timespec.Tpo .deps/timespec.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT unistd.o -MD -MP -MF .deps/unistd.Tpo -c -o unistd.o unistd.c
mv -f .deps/unistd.Tpo .deps/unistd.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c
mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c
mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c
mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c
mv -f .deps/utimens.Tpo .deps/utimens.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT verror.o -MD -MP -MF .deps/verror.Tpo -c -o verror.o verror.c
mv -f .deps/verror.Tpo .deps/verror.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o wctype-h.c
mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_xlist.o -MD -MP -MF .deps/gl_xlist.Tpo -c -o gl_xlist.o gl_xlist.c
mv -f .deps/gl_xlist.Tpo .deps/gl_xlist.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xsize.o -MD -MP -MF .deps/xsize.Tpo -c -o xsize.o xsize.c
mv -f .deps/xsize.Tpo .deps/xsize.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xstrndup.o -MD -MP -MF .deps/xstrndup.Tpo -c -o xstrndup.o xstrndup.c
mv -f .deps/xstrndup.Tpo .deps/xstrndup.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xvasprintf.o -MD -MP -MF .deps/xvasprintf.Tpo -c -o xvasprintf.o xvasprintf.c
mv -f .deps/xvasprintf.Tpo .deps/xvasprintf.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xasprintf.o -MD -MP -MF .deps/xasprintf.Tpo -c -o xasprintf.o xasprintf.c
mv -f .deps/xasprintf.Tpo .deps/xasprintf.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT chdir-long.o -MD -MP -MF .deps/chdir-long.Tpo -c -o chdir-long.o chdir-long.c
mv -f .deps/chdir-long.Tpo .deps/chdir-long.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fcntl.o -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.o fcntl.c
mv -f .deps/fcntl.Tpo .deps/fcntl.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c
mv -f .deps/openat-proc.Tpo .deps/openat-proc.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c
mv -f .deps/printf-args.Tpo .deps/printf-args.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c
mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT utimensat.o -MD -MP -MF .deps/utimensat.Tpo -c -o utimensat.o utimensat.c
mv -f .deps/utimensat.Tpo .deps/utimensat.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT vasnprintf.o -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.o vasnprintf.c
mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Po
gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xmemdup0.o -MD -MP -MF .deps/xmemdup0.Tpo -c -o xmemdup0.o xmemdup0.c
mv -f .deps/xmemdup0.Tpo .deps/xmemdup0.Po
rm -f libpatch.a
x86_64-linux-gnu-ar cru libpatch.a argmatch.o backupfile.o bitrotate.o c-ctype.o c-strcasecmp.o c-strncasecmp.o cloexec.o opendir-safer.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o chmodat.o chownat.o fd-hook.o filenamecat-lgpl.o full-write.o gettime.o hash.o gl_linked_list.o gl_list.o localcharset.o malloca.o openat-die.o parse-datetime.o progname.o quotearg.o safe-write.o save-cwd.o stat-time.o statat.o tempname.o timespec.o unistd.o dup-safer.o fd-safer.o pipe-safer.o utimens.o verror.o wctype-h.o xmalloc.o xalloc-die.o gl_xlist.o xsize.o xstrndup.o xvasprintf.o xasprintf.o asnprintf.o chdir-long.o fcntl.o openat-proc.o printf-args.o printf-parse.o utimensat.o vasnprintf.o xmemdup0.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-linux-gnu-ranlib libpatch.a
rm -f t-charset.alias charset.alias && \
/usr/bin/env bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/patch/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/patch/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
Making all in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inp.o -MD -MP -MF .deps/inp.Tpo -c -o inp.o inp.c
mv -f .deps/inp.Tpo .deps/inp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT patch.o -MD -MP -MF .deps/patch.Tpo -c -o patch.o patch.c
mv -f .deps/patch.Tpo .deps/patch.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pch.o -MD -MP -MF .deps/pch.Tpo -c -o pch.o pch.c
mv -f .deps/pch.Tpo .deps/pch.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT safe.o -MD -MP -MF .deps/safe.Tpo -c -o safe.o safe.c
mv -f .deps/safe.Tpo .deps/safe.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -DENABLE_MERGE -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o merge.c
mv -f .deps/merge.Tpo .deps/merge.Po
gcc   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o patch inp.o patch.o pch.o safe.o util.o version.o merge.o  ../lib/libpatch.a    
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/patch'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/patch'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
Making install in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
make  install-am
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
if test yes = no; then \
  case 'linux-gnu' in \
    darwin[56]*) \
      need_charset_alias=true ;; \
    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
      need_charset_alias=false ;; \
    *) \
      need_charset_alias=true ;; \
  esac ; \
else \
  need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
  /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/build-aux/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/lib ; \
fi ; \
if test -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias; then \
  sed -f ref-add.sed /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
  rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
else \
  if $need_charset_alias; then \
    sed -f ref-add.sed charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
    /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  fi ; \
fi
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/lib'
Making install in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/install -c patch '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/src'
Making install in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/tests'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[7]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 'patch.man' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1/patch.1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/patch-2.7.5/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.patch_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/patch'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/sed'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "sed-4.2.2.tar.bz2" "7ffe1c7cdc3233e1e0c4b502df253974" "" "@GNU/sed"
--2016-11-22 22:08:01--  http://ftpmirror.gnu.org/sed/sed-4.2.2.tar.bz2
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/sed/sed-4.2.2.tar.bz2 [following]
--2016-11-22 22:08:02--  http://mirror.tochlab.net/pub/gnu/sed/sed-4.2.2.tar.bz2
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1059414 (1.0M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.01M  1.42MB/s    in 0.7s    

2016-11-22 22:08:02 (1.42 MB/s) - written to stdout [1059414/1059414]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; bzcat /home/zs14/spaces/cc/openwrt/dl/sed-4.2.2.tar.bz2 | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/.. -xf - 

Applying ./patches/001-musl_host_fixup.patch using plaintext: 
patching file build-aux/config.sub
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/.prepared222613dee3692144e4e08e35c3597501
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" ac_cv_search_setfilecon=no ac_cv_header_selinux_context_h=no ac_cv_header_selinux_selinux_h=no  --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --disable-acl --disable-nls  ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for symlink... yes
checking for _set_invalid_parameter_handler... no
checking for __fwriting... yes
checking for getdelim... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for mprotect... yes
checking for mkostemp... yes
checking for nl_langinfo... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for link... yes
checking for wcrtomb... yes
checking for wctob... yes
checking for iswcntrl... yes
checking for isatty... yes
checking for isascii... yes
checking for memcpy... yes
checking for strchr... yes
checking for strtoul... yes
checking for popen... yes
checking for pathconf... yes
checking for fchown... yes
checking for fchmod... yes
checking for setlocale... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for sys/mman.h... yes
checking for selinux/selinux.h... (cached) no
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for features.h... yes
checking for wctype.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for mcheck.h... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... 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 *... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
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 getdelim is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv 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 getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether lstat correctly handles trailing slash... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for inline... inline
checking for library containing setfilecon... (cached) no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... 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... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
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... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for wint_t... yes
checking for alloca as a compiler built-in... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking for working getdelim function... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles a NULL pwc argument... (cached) guessing yes
checking whether mbrtowc handles a NULL string argument... (cached) guessing yes
checking whether mbrtowc has a correct return value... (cached) guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether YESEXPR works... yes
checking for obstacks... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for working re_compile_pattern... 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 whether rmdir works... yes
checking for selinux/selinux.h... (cached) no
checking for selinux/context.h... (cached) no
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 va_copy... yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
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... no
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... yes
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... yes
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... yes
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... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
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... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
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 working strerror function... yes
checking for strverscmp... 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... yes
checking whether euidaccess is declared without a macro... yes
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... yes
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 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 mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb return value is correct... guessing yes
checking whether wctob works... guessing yes
checking whether wctob is declared... (cached) 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 whether "rt" can be used with fopen... yes
checking whether -lcP is needed... no
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking whether UTF-8 case folding tests should pass... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating testsuite/version.good
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating sed/Makefile
config.status: creating testsuite/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2 SHELL="bash"
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define EXEC_PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define BINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define SBINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define LIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec"'; \
  echo '#define DATAROOTDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define DATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define SYSCONFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/etc"'; \
  echo '#define SHAREDSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/com"'; \
  echo '#define LOCALSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var"'; \
  echo '#define INCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/sed"'; \
  echo '#define INFODIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info"'; \
  echo '#define HTMLDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/sed"'; \
  echo '#define DVIDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/sed"'; \
  echo '#define PDFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/sed"'; \
  echo '#define PSDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/sed"'; \
  echo '#define LIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib"'; \
  echo '#define LISPDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/emacs/site-lisp"'; \
  echo '#define LOCALEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale"'; \
  echo '#define MANDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/sed"'; \
  echo '#define PKGINCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include/sed"'; \
  echo '#define PKGLIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/sed"'; \
  echo '#define PKGLIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec/sed"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
  < ../build-aux/snippet/c++defs.h \
  > c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
  < ../build-aux/snippet/arg-nonnull.h \
  > arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
  < ../build-aux/snippet/warn-on-use.h \
  > warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_FCNTL''@/0/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/0/g' \
      -e 's/@''GNULIB_OPENAT''@/0/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_FCNTL''@|0|g' \
      -e 's|@''REPLACE_OPEN''@|0|g' \
      -e 's|@''REPLACE_OPENAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f langinfo.h-t langinfo.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
      -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./langinfo.in.h; \
} > langinfo.h-t && \
mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
      -e 's/@''GNULIB_LOCALECONV''@/1/g' \
      -e 's/@''GNULIB_SETLOCALE''@/0/g' \
      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
      -e 's|@''REPLACE_SETLOCALE''@|0|g' \
      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./locale.in.h; \
} > locale.h-t && \
mv locale.h-t locale.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
  < ../build-aux/snippet/unused-parameter.h \
  > unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
/bin/mkdir -p selinux
rm -f selinux/selinux.h-t selinux/selinux.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SELINUX_SELINUX_H''@||g' \
      -e '/definition of _GL_UNUSED_PARAMETER/r unused-parameter.h' \
      < ./se-selinux.in.h; \
} > selinux/selinux.h-t && \
chmod a-x selinux/selinux.h-t && \
mv selinux/selinux.h-t selinux/selinux.h
/bin/mkdir -p selinux
rm -f selinux/context.h-t selinux/context.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e '/definition of _GL_UNUSED_PARAMETER/r unused-parameter.h' \
      < ./se-context.in.h; \
} > selinux/context.h-t && \
chmod a-x selinux/context.h-t && \
mv selinux/context.h-t selinux/context.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/1/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/1/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      < ./stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBTOWC''@/1/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/1/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_REALPATH''@/1/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SETENV''@/0/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/0/g' \
      -e 's/@''GNULIB_WCTOMB''@/1/g' \
      < ./stdlib.in.h | \
  sed -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_CALLOC''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_MALLOC''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
      -e 's/@''GNULIB_STRDUP''@/0/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/0/g' \
      -e 's/@''GNULIB_STRNLEN''@/0/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/1/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
      < ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/0/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/1/g' \
      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_FSTAT''@|0|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|0|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_STAT''@|0|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      < ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_MKTIME''@/0/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/0/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_CHDIR''@/1/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/0/g' \
      -e 's/@''GNULIB_DUP''@/0/g' \
      -e 's/@''GNULIB_DUP2''@/0/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/0/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/0/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      -e 's/@''GNULIB_GETCWD''@/0/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/0/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/1/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/1/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/0/g' \
      -e 's/@''GNULIB_SYMLINK''@/0/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_UNLINK''@/0/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/0/g' \
      < ./unistd.in.h | \
  sed -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  | \
  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''GNULIB_BTOWC''@/1/g' \
      -e 's/@''GNULIB_WCTOB''@/1/g' \
      -e 's/@''GNULIB_MBSINIT''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
      -e 's/@''GNULIB_MBRLEN''@/1/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/1/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      < ./wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
      -e 's/@''GNULIB_ISWBLANK''@/0/g' \
      -e 's/@''GNULIB_WCTYPE''@/0/g' \
      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
      -e 's/@''GNULIB_WCTRANS''@/0/g' \
      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
      -e 's/@''HAVE_ISWBLANK''@/1/g' \
      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
      -e 's/@''HAVE_WINT_T''@/1/g' \
      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make  all-recursive
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set-mode-acl.o -MD -MP -MF .deps/set-mode-acl.Tpo -c -o set-mode-acl.o set-mode-acl.c
mv -f .deps/set-mode-acl.Tpo .deps/set-mode-acl.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT copy-acl.o -MD -MP -MF .deps/copy-acl.Tpo -c -o copy-acl.o copy-acl.c
mv -f .deps/copy-acl.Tpo .deps/copy-acl.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT file-has-acl.o -MD -MP -MF .deps/file-has-acl.Tpo -c -o file-has-acl.o file-has-acl.c
mv -f .deps/file-has-acl.Tpo .deps/file-has-acl.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c
mv -f .deps/c-strcasecmp.Tpo .deps/c-strcasecmp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c
mv -f .deps/c-strncasecmp.Tpo .deps/c-strncasecmp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dirname-lgpl.o -MD -MP -MF .deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c
mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT basename-lgpl.o -MD -MP -MF .deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c
mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c
mv -f .deps/stripslash.Tpo .deps/stripslash.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
mv -f .deps/exitfail.Tpo .deps/exitfail.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c
mv -f .deps/localcharset.Tpo .deps/localcharset.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT malloca.o -MD -MP -MF .deps/malloca.Tpo -c -o malloca.o malloca.c
mv -f .deps/malloca.Tpo .deps/malloca.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c
mv -f .deps/quotearg.Tpo .deps/quotearg.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT se-context.o -MD -MP -MF .deps/se-context.Tpo -c -o se-context.o se-context.c
mv -f .deps/se-context.Tpo .deps/se-context.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT se-selinux.o -MD -MP -MF .deps/se-selinux.Tpo -c -o se-selinux.o se-selinux.c
mv -f .deps/se-selinux.Tpo .deps/se-selinux.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stdio.o -MD -MP -MF .deps/stdio.Tpo -c -o stdio.o stdio.c
mv -f .deps/stdio.Tpo .deps/stdio.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c
mv -f .deps/tempname.Tpo .deps/tempname.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT unistd.o -MD -MP -MF .deps/unistd.Tpo -c -o unistd.o unistd.c
mv -f .deps/unistd.Tpo .deps/unistd.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version-etc.o -MD -MP -MF .deps/version-etc.Tpo -c -o version-etc.o version-etc.c
mv -f .deps/version-etc.Tpo .deps/version-etc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version-etc-fsf.o -MD -MP -MF .deps/version-etc-fsf.Tpo -c -o version-etc-fsf.o version-etc-fsf.c
mv -f .deps/version-etc-fsf.Tpo .deps/version-etc-fsf.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT wctype-h.o -MD -MP -MF .deps/wctype-h.Tpo -c -o wctype-h.o wctype-h.c
mv -f .deps/wctype-h.Tpo .deps/wctype-h.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
rm -f libsed.a
x86_64-linux-gnu-ar cru libsed.a set-mode-acl.o copy-acl.o file-has-acl.o c-ctype.o c-strcasecmp.o c-strncasecmp.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o localcharset.o malloca.o quotearg.o se-context.o se-selinux.o stdio.o tempname.o unistd.o version-etc.o version-etc-fsf.o wctype-h.o xmalloc.o xalloc-die.o  
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-linux-gnu-ranlib libsed.a
rm -f t-charset.alias charset.alias && \
bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/sed/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/lib'
Making all in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/po'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/po'
Making all in sed
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/sed'
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sed.o -MD -MP -MF .deps/sed.Tpo -c -o sed.o sed.c
mv -f .deps/sed.Tpo .deps/sed.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT compile.o -MD -MP -MF .deps/compile.Tpo -c -o compile.o compile.c
mv -f .deps/compile.Tpo .deps/compile.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c
mv -f .deps/execute.Tpo .deps/execute.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT regexp.o -MD -MP -MF .deps/regexp.Tpo -c -o regexp.o regexp.c
mv -f .deps/regexp.Tpo .deps/regexp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fmt.o -MD -MP -MF .deps/fmt.Tpo -c -o fmt.o fmt.c
mv -f .deps/fmt.Tpo .deps/fmt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mbcs.o -MD -MP -MF .deps/mbcs.Tpo -c -o mbcs.o mbcs.c
mv -f .deps/mbcs.Tpo .deps/mbcs.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../lib -I.. -I../lib -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o sed sed.o compile.o execute.o regexp.o fmt.o mbcs.o utils.o ../lib/libsed.a    
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/sed'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/doc'
Making all in testsuite
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/testsuite'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/testsuite'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/sed'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/sed'
install -m0755 /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/sed/sed /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sed-4.2.2/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.sed_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/sed'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/m4'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "m4-1.4.17.tar.xz" "12a3c829301a4fd6586a57d3fcf196dc" "" "@GNU/m4"
--2016-11-22 22:08:20--  http://ftpmirror.gnu.org/m4/m4-1.4.17.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/m4/m4-1.4.17.tar.xz [following]
--2016-11-22 22:08:20--  http://mirror.tochlab.net/pub/gnu/m4/m4-1.4.17.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1149088 (1.1M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.10M  1.44MB/s    in 0.8s    

2016-11-22 22:08:21 (1.44 MB/s) - written to stdout [1149088/1149088]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/m4-1.4.17.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/.. -xf - 

Applying ./patches/100-fix-gets-removal.patch using plaintext: 
patching file lib/stdio.in.h
touch /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/.prepared84fefbea0bf04a100f1904faa8b00dc9
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" gl_cv_func_strstr_linear=no --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
configure: autobuild project... GNU M4
configure: autobuild revision... 1.4.17
configure: autobuild hostname... g46vw
configure: autobuild timestamp... 20161122T190822Z
checking for unsigned long long int... yes
checking for long long int... yes
checking for unsigned long long int... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for setrlimit... yes
checking for sigaltstack... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for symlink... yes
checking for mempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freadahead... no
checking for __freading... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for pipe2... yes
checking for posix_spawn... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for link... yes
checking for secure_getenv... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for snprintf... yes
checking for strndup... yes
checking for pipe... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for newlocale... yes
checking for setenv... yes
checking for sleep... yes
checking for strdup... yes
checking for wctob... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking for ucontext.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for stdio_ext.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for sched.h... yes
checking for spawn.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/wait.h... yes
checking for features.h... yes
checking for wctype.h... yes
checking for dirent.h... yes
checking for inttypes.h... (cached) yes
checking for working C stack overflow detection... yes
checking for correct stack_t interpretation... yes
checking for precise C stack overflow detection... no
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for libsigsegv... no, consider installing GNU libsigsegv
checking whether // is distinct from /... no
checking whether realpath works... yes
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... 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 *... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for working fcntl.h... yes
checking for pid_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 stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv 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 where to find the exponent in a 'double'... word 1 bit 20
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether byte ordering is bigendian... no
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for multithread API to use... none
checking whether lstat correctly handles trailing slash... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for promoted mode_t type... mode_t
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... yes
checking whether strerror(0) succeeds... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether sys_siglist is declared... yes
checking whether strstr works... yes
checking whether ldexp() can be used without linking with libm... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... no
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking whether to use C++... no
checking whether ungetc works on arbitrary bytes... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
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 whether strdup is declared... yes
checking whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking whether sigaltstack is declared... yes
checking for stack_t... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fflush works on input streams... (cached) no
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking for __fpending... yes
checking whether fpurge is declared... no
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for libsigsegv... (cached) no, consider installing GNU libsigsegv
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking for mkdtemp... yes
checking for working mkstemp... yes
checking whether YESEXPR works... yes
checking for obstacks... yes
checking whether open recognizes a trailing slash... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for working re_compile_pattern... 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 whether rmdir works... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_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 va_copy... yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether strstr works in linear time... (cached) no
checking whether strstr works... (cached) yes
checking whether strtod obeys C99... yes
checking for nlink_t... (cached) yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vasprintf... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for waitid... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb return value is correct... guessing yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a turkish Unicode locale... none
checking for closedir... yes
checking whether fdopen sets errno... yes
checking for getpagesize... yes
checking whether getpagesize 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 where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking whether link obeys POSIX... yes
checking for setlocale... yes
checking for uselocale... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for opendir... yes
checking for putenv compatible with GNU and SVID... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for readdir... yes
checking whether setenv validates arguments... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether sleep is declared... yes
checking for working sleep... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether wctob works... guessing yes
checking whether wctob is declared... yes
checking whether an open file can be renamed... yes
checking if changeword is wanted... no
checking which shell to use for syscmd... /bin/sh
checking if malloc debugging is wanted... no
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 lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing stamp-h commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
Making all in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
Making all in examples
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define EXEC_PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define BINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define SBINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define LIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec"'; \
  echo '#define DATAROOTDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define DATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define SYSCONFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/etc"'; \
  echo '#define SHAREDSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/com"'; \
  echo '#define LOCALSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var"'; \
  echo '#define INCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/m4"'; \
  echo '#define INFODIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info"'; \
  echo '#define HTMLDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/m4"'; \
  echo '#define DVIDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/m4"'; \
  echo '#define PDFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/m4"'; \
  echo '#define PSDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/m4"'; \
  echo '#define LIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib"'; \
  echo '#define LISPDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/emacs/site-lisp"'; \
  echo '#define LOCALEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale"'; \
  echo '#define MANDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/m4"'; \
  echo '#define PKGINCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include/m4"'; \
  echo '#define PKGLIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/m4"'; \
  echo '#define PKGLIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec/m4"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
  < ../build-aux/snippet/c++defs.h \
  > c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
  < ../build-aux/snippet/arg-nonnull.h \
  > arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
  < ../build-aux/snippet/warn-on-use.h \
  > warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_FCNTL''@/1/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/1/g' \
      -e 's/@''GNULIB_OPENAT''@/0/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_FCNTL''@|1|g' \
      -e 's|@''REPLACE_OPEN''@|0|g' \
      -e 's|@''REPLACE_OPENAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f langinfo.h-t langinfo.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
      -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
      -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./langinfo.in.h; \
} > langinfo.h-t && \
mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
      -e 's/@''GNULIB_LOCALECONV''@/1/g' \
      -e 's/@''GNULIB_SETLOCALE''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
      -e 's|@''REPLACE_SETLOCALE''@|0|g' \
      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./locale.in.h; \
} > locale.h-t && \
mv locale.h-t locale.h
rm -f math.h-t math.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
      -e 's/@''GNULIB_ACOSF''@/0/g' \
      -e 's/@''GNULIB_ACOSL''@/0/g' \
      -e 's/@''GNULIB_ASINF''@/0/g' \
      -e 's/@''GNULIB_ASINL''@/0/g' \
      -e 's/@''GNULIB_ATANF''@/0/g' \
      -e 's/@''GNULIB_ATANL''@/0/g' \
      -e 's/@''GNULIB_ATAN2F''@/0/g' \
      -e 's/@''GNULIB_CBRT''@/0/g' \
      -e 's/@''GNULIB_CBRTF''@/0/g' \
      -e 's/@''GNULIB_CBRTL''@/0/g' \
      -e 's/@''GNULIB_CEIL''@/0/g' \
      -e 's/@''GNULIB_CEILF''@/0/g' \
      -e 's/@''GNULIB_CEILL''@/0/g' \
      -e 's/@''GNULIB_COPYSIGN''@/0/g' \
      -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
      -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
      -e 's/@''GNULIB_COSF''@/0/g' \
      -e 's/@''GNULIB_COSL''@/0/g' \
      -e 's/@''GNULIB_COSHF''@/0/g' \
      -e 's/@''GNULIB_EXPF''@/0/g' \
      -e 's/@''GNULIB_EXPL''@/0/g' \
      -e 's/@''GNULIB_EXP2''@/0/g' \
      -e 's/@''GNULIB_EXP2F''@/0/g' \
      -e 's/@''GNULIB_EXP2L''@/0/g' \
      -e 's/@''GNULIB_EXPM1''@/0/g' \
      -e 's/@''GNULIB_EXPM1F''@/0/g' \
      -e 's/@''GNULIB_EXPM1L''@/0/g' \
      -e 's/@''GNULIB_FABSF''@/0/g' \
      -e 's/@''GNULIB_FABSL''@/0/g' \
      -e 's/@''GNULIB_FLOOR''@/0/g' \
      -e 's/@''GNULIB_FLOORF''@/0/g' \
      -e 's/@''GNULIB_FLOORL''@/0/g' \
      -e 's/@''GNULIB_FMA''@/0/g' \
      -e 's/@''GNULIB_FMAF''@/0/g' \
      -e 's/@''GNULIB_FMAL''@/0/g' \
      -e 's/@''GNULIB_FMOD''@/0/g' \
      -e 's/@''GNULIB_FMODF''@/0/g' \
      -e 's/@''GNULIB_FMODL''@/0/g' \
      -e 's/@''GNULIB_FREXPF''@/0/g' \
      -e 's/@''GNULIB_FREXP''@/1/g' \
      -e 's/@''GNULIB_FREXPL''@/1/g' \
      -e 's/@''GNULIB_HYPOT''@/0/g' \
      -e 's/@''GNULIB_HYPOTF''@/0/g' \
      -e 's/@''GNULIB_HYPOTL''@/0/g' \
      < ./math.in.h | \
  sed -e 's/@''GNULIB_ILOGB''@/0/g' \
      -e 's/@''GNULIB_ILOGBF''@/0/g' \
      -e 's/@''GNULIB_ILOGBL''@/0/g' \
      -e 's/@''GNULIB_ISFINITE''@/0/g' \
      -e 's/@''GNULIB_ISINF''@/0/g' \
      -e 's/@''GNULIB_ISNAN''@/0/g' \
      -e 's/@''GNULIB_ISNANF''@/0/g' \
      -e 's/@''GNULIB_ISNAND''@/0/g' \
      -e 's/@''GNULIB_ISNANL''@/0/g' \
      -e 's/@''GNULIB_LDEXPF''@/0/g' \
      -e 's/@''GNULIB_LDEXPL''@/0/g' \
      -e 's/@''GNULIB_LOG''@/0/g' \
      -e 's/@''GNULIB_LOGF''@/0/g' \
      -e 's/@''GNULIB_LOGL''@/0/g' \
      -e 's/@''GNULIB_LOG10''@/0/g' \
      -e 's/@''GNULIB_LOG10F''@/0/g' \
      -e 's/@''GNULIB_LOG10L''@/0/g' \
      -e 's/@''GNULIB_LOG1P''@/0/g' \
      -e 's/@''GNULIB_LOG1PF''@/0/g' \
      -e 's/@''GNULIB_LOG1PL''@/0/g' \
      -e 's/@''GNULIB_LOG2''@/0/g' \
      -e 's/@''GNULIB_LOG2F''@/0/g' \
      -e 's/@''GNULIB_LOG2L''@/0/g' \
      -e 's/@''GNULIB_LOGB''@/0/g' \
      -e 's/@''GNULIB_LOGBF''@/0/g' \
      -e 's/@''GNULIB_LOGBL''@/0/g' \
      -e 's/@''GNULIB_MODF''@/0/g' \
      -e 's/@''GNULIB_MODFF''@/0/g' \
      -e 's/@''GNULIB_MODFL''@/0/g' \
      -e 's/@''GNULIB_POWF''@/0/g' \
      -e 's/@''GNULIB_REMAINDER''@/0/g' \
      -e 's/@''GNULIB_REMAINDERF''@/0/g' \
      -e 's/@''GNULIB_REMAINDERL''@/0/g' \
      -e 's/@''GNULIB_RINT''@/0/g' \
      -e 's/@''GNULIB_RINTF''@/0/g' \
      -e 's/@''GNULIB_RINTL''@/0/g' \
      -e 's/@''GNULIB_ROUND''@/0/g' \
      -e 's/@''GNULIB_ROUNDF''@/0/g' \
      -e 's/@''GNULIB_ROUNDL''@/0/g' \
      -e 's/@''GNULIB_SIGNBIT''@/1/g' \
      -e 's/@''GNULIB_SINF''@/0/g' \
      -e 's/@''GNULIB_SINL''@/0/g' \
      -e 's/@''GNULIB_SINHF''@/0/g' \
      -e 's/@''GNULIB_SQRTF''@/0/g' \
      -e 's/@''GNULIB_SQRTL''@/0/g' \
      -e 's/@''GNULIB_TANF''@/0/g' \
      -e 's/@''GNULIB_TANL''@/0/g' \
      -e 's/@''GNULIB_TANHF''@/0/g' \
      -e 's/@''GNULIB_TRUNC''@/0/g' \
      -e 's/@''GNULIB_TRUNCF''@/0/g' \
      -e 's/@''GNULIB_TRUNCL''@/0/g' \
  | \
  sed -e 's|@''HAVE_ACOSF''@|1|g' \
      -e 's|@''HAVE_ACOSL''@|1|g' \
      -e 's|@''HAVE_ASINF''@|1|g' \
      -e 's|@''HAVE_ASINL''@|1|g' \
      -e 's|@''HAVE_ATANF''@|1|g' \
      -e 's|@''HAVE_ATANL''@|1|g' \
      -e 's|@''HAVE_ATAN2F''@|1|g' \
      -e 's|@''HAVE_CBRT''@|1|g' \
      -e 's|@''HAVE_CBRTF''@|1|g' \
      -e 's|@''HAVE_CBRTL''@|1|g' \
      -e 's|@''HAVE_COPYSIGN''@|1|g' \
      -e 's|@''HAVE_COPYSIGNL''@|1|g' \
      -e 's|@''HAVE_COSF''@|1|g' \
      -e 's|@''HAVE_COSL''@|1|g' \
      -e 's|@''HAVE_COSHF''@|1|g' \
      -e 's|@''HAVE_EXPF''@|1|g' \
      -e 's|@''HAVE_EXPL''@|1|g' \
      -e 's|@''HAVE_EXPM1''@|1|g' \
      -e 's|@''HAVE_EXPM1F''@|1|g' \
      -e 's|@''HAVE_FABSF''@|1|g' \
      -e 's|@''HAVE_FABSL''@|1|g' \
      -e 's|@''HAVE_FMA''@|1|g' \
      -e 's|@''HAVE_FMAF''@|1|g' \
      -e 's|@''HAVE_FMAL''@|1|g' \
      -e 's|@''HAVE_FMODF''@|1|g' \
      -e 's|@''HAVE_FMODL''@|1|g' \
      -e 's|@''HAVE_FREXPF''@|1|g' \
      -e 's|@''HAVE_HYPOTF''@|1|g' \
      -e 's|@''HAVE_HYPOTL''@|1|g' \
      -e 's|@''HAVE_ILOGB''@|1|g' \
      -e 's|@''HAVE_ILOGBF''@|1|g' \
      -e 's|@''HAVE_ILOGBL''@|1|g' \
      -e 's|@''HAVE_ISNANF''@|1|g' \
      -e 's|@''HAVE_ISNAND''@|1|g' \
      -e 's|@''HAVE_ISNANL''@|1|g' \
      -e 's|@''HAVE_LDEXPF''@|1|g' \
      -e 's|@''HAVE_LOGF''@|1|g' \
      -e 's|@''HAVE_LOGL''@|1|g' \
      -e 's|@''HAVE_LOG10F''@|1|g' \
      -e 's|@''HAVE_LOG10L''@|1|g' \
      -e 's|@''HAVE_LOG1P''@|1|g' \
      -e 's|@''HAVE_LOG1PF''@|1|g' \
      -e 's|@''HAVE_LOG1PL''@|1|g' \
      -e 's|@''HAVE_LOGBF''@|1|g' \
      -e 's|@''HAVE_LOGBL''@|1|g' \
      -e 's|@''HAVE_MODFF''@|1|g' \
      -e 's|@''HAVE_MODFL''@|1|g' \
      -e 's|@''HAVE_POWF''@|1|g' \
      -e 's|@''HAVE_REMAINDER''@|1|g' \
      -e 's|@''HAVE_REMAINDERF''@|1|g' \
      -e 's|@''HAVE_RINT''@|1|g' \
      -e 's|@''HAVE_RINTL''@|1|g' \
      -e 's|@''HAVE_SINF''@|1|g' \
      -e 's|@''HAVE_SINL''@|1|g' \
      -e 's|@''HAVE_SINHF''@|1|g' \
      -e 's|@''HAVE_SQRTF''@|1|g' \
      -e 's|@''HAVE_SQRTL''@|1|g' \
      -e 's|@''HAVE_TANF''@|1|g' \
      -e 's|@''HAVE_TANL''@|1|g' \
      -e 's|@''HAVE_TANHF''@|1|g' \
      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
      -e 's|@''HAVE_DECL_ASINL''@|1|g' \
      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
      -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
      -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
      -e 's|@''HAVE_DECL_CEILF''@|1|g' \
      -e 's|@''HAVE_DECL_CEILL''@|1|g' \
      -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
      -e 's|@''HAVE_DECL_COSL''@|1|g' \
      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
      -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
      -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
      -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
      -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
      -e 's|@''HAVE_DECL_LOGB''@|1|g' \
      -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
      -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
      -e 's|@''HAVE_DECL_RINTF''@|1|g' \
      -e 's|@''HAVE_DECL_ROUND''@|1|g' \
      -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
      -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
      -e 's|@''HAVE_DECL_SINL''@|1|g' \
      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
      -e 's|@''HAVE_DECL_TANL''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
  | \
  sed -e 's|@''REPLACE_CBRTF''@|0|g' \
      -e 's|@''REPLACE_CBRTL''@|0|g' \
      -e 's|@''REPLACE_CEIL''@|0|g' \
      -e 's|@''REPLACE_CEILF''@|0|g' \
      -e 's|@''REPLACE_CEILL''@|0|g' \
      -e 's|@''REPLACE_EXPM1''@|0|g' \
      -e 's|@''REPLACE_EXPM1F''@|0|g' \
      -e 's|@''REPLACE_EXP2''@|0|g' \
      -e 's|@''REPLACE_EXP2L''@|0|g' \
      -e 's|@''REPLACE_FABSL''@|0|g' \
      -e 's|@''REPLACE_FLOOR''@|0|g' \
      -e 's|@''REPLACE_FLOORF''@|0|g' \
      -e 's|@''REPLACE_FLOORL''@|0|g' \
      -e 's|@''REPLACE_FMA''@|0|g' \
      -e 's|@''REPLACE_FMAF''@|0|g' \
      -e 's|@''REPLACE_FMAL''@|0|g' \
      -e 's|@''REPLACE_FMOD''@|0|g' \
      -e 's|@''REPLACE_FMODF''@|0|g' \
      -e 's|@''REPLACE_FMODL''@|0|g' \
      -e 's|@''REPLACE_FREXPF''@|0|g' \
      -e 's|@''REPLACE_FREXP''@|0|g' \
      -e 's|@''REPLACE_FREXPL''@|0|g' \
      -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
      -e 's|@''REPLACE_HYPOT''@|0|g' \
      -e 's|@''REPLACE_HYPOTF''@|0|g' \
      -e 's|@''REPLACE_HYPOTL''@|0|g' \
      -e 's|@''REPLACE_ILOGB''@|0|g' \
      -e 's|@''REPLACE_ILOGBF''@|0|g' \
      -e 's|@''REPLACE_ISFINITE''@|0|g' \
      -e 's|@''REPLACE_ISINF''@|0|g' \
      -e 's|@''REPLACE_ISNAN''@|0|g' \
      -e 's|@''REPLACE_ITOLD''@|0|g' \
      -e 's|@''REPLACE_LDEXPL''@|0|g' \
      -e 's|@''REPLACE_LOG''@|0|g' \
      -e 's|@''REPLACE_LOGF''@|0|g' \
      -e 's|@''REPLACE_LOGL''@|0|g' \
      -e 's|@''REPLACE_LOG10''@|0|g' \
      -e 's|@''REPLACE_LOG10F''@|0|g' \
      -e 's|@''REPLACE_LOG10L''@|0|g' \
      -e 's|@''REPLACE_LOG1P''@|0|g' \
      -e 's|@''REPLACE_LOG1PF''@|0|g' \
      -e 's|@''REPLACE_LOG1PL''@|0|g' \
      -e 's|@''REPLACE_LOG2''@|0|g' \
      -e 's|@''REPLACE_LOG2F''@|0|g' \
      -e 's|@''REPLACE_LOG2L''@|0|g' \
      -e 's|@''REPLACE_LOGB''@|0|g' \
      -e 's|@''REPLACE_LOGBF''@|0|g' \
      -e 's|@''REPLACE_LOGBL''@|0|g' \
      -e 's|@''REPLACE_MODF''@|0|g' \
      -e 's|@''REPLACE_MODFF''@|0|g' \
      -e 's|@''REPLACE_MODFL''@|0|g' \
      -e 's|@''REPLACE_NAN''@|0|g' \
      -e 's|@''REPLACE_REMAINDER''@|0|g' \
      -e 's|@''REPLACE_REMAINDERF''@|0|g' \
      -e 's|@''REPLACE_REMAINDERL''@|0|g' \
      -e 's|@''REPLACE_ROUND''@|0|g' \
      -e 's|@''REPLACE_ROUNDF''@|0|g' \
      -e 's|@''REPLACE_ROUNDL''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
      -e 's|@''REPLACE_SQRTL''@|0|g' \
      -e 's|@''REPLACE_TRUNC''@|0|g' \
      -e 's|@''REPLACE_TRUNCF''@|0|g' \
      -e 's|@''REPLACE_TRUNCL''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > math.h-t && \
mv math.h-t math.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''GNULIB_RAISE''@|1|g' \
      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
      -e 's/@''GNULIB_SIGACTION''@/1/g' \
      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
      -e 's|@''HAVE_RAISE''@|1|g' \
      -e 's|@''HAVE_SIGSET_T''@|1|g' \
      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
      -e 's|@''HAVE_SIGACTION''@|1|g' \
      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
      -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''REPLACE_RAISE''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
  < ../build-aux/snippet/unused-parameter.h \
  > unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
rm -f spawn.h-t spawn.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''HAVE_SPAWN_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
      -e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
      -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
      -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./spawn.in.h; \
} > spawn.h-t && \
mv spawn.h-t spawn.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/1/g' \
      -e 's/@''GNULIB_FDOPEN''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_FFLUSH''@/1/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/1/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/1/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/1/g' \
      -e 's/@''GNULIB_FSEEKO''@/1/g' \
      -e 's/@''GNULIB_FTELL''@/1/g' \
      -e 's/@''GNULIB_FTELLO''@/1/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/1/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/1/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      < ./stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|0|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|1|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|1|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|1|g' \
      -e 's|@''REPLACE_FSEEKO''@|1|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|1|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBTOWC''@/1/g' \
      -e 's/@''GNULIB_MKDTEMP''@/1/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/1/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
      -e 's/@''GNULIB_REALPATH''@/1/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
      -e 's/@''GNULIB_SETENV''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_STRTOD''@/1/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_WCTOMB''@/IN_M4_GNULIB_TESTS/g' \
      < ./stdlib.in.h | \
  sed -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_CALLOC''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_MALLOC''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
      -e 's/@''GNULIB_STRDUP''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/1/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/1/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/1/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|1|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
      < ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/0/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/1/g' \
      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_FSTAT''@|0|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|0|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_STAT''@|0|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      < ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
/bin/mkdir -p sys
rm -f sys/wait.h-t sys/wait.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
      -e 's/@''GNULIB_WAITPID''@/1/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./sys_wait.in.h; \
} > sys/wait.h-t && \
mv sys/wait.h-t sys/wait.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_MKTIME''@/0/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/0/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_CHDIR''@/1/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/1/g' \
      -e 's/@''GNULIB_DUP''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_DUP2''@/1/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/1/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/0/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      -e 's/@''GNULIB_GETCWD''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/1/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/1/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/1/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/1/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_SYMLINK''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
      -e 's/@''GNULIB_UNLINK''@/0/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/IN_M4_GNULIB_TESTS/g' \
      < ./unistd.in.h | \
  sed -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  | \
  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''GNULIB_BTOWC''@/1/g' \
      -e 's/@''GNULIB_WCTOB''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_MBSINIT''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/1/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      < ./wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
      -e 's/@''GNULIB_ISWBLANK''@/0/g' \
      -e 's/@''GNULIB_WCTYPE''@/0/g' \
      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
      -e 's/@''GNULIB_WCTRANS''@/0/g' \
      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
      -e 's/@''HAVE_ISWBLANK''@/1/g' \
      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
      -e 's/@''HAVE_WINT_T''@/1/g' \
      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make  all-am
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
depbase=`echo gl_avltree_oset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_avltree_oset.o -MD -MP -MF $depbase.Tpo -c -o gl_avltree_oset.o gl_avltree_oset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo binary-io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT binary-io.o -MD -MP -MF $depbase.Tpo -c -o binary-io.o binary-io.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-ctype.o -MD -MP -MF $depbase.Tpo -c -o c-ctype.o c-ctype.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-stack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-stack.o -MD -MP -MF $depbase.Tpo -c -o c-stack.o c-stack.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o c-strcasecmp.o c-strcasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT c-strncasecmp.o -MD -MP -MF $depbase.Tpo -c -o c-strncasecmp.o c-strncasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo clean-temp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clean-temp.o -MD -MP -MF $depbase.Tpo -c -o clean-temp.o clean-temp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cloexec.o -MD -MP -MF $depbase.Tpo -c -o cloexec.o cloexec.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo close-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT close-stream.o -MD -MP -MF $depbase.Tpo -c -o close-stream.o close-stream.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo closein.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT closein.o -MD -MP -MF $depbase.Tpo -c -o closein.o closein.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo closeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT closeout.o -MD -MP -MF $depbase.Tpo -c -o closeout.o closeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dirname.o -MD -MP -MF $depbase.Tpo -c -o dirname.o dirname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT basename.o -MD -MP -MF $depbase.Tpo -c -o basename.o basename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dirname-lgpl.o -MD -MP -MF $depbase.Tpo -c -o dirname-lgpl.o dirname-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o basename-lgpl.o basename-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stripslash.o -MD -MP -MF $depbase.Tpo -c -o stripslash.o stripslash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo execute.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT execute.o -MD -MP -MF $depbase.Tpo -c -o execute.o execute.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exitfail.o -MD -MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fatal-signal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fatal-signal.o -MD -MP -MF $depbase.Tpo -c -o fatal-signal.o fatal-signal.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-hook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fd-hook.o -MD -MP -MF $depbase.Tpo -c -o fd-hook.o fd-hook.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fd-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o fd-safer-flag.o fd-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dup-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o dup-safer-flag.o dup-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT filenamecat.o -MD -MP -MF $depbase.Tpo -c -o filenamecat.o filenamecat.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT filenamecat-lgpl.o -MD -MP -MF $depbase.Tpo -c -o filenamecat-lgpl.o filenamecat-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fopen-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fopen-safer.o -MD -MP -MF $depbase.Tpo -c -o fopen-safer.o fopen-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freading.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT freading.o -MD -MP -MF $depbase.Tpo -c -o freading.o freading.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_linkedhash_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_linkedhash_list.o -MD -MP -MF $depbase.Tpo -c -o gl_linkedhash_list.o gl_linkedhash_list.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_list.o -MD -MP -MF $depbase.Tpo -c -o gl_list.o gl_list.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT glthread/lock.o -MD -MP -MF $depbase.Tpo -c -o glthread/lock.o glthread/lock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT math.o -MD -MP -MF $depbase.Tpo -c -o math.o math.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo memchr2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT memchr2.o -MD -MP -MF $depbase.Tpo -c -o memchr2.o memchr2.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_oset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_oset.o -MD -MP -MF $depbase.Tpo -c -o gl_oset.o gl_oset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pipe2.o -MD -MP -MF $depbase.Tpo -c -o pipe2.o pipe2.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe2-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pipe2-safer.o -MD -MP -MF $depbase.Tpo -c -o pipe2-safer.o pipe2-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-frexp.o -MD -MP -MF $depbase.Tpo -c -o printf-frexp.o printf-frexp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-frexpl.o -MD -MP -MF $depbase.Tpo -c -o printf-frexpl.o printf-frexpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo progname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT progname.o -MD -MP -MF $depbase.Tpo -c -o progname.o progname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo quotearg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT quotearg.o -MD -MP -MF $depbase.Tpo -c -o quotearg.o quotearg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sig-handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sig-handler.o -MD -MP -MF $depbase.Tpo -c -o sig-handler.o sig-handler.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawn-pipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT spawn-pipe.o -MD -MP -MF $depbase.Tpo -c -o spawn-pipe.o spawn-pipe.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mkstemp-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mkstemp-safer.o -MD -MP -MF $depbase.Tpo -c -o mkstemp-safer.o mkstemp-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tempname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tempname.o -MD -MP -MF $depbase.Tpo -c -o tempname.o tempname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT glthread/threadlib.o -MD -MP -MF $depbase.Tpo -c -o glthread/threadlib.o glthread/threadlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/tls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT glthread/tls.o -MD -MP -MF $depbase.Tpo -c -o glthread/tls.o glthread/tls.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tmpdir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tmpdir.o -MD -MP -MF $depbase.Tpo -c -o tmpdir.o tmpdir.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT unistd.o -MD -MP -MF $depbase.Tpo -c -o unistd.o unistd.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dup-safer.o -MD -MP -MF $depbase.Tpo -c -o dup-safer.o dup-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fd-safer.o -MD -MP -MF $depbase.Tpo -c -o fd-safer.o fd-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pipe-safer.o -MD -MP -MF $depbase.Tpo -c -o pipe-safer.o pipe-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo verror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT verror.o -MD -MP -MF $depbase.Tpo -c -o verror.o verror.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version-etc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version-etc.o -MD -MP -MF $depbase.Tpo -c -o version-etc.o version-etc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version-etc-fsf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version-etc-fsf.o -MD -MP -MF $depbase.Tpo -c -o version-etc-fsf.o version-etc-fsf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wait-process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT wait-process.o -MD -MP -MF $depbase.Tpo -c -o wait-process.o wait-process.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT wctype-h.o -MD -MP -MF $depbase.Tpo -c -o wctype-h.o wctype-h.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o xalloc-die.o xalloc-die.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_xlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_xlist.o -MD -MP -MF $depbase.Tpo -c -o gl_xlist.o gl_xlist.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xmalloca.o -MD -MP -MF $depbase.Tpo -c -o xmalloca.o xmalloca.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_xoset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gl_xoset.o -MD -MP -MF $depbase.Tpo -c -o gl_xoset.o gl_xoset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xprintf.o -MD -MP -MF $depbase.Tpo -c -o xprintf.o xprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xsize.o -MD -MP -MF $depbase.Tpo -c -o xsize.o xsize.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xstrndup.o -MD -MP -MF $depbase.Tpo -c -o xstrndup.o xstrndup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xvasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xvasprintf.o -MD -MP -MF $depbase.Tpo -c -o xvasprintf.o xvasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xasprintf.o -MD -MP -MF $depbase.Tpo -c -o xasprintf.o xasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo asnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asnprintf.o -MD -MP -MF $depbase.Tpo -c -o asnprintf.o asnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo asprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asprintf.o -MD -MP -MF $depbase.Tpo -c -o asprintf.o asprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fclose.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fclose.o -MD -MP -MF $depbase.Tpo -c -o fclose.o fclose.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fcntl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fcntl.o -MD -MP -MF $depbase.Tpo -c -o fcntl.o fcntl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fflush.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fflush.o -MD -MP -MF $depbase.Tpo -c -o fflush.o fflush.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fpurge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fpurge.o -MD -MP -MF $depbase.Tpo -c -o fpurge.o fpurge.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freadahead.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT freadahead.o -MD -MP -MF $depbase.Tpo -c -o freadahead.o freadahead.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseek.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fseek.o -MD -MP -MF $depbase.Tpo -c -o fseek.o fseek.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseeko.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fseeko.o -MD -MP -MF $depbase.Tpo -c -o fseeko.o fseeko.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo isnanl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isnanl.o -MD -MP -MF $depbase.Tpo -c -o isnanl.o isnanl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-args.o -MD -MP -MF $depbase.Tpo -c -o printf-args.o printf-args.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf-parse.o -MD -MP -MF $depbase.Tpo -c -o printf-parse.o printf-parse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT strstr.o -MD -MP -MF $depbase.Tpo -c -o strstr.o strstr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo vasnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT vasnprintf.o -MD -MP -MF $depbase.Tpo -c -o vasnprintf.o vasnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo vasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc  -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT vasprintf.o -MD -MP -MF $depbase.Tpo -c -o vasprintf.o vasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libm4.a
x86_64-linux-gnu-ar cru libm4.a gl_avltree_oset.o binary-io.o c-ctype.o c-stack.o c-strcasecmp.o c-strncasecmp.o clean-temp.o cloexec.o close-stream.o closein.o closeout.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o stripslash.o execute.o exitfail.o fatal-signal.o fd-hook.o fd-safer-flag.o dup-safer-flag.o filenamecat.o filenamecat-lgpl.o fopen-safer.o freading.o gl_linkedhash_list.o gl_list.o localcharset.o glthread/lock.o malloca.o math.o memchr2.o gl_oset.o pipe2.o pipe2-safer.o printf-frexp.o printf-frexpl.o progname.o quotearg.o sig-handler.o spawn-pipe.o mkstemp-safer.o tempname.o glthread/threadlib.o glthread/tls.o tmpdir.o unistd.o dup-safer.o fd-safer.o pipe-safer.o verror.o version-etc.o version-etc-fsf.o wait-process.o wctype-h.o xmalloc.o xalloc-die.o gl_xlist.o xmalloca.o gl_xoset.o xprintf.o xsize.o xstrndup.o xvasprintf.o xasprintf.o asnprintf.o asprintf.o fclose.o fcntl.o fflush.o fpurge.o freadahead.o fseek.o fseeko.o isnanl.o printf-args.o printf-parse.o strstr.o vasnprintf.o vasprintf.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-linux-gnu-ranlib libm4.a
rm -f t-charset.alias charset.alias && \
/usr/bin/env bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
Making all in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
depbase=`echo m4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT m4.o -MD -MP -MF $depbase.Tpo -c -o m4.o m4.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo builtin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT builtin.o -MD -MP -MF $depbase.Tpo -c -o builtin.o builtin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT format.o -MD -MP -MF $depbase.Tpo -c -o format.o format.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freeze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT freeze.o -MD -MP -MF $depbase.Tpo -c -o freeze.o freeze.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT input.o -MD -MP -MF $depbase.Tpo -c -o input.o input.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o macro.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT output.o -MD -MP -MF $depbase.Tpo -c -o output.o output.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo path.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT path.o -MD -MP -MF $depbase.Tpo -c -o path.o path.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo symtab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I../lib -I../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT symtab.o -MD -MP -MF $depbase.Tpo -c -o symtab.o symtab.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o symtab.o ../lib/libm4.a    
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
Making all in checks
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
  < ../build-aux/snippet/c++defs.h \
  > c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
  < ../build-aux/snippet/arg-nonnull.h \
  > arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
  < ../build-aux/snippet/warn-on-use.h \
  > warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
      -e 's|@''HAVE_DIRENT_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
      -e 's/@''GNULIB_OPENDIR''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_READDIR''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_REWINDDIR''@/0/g' \
      -e 's/@''GNULIB_CLOSEDIR''@/IN_M4_GNULIB_TESTS/g' \
      -e 's/@''GNULIB_DIRFD''@/0/g' \
      -e 's/@''GNULIB_FDOPENDIR''@/0/g' \
      -e 's/@''GNULIB_SCANDIR''@/0/g' \
      -e 's/@''GNULIB_ALPHASORT''@/0/g' \
      -e 's/@''HAVE_OPENDIR''@/1/g' \
      -e 's/@''HAVE_READDIR''@/1/g' \
      -e 's/@''HAVE_REWINDDIR''@/1/g' \
      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
      -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_SCANDIR''@|1|g' \
      -e 's|@''HAVE_ALPHASORT''@|1|g' \
      -e 's|@''REPLACE_OPENDIR''@|0|g' \
      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
      -e 's|@''REPLACE_DIRFD''@|0|g' \
      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.h
rm -f inttypes.h-t inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
      -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
      -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
      -e 's/@''GNULIB_IMAXABS''@/0/g' \
      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
      < ./inttypes.in.h; \
} > inttypes.h-t && \
mv inttypes.h-t inttypes.h
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
cp ./test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \
mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
cp ./test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \
mv test-posix_spawn2.sh-t test-posix_spawn2.sh
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
  < ../build-aux/snippet/unused-parameter.h \
  > unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
make  all-recursive
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
Making all in .
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[8]: Nothing to be done for 'all-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/m4'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/m4'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
Making install in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
Making install in examples
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/examples'
Making install in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
make  install-am
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
if test yes = no; then \
  case 'linux-gnu' in \
    darwin[56]*) \
      need_charset_alias=true ;; \
    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
      need_charset_alias=false ;; \
    *) \
      need_charset_alias=true ;; \
  esac ; \
else \
  need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
  /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/build-aux/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/lib ; \
fi ; \
if test -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias; then \
  sed -f ref-add.sed /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
  rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
else \
  if $need_charset_alias; then \
    sed -f ref-add.sed charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
    /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  fi ; \
fi
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/lib'
Making install in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/install -c m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/src'
Making install in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
make[7]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./m4.info ./m4.info-1 ./m4.info-2 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 ./m4.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/doc'
Making install in checks
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/checks'
Making install in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make  install-recursive
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
Making install in .
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[9]: Nothing to be done for 'install-exec-am'.
make[9]: Nothing to be done for 'install-data-am'.
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/m4-1.4.17/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.m4_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/m4'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/autoconf'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "autoconf-2.69.tar.xz" "50f97f4159805e374639a73e2636f22e" "" "@GNU/autoconf"
--2016-11-22 22:08:43--  http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/autoconf/autoconf-2.69.tar.xz [following]
--2016-11-22 22:08:43--  http://mirror.tochlab.net/pub/gnu/autoconf/autoconf-2.69.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1214744 (1.2M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.16M  1.47MB/s    in 0.8s    

2016-11-22 22:08:44 (1.47 MB/s) - written to stdout [1214744/1214744]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/autoconf-2.69.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/.. -xf - 

Applying ./patches/000-relocatable.patch using plaintext: 
patching file bin/autoheader.in
patching file bin/autom4te.in
patching file bin/autoreconf.in
patching file bin/autoscan.in
patching file bin/autoupdate.in
patching file bin/ifnames.in
patching file bin/autoconf.as

Applying ./patches/001-no_emacs_lib.patch using plaintext: 
patching file lib/Makefile.am
patching file lib/Makefile.in

Applying ./patches/002-musl_host_fixup.patch using plaintext: 
patching file build-aux/config.sub
touch /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/.prepared9e2ac65fa6284c2bd052ba67978e1736
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" PERL="/usr/bin/env perl" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --datarootdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/share ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.69
configure: autobuild hostname... g46vw
configure: autobuild timestamp... 20161122T190846Z
checking whether /bin/sh -n is known to work... no
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4
checking whether /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/env perl
checking whether /usr/bin/env perl Fcntl::flock is implemented... yes
checking for emacs... no
checking for xemacs... no
checking for emacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/.configured
export SHELL="bash"; make -C /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
Making all in bin
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
rm -f autom4te autom4te.tmp
srcdir=''; \
  test -f ./autom4te.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib && make  autom4te.cfg
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
rm -f autom4te.cfg autom4te.tmp
sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
cd ../lib/m4sugar && make  version.m4
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
:;{ \
  echo '# This file is part of -*- Autoconf -*-.' && \
  echo '# Version of Autoconf.' && \
  echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
  echo '# Free Software Foundation, Inc.' && \
  echo  &&\
  echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  echo 'm4_define([m4_PACKAGE_VERSION],   [2.69])' && \
  echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.69])' && \
  echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf at gnu.org])' && \
  echo 'm4_define([m4_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])' && \
  echo 'm4_define([m4_PACKAGE_YEAR],      ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
} > version.m4-t
mv version.m4-t version.m4
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in
rm -f autoconf autoconf.tmp
srcdir=''; \
  test -f ./autoconf.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
srcdir=''; \
  test -f ./autoheader.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
srcdir=''; \
  test -f ./autoreconf.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
srcdir=''; \
  test -f ./ifnames.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
srcdir=''; \
  test -f ./autoscan.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
srcdir=''; \
  test -f ./autoupdate.in || srcdir=./; \
  sed -e 's|@SHELL[@]|/usr/bin/env bash|g' -e 's|@PERL[@]|/usr/bin/env perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin|g' -e 's|@pkgdatadir[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf|g' -e 's|@prefix[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&&;s&^&&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&&;s&^&&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&&;s&^&&'`'|g' -e 's|@M4[@]|/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
Making all in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
Making all in Autom4te
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
Making all in m4sugar
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                      \
    --language=m4sugar          \
    --freeze            \
    --output=m4sugar.m4f
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                      \
    --language=m4sh         \
    --freeze            \
    --output=m4sh.m4f
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
Making all in autoconf
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                      \
    --language=autoconf         \
    --freeze            \
    --output=autoconf.m4f
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
Making all in autotest
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib                      \
    --language=autotest         \
    --freeze            \
    --output=autotest.m4f
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
Making all in autoscan
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' ./autoscan.pre                  >>autoscan.list
( \
  sed -n '/^[^#]/p' ./autoscan.pre; \
  autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'         ../../bin/autom4te -B '../..'/lib -B '../..'/lib         --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2      $3' \
) | LC_ALL=C sort                                      >>autoscan.list
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=M4sh ./wrapper.as -o wrapper.in
rm -f autoconf autoconf.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv -f autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv -f autoheader.tmp autoheader
rm -f autom4te autom4te.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv -f autom4te.tmp autom4te
rm -f autoreconf autoreconf.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv -f autoreconf.tmp autoreconf
rm -f autoscan autoscan.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv -f autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
input=wrapper.in; \
sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
Making all in man
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
Updating man page autoconf.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autoconf.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autoconf.1.t `echo 'autoconf' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoconf.1 >autoconf.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoconf.1.t | cmp autoconf.1a.t - >/dev/null 2>&1; then \
    touch autoconf.1; \
else \
    mv autoconf.1.t autoconf.1; \
fi
rm -f autoconf.1*.t
Updating man page autoheader.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autoheader.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autoheader.1.t `echo 'autoheader' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoheader.1 >autoheader.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoheader.1.t | cmp autoheader.1a.t - >/dev/null 2>&1; then \
    touch autoheader.1; \
else \
    mv autoheader.1.t autoheader.1; \
fi
rm -f autoheader.1*.t
Updating man page autom4te.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autom4te.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autom4te.1.t `echo 'autom4te' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autom4te.1 >autom4te.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autom4te.1.t | cmp autom4te.1a.t - >/dev/null 2>&1; then \
    touch autom4te.1; \
else \
    mv autom4te.1.t autom4te.1; \
fi
rm -f autom4te.1*.t
Updating man page autoreconf.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autoreconf.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autoreconf.1.t `echo 'autoreconf' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1 >autoreconf.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoreconf.1.t | cmp autoreconf.1a.t - >/dev/null 2>&1; then \
    touch autoreconf.1; \
else \
    mv autoreconf.1.t autoreconf.1; \
fi
rm -f autoreconf.1*.t
Updating man page autoscan.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autoscan.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autoscan.1.t `echo 'autoscan' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoscan.1 >autoscan.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoscan.1.t | cmp autoscan.1a.t - >/dev/null 2>&1; then \
    touch autoscan.1; \
else \
    mv autoscan.1.t autoscan.1; \
fi
rm -f autoscan.1*.t
Updating man page autoupdate.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=autoupdate.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=autoupdate.1.t `echo 'autoupdate' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoupdate.1 >autoupdate.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' autoupdate.1.t | cmp autoupdate.1a.t - >/dev/null 2>&1; then \
    touch autoupdate.1; \
else \
    mv autoupdate.1.t autoupdate.1; \
fi
rm -f autoupdate.1*.t
Updating man page ifnames.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=ifnames.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=ifnames.1.t `echo 'ifnames' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' ifnames.1 >ifnames.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' ifnames.1.t | cmp ifnames.1a.t - >/dev/null 2>&1; then \
    touch ifnames.1; \
else \
    mv ifnames.1.t ifnames.1; \
fi
rm -f ifnames.1*.t
Updating man page config.sub.1
PATH="../tests:../build-aux:$PATH"; \
export PATH; \
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing --run help2man \
    --include=config.sub.x \
    --include=./common.x \
    --source='GNU Autoconf 2.69' \
    --output=config.sub.1.t `echo 'config.sub' | sed 's,.*/,,'`
/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/build-aux/missing: line 51: help2man: command not found
WARNING: 'help2man' is missing on your system.  You should only need it if
     you modified a dependency of a manual page.  You may need the
     Help2man package in order for those modifications to take
     effect.  You can get Help2man from any GNU archive site.
if sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1 >config.sub.1a.t 2>/dev/null && \
   sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/' config.sub.1.t | cmp config.sub.1a.t - >/dev/null 2>&1; then \
    touch config.sub.1; \
else \
    mv config.sub.1.t config.sub.1; \
fi
rm -f config.sub.1*.t
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/autoconf'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/autoconf'
export SHELL="bash"; make -C /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
Making install in bin
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"
 /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/bin'
Making install in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[7]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf"
 /usr/bin/install -c -m 644 ./INSTALL '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
Making install in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
Making install in Autom4te
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/Autom4te" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/Autom4te"
 /usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm XFile.pm '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/Autom4te'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/Autom4te'
Making install in m4sugar
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar'
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar"
 /usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/m4sugar'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/m4sugar'
Making install in autoconf
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf"
 /usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf'
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf"
 /usr/bin/install -c -m 644 autoconf.m4f '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoconf'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoconf'
Making install in autotest
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest'
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest"
 /usr/bin/install -c -m 644 autotest.m4f '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autotest'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autotest'
Making install in autoscan
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoscan" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoscan"
 /usr/bin/install -c -m 644 autoscan.list '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf/autoscan'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib/autoscan'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[8]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf"
 /usr/bin/install -c -m 644 autom4te.cfg '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/autoconf'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/lib'
Making install in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
make[7]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info"
 /usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/doc'
Making install in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/tests'
Making install in man
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
make[7]: Nothing to be done for 'install-exec-am'.
test -z "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1" || /bin/mkdir -p "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1"
 /usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/man'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/autoconf-2.69/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.autoconf_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/autoconf'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/pkg-config'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "pkg-config-0.29.tar.gz" "77f27dce7ef88d0634d0d6f90e03a77f" "" "http://pkgconfig.freedesktop.org/releases/"
--2016-11-22 22:08:47--  http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.tar.gz
Resolving pkgconfig.freedesktop.org (pkgconfig.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f
Connecting to pkgconfig.freedesktop.org (pkgconfig.freedesktop.org)|131.252.210.176|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://pkg-config.freedesktop.org/releases/pkg-config-0.29.tar.gz [following]
--2016-11-22 22:08:48--  https://pkg-config.freedesktop.org/releases/pkg-config-0.29.tar.gz
Resolving pkg-config.freedesktop.org (pkg-config.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f
Connecting to pkg-config.freedesktop.org (pkg-config.freedesktop.org)|131.252.210.176|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1973875 (1.9M) [application/x-gzip]
Saving to: 'STDOUT'

-                     100%[========================>]   1.88M   828KB/s    in 2.3s    

2016-11-22 22:08:51 (828 KB/s) - written to stdout [1973875/1973875]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/pkg-config-0.29.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/.. -xf - 

Applying ./patches/001-glib-gdate-suppress-string-format-literal-warning.patch using plaintext: 
patching file glib/glib/gdate.c
touch /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/.preparedb615d190e311cd8e65884ed667af9e66
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --with-internal-glib ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for x86_64-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ln... ln
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for unistd.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for bash... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/bash
checking for default search path for .pc files... ${libdir}/pkgconfig:${datadir}/pkgconfig
checking for system include path to avoid -I flags... /usr/include
checking for system library path to avoid -L flags... /usr/lib:/lib
configure: creating ./config.lt
config.lt: creating libtool
checking whether to list both direct and indirect dependencies... no
checking for Win32... no
checking if prefix should be redefined at runtime... no
checking if internal glib should be used... yes
checking if host- prefixed tool should be installed... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pkg.m4
config.status: creating check/Makefile
config.status: creating check/config.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in glib (/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib)
configure: running /usr/bin/env bash ./configure --disable-option-checking '--prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host'  'CC=gcc' 'CFLAGS=-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include' 'CPPFLAGS=-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include' 'LDFLAGS=-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib' 'SHELL=/usr/bin/env bash' '--target=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--program-prefix=' '--program-suffix=' '--exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host' '--sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc' '--localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var' '--sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin' '--with-internal-glib' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=x86_64-linux-gnu' 'PKG_CONFIG_PATH=/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking for the Android... no
checking for Mac OS X Carbon support... no
checking for Mac OS X Cocoa support... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for x86_64-linux-gnu-c++... no
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gawk... (cached) gawk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking for perl... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/perl
checking for a Python interpreter with version >= 2.5... python
checking for python... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking for vprintf... yes
checking for _doprnt... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for mmap... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for valloc... yes
checking for fsync... yes
checking for pipe2... yes
checking for issetugid... no
checking for atexit... yes
checking for on_exit... yes
checking for timegm... yes
checking for gmtime_r... yes
checking for __libc_enable_secure... yes
checking size of char... 1
checking size of short... 2
checking size of long... 8
checking size of int... 4
checking size of void *... 8
checking size of long long... 8
checking size of __int64... 0
checking for sig_atomic_t... yes
checking for format to printf and scanf a guint64... %llu
checking for an ANSI C-conforming const... yes
checking for growing stack pointer... yes
checking for __inline... yes
checking for __inline__... yes
checking for inline... yes
checking if inline functions in headers work... yes
checking for working do while(0) macros... yes
checking for ISO C99 varargs macros in C... yes
checking for ISO C99 varargs macros in C++... yes
checking for GNUC varargs macros... yes
checking for GNUC visibility attribute... yes
checking whether using Sun Studio C compiler... no
checking whether byte ordering is bigendian... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/vmount.h usability... no
checking sys/vmount.h presence... no
checking for sys/vmount.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking sys/mntctl.h usability... no
checking sys/mntctl.h presence... no
checking for sys/mntctl.h... no
checking fstab.h usability... yes
checking fstab.h presence... yes
checking for fstab.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking for sys/mount.h... yes
checking for sys/sysctl.h... yes
checking for sysctlbyname... no
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_ctimensec... no
checking for struct stat.st_ctim.tv_nsec... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct statfs.f_fstypename... no
checking for struct statfs.f_bavail... yes
checking for struct statvfs.f_basetype... no
checking for struct statvfs.f_fstypename... no
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for nl_langinfo and CODESET... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for setlocale... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking size of size_t... 8
checking for the appropriate definition for size_t... unsigned long
checking size of ssize_t... 8
checking for the appropriate definition for ssize_t... long
checking for lstat... yes
checking for strerror... yes
checking for strsignal... yes
checking for memmove... yes
checking for vsnprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for poll... yes
checking for getcwd... yes
checking for vasprintf... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getc_unlocked... yes
checking for readlink... yes
checking for symlink... yes
checking for fdwalk... no
checking for memmem... yes
checking for chown... yes
checking for lchmod... no
checking for lchown... yes
checking for fchmod... yes
checking for fchown... yes
checking for link... yes
checking for utimes... yes
checking for getgrgid... yes
checking for getpwuid... yes
checking for getresuid... yes
checking for getmntent_r... yes
checking for setmntent... yes
checking for endmntent... yes
checking for hasmntopt... yes
checking for getfsstat... no
checking for getvfsstat... no
checking for fallocate... yes
checking for splice... yes
checking for prlimit... yes
checking for statvfs... yes
checking for statfs... yes
checking whether to use statfs or statvfs... statfs
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for newlocale... yes
checking for uselocale... yes
checking for strtod_l... yes
checking for strtoll_l... yes
checking for strtoull_l... yes
checking for C99 vsnprintf... yes
checking whether printf supports positional parameters... yes
checking value of AF_INET... 2
checking value of AF_INET6... 10
checking value of AF_UNIX... 1
checking value of MSG_PEEK... 2
checking value of MSG_OOB... 1
checking value of MSG_DONTROUTE... 4
checking for getprotobyname_r... yes
checking for endservent... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking if arpa/nameser_compat.h is needed... no
checking for res_query... in -lresolv
checking for socket... yes
checking for res_init... yes
checking for linux/netlink.h... yes
checking for struct ip_mreqn... yes
checking number of arguments to statfs()... 2
checking for signed... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for size_t... (cached) yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for snprintf... yes
checking for wcslen... yes
checking for C99 snprintf... yes
checking for fd_set... yes, found in sys/types.h
checking for nl_langinfo (CODESET)... yes
checking for nl_langinfo (PM_STR)... yes
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... yes
checking for a compliant posix_memalign() implementation... yes
checking for OpenBSD strlcpy/strlcat... no
checking for an implementation of va_copy()... yes
checking for an implementation of __va_copy()... yes
checking whether va_lists can be copied by value... no
checking for dlopen... no
checking for NSLinkModule... no
checking for dlopen in -ldl... yes
checking for dlsym in -ldl... yes
checking for RTLD_GLOBAL brokenness... no
checking for preceeding underscore in symbols... no
checking for dlerror... yes
checking for the suffix of module shared libraries... .so
checking for gspawn implementation... gspawn.lo
checking for GIOChannel implementation... giounix.lo
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init1... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking for platform-dependent source... 
checking whether to compile timeloop... yes
checking if building for some Win32 platform... no
checking for thread implementation... posix
checking thread related cflags... -pthread
checking thread related libraries... -pthread
checking for localtime_r... yes
checking for gmtime_r... (cached) yes
checking for posix getpwuid_r... yes
checking for posix getgrgid_r... yes
checking for pthread_attr_setstacksize... yes
checking for pthread_condattr_setclock... yes
checking for pthread_cond_timedwait_monotonic... no
checking for pthread_cond_timedwait_monotonic_np... no
checking for clock_gettime... yes
checking for lock-free atomic intrinsics... yes
checking for futex(2) system call... yes
checking for eventfd(2) system call... yes
checking value of POLLIN... 1
checking value of POLLOUT... 4
checking value of POLLPRI... 2
checking value of POLLERR... 8
checking value of POLLHUP... 16
checking value of POLLNVAL... 32
checking for broken poll... no
checking for EILSEQ... yes
checking for guint32... yes
checking alignment of guint32... 4
checking for guint64... yes
checking alignment of guint64... 8
checking for unsigned long... yes
checking alignment of unsigned long... 8
checking for -Bsymbolic-functions linker flag... yes
checking for -fvisibility=hidden compiler flag... yes
checking if gcc supports flag -Wall in envvar CFLAGS... yes
checking if gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
checking if gcc supports flag -Werror=declaration-after-statement in envvar CFLAGS... yes
checking if gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes
checking if gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes
checking if gcc supports flag -Werror=pointer-arith in envvar CFLAGS... yes
checking if gcc supports flag -Werror=init-self in envvar CFLAGS... yes
checking if gcc supports flag -Werror=format-security in envvar CFLAGS... no
checking if gcc supports flag -Werror=format=2 in envvar CFLAGS... yes
checking if gcc supports flag -Werror=missing-include-dirs in envvar CFLAGS... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glib/Makefile
config.status: creating glib/libcharset/Makefile
config.status: creating glib/gnulib/Makefile
config.status: creating m4macros/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing glib/glibconfig.h commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
Making all in glib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make  all-recursive
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making all in .
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making all in m4macros
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make  all-am
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[9]: Nothing to be done for 'all-am'.
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
Making all in glib
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
cd .. && \
  /usr/bin/env bash ./config.status glib/glibconfig.h
config.status: executing glib/glibconfig.h commands
config.status: glib/glibconfig.h is unchanged
make  all-recursive
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
Making all in libcharset
make[10]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make  all-am
make[11]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DLIBDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib\" -I../.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libcharset_la-localcharset.lo -MD -MP -MF .deps/libcharset_la-localcharset.Tpo -c -o libcharset_la-localcharset.lo `test -f 'localcharset.c' || echo './'`localcharset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib\" -I../.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libcharset_la-localcharset.lo -MD -MP -MF .deps/libcharset_la-localcharset.Tpo -c localcharset.c -o libcharset_la-localcharset.o
mv -f .deps/libcharset_la-localcharset.Tpo .deps/libcharset_la-localcharset.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libcharset.la  libcharset_la-localcharset.lo  
libtool: link: x86_64-linux-gnu-ar cru .libs/libcharset.a  libcharset_la-localcharset.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-add.sin > t-ref-add.sed
/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-del.sin > t-ref-del.sed
/usr/bin/env bash ./config.charset 'x86_64-pc-linux-gnu' > t-charset.alias
make[11]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make[10]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
Making all in .
make[10]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gallocator.lo -MD -MP -MF .deps/libglib_2_0_la-gallocator.Tpo -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo './'`deprecated/gallocator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gallocator.lo -MD -MP -MF .deps/libglib_2_0_la-gallocator.Tpo -c deprecated/gallocator.c -o libglib_2_0_la-gallocator.o
mv -f .deps/libglib_2_0_la-gallocator.Tpo .deps/libglib_2_0_la-gallocator.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcache.lo -MD -MP -MF .deps/libglib_2_0_la-gcache.Tpo -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo './'`deprecated/gcache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcache.lo -MD -MP -MF .deps/libglib_2_0_la-gcache.Tpo -c deprecated/gcache.c -o libglib_2_0_la-gcache.o
mv -f .deps/libglib_2_0_la-gcache.Tpo .deps/libglib_2_0_la-gcache.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcompletion.lo -MD -MP -MF .deps/libglib_2_0_la-gcompletion.Tpo -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo './'`deprecated/gcompletion.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcompletion.lo -MD -MP -MF .deps/libglib_2_0_la-gcompletion.Tpo -c deprecated/gcompletion.c -o libglib_2_0_la-gcompletion.o
mv -f .deps/libglib_2_0_la-gcompletion.Tpo .deps/libglib_2_0_la-gcompletion.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-grel.lo -MD -MP -MF .deps/libglib_2_0_la-grel.Tpo -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo './'`deprecated/grel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-grel.lo -MD -MP -MF .deps/libglib_2_0_la-grel.Tpo -c deprecated/grel.c -o libglib_2_0_la-grel.o
mv -f .deps/libglib_2_0_la-grel.Tpo .deps/libglib_2_0_la-grel.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread-deprecated.lo -MD -MP -MF .deps/libglib_2_0_la-gthread-deprecated.Tpo -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo './'`deprecated/gthread-deprecated.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread-deprecated.lo -MD -MP -MF .deps/libglib_2_0_la-gthread-deprecated.Tpo -c deprecated/gthread-deprecated.c -o libglib_2_0_la-gthread-deprecated.o
mv -f .deps/libglib_2_0_la-gthread-deprecated.Tpo .deps/libglib_2_0_la-gthread-deprecated.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-garray.lo -MD -MP -MF .deps/libglib_2_0_la-garray.Tpo -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo './'`garray.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-garray.lo -MD -MP -MF .deps/libglib_2_0_la-garray.Tpo -c garray.c -o libglib_2_0_la-garray.o
mv -f .deps/libglib_2_0_la-garray.Tpo .deps/libglib_2_0_la-garray.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gasyncqueue.lo -MD -MP -MF .deps/libglib_2_0_la-gasyncqueue.Tpo -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo './'`gasyncqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gasyncqueue.lo -MD -MP -MF .deps/libglib_2_0_la-gasyncqueue.Tpo -c gasyncqueue.c -o libglib_2_0_la-gasyncqueue.o
mv -f .deps/libglib_2_0_la-gasyncqueue.Tpo .deps/libglib_2_0_la-gasyncqueue.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gatomic.lo -MD -MP -MF .deps/libglib_2_0_la-gatomic.Tpo -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo './'`gatomic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gatomic.lo -MD -MP -MF .deps/libglib_2_0_la-gatomic.Tpo -c gatomic.c -o libglib_2_0_la-gatomic.o
mv -f .deps/libglib_2_0_la-gatomic.Tpo .deps/libglib_2_0_la-gatomic.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbacktrace.lo -MD -MP -MF .deps/libglib_2_0_la-gbacktrace.Tpo -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo './'`gbacktrace.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbacktrace.lo -MD -MP -MF .deps/libglib_2_0_la-gbacktrace.Tpo -c gbacktrace.c -o libglib_2_0_la-gbacktrace.o
mv -f .deps/libglib_2_0_la-gbacktrace.Tpo .deps/libglib_2_0_la-gbacktrace.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbase64.lo -MD -MP -MF .deps/libglib_2_0_la-gbase64.Tpo -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo './'`gbase64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbase64.lo -MD -MP -MF .deps/libglib_2_0_la-gbase64.Tpo -c gbase64.c -o libglib_2_0_la-gbase64.o
mv -f .deps/libglib_2_0_la-gbase64.Tpo .deps/libglib_2_0_la-gbase64.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbitlock.lo -MD -MP -MF .deps/libglib_2_0_la-gbitlock.Tpo -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo './'`gbitlock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbitlock.lo -MD -MP -MF .deps/libglib_2_0_la-gbitlock.Tpo -c gbitlock.c -o libglib_2_0_la-gbitlock.o
mv -f .deps/libglib_2_0_la-gbitlock.Tpo .deps/libglib_2_0_la-gbitlock.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbookmarkfile.lo -MD -MP -MF .deps/libglib_2_0_la-gbookmarkfile.Tpo -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo './'`gbookmarkfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbookmarkfile.lo -MD -MP -MF .deps/libglib_2_0_la-gbookmarkfile.Tpo -c gbookmarkfile.c -o libglib_2_0_la-gbookmarkfile.o
mv -f .deps/libglib_2_0_la-gbookmarkfile.Tpo .deps/libglib_2_0_la-gbookmarkfile.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbytes.lo -MD -MP -MF .deps/libglib_2_0_la-gbytes.Tpo -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo './'`gbytes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gbytes.lo -MD -MP -MF .deps/libglib_2_0_la-gbytes.Tpo -c gbytes.c -o libglib_2_0_la-gbytes.o
mv -f .deps/libglib_2_0_la-gbytes.Tpo .deps/libglib_2_0_la-gbytes.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcharset.lo -MD -MP -MF .deps/libglib_2_0_la-gcharset.Tpo -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo './'`gcharset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gcharset.lo -MD -MP -MF .deps/libglib_2_0_la-gcharset.Tpo -c gcharset.c -o libglib_2_0_la-gcharset.o
mv -f .deps/libglib_2_0_la-gcharset.Tpo .deps/libglib_2_0_la-gcharset.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gchecksum.lo -MD -MP -MF .deps/libglib_2_0_la-gchecksum.Tpo -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo './'`gchecksum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gchecksum.lo -MD -MP -MF .deps/libglib_2_0_la-gchecksum.Tpo -c gchecksum.c -o libglib_2_0_la-gchecksum.o
mv -f .deps/libglib_2_0_la-gchecksum.Tpo .deps/libglib_2_0_la-gchecksum.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gconvert.lo -MD -MP -MF .deps/libglib_2_0_la-gconvert.Tpo -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo './'`gconvert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gconvert.lo -MD -MP -MF .deps/libglib_2_0_la-gconvert.Tpo -c gconvert.c -o libglib_2_0_la-gconvert.o
mv -f .deps/libglib_2_0_la-gconvert.Tpo .deps/libglib_2_0_la-gconvert.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdataset.lo -MD -MP -MF .deps/libglib_2_0_la-gdataset.Tpo -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo './'`gdataset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdataset.lo -MD -MP -MF .deps/libglib_2_0_la-gdataset.Tpo -c gdataset.c -o libglib_2_0_la-gdataset.o
mv -f .deps/libglib_2_0_la-gdataset.Tpo .deps/libglib_2_0_la-gdataset.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdate.lo -MD -MP -MF .deps/libglib_2_0_la-gdate.Tpo -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo './'`gdate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdate.lo -MD -MP -MF .deps/libglib_2_0_la-gdate.Tpo -c gdate.c -o libglib_2_0_la-gdate.o
mv -f .deps/libglib_2_0_la-gdate.Tpo .deps/libglib_2_0_la-gdate.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdatetime.lo -MD -MP -MF .deps/libglib_2_0_la-gdatetime.Tpo -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo './'`gdatetime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdatetime.lo -MD -MP -MF .deps/libglib_2_0_la-gdatetime.Tpo -c gdatetime.c -o libglib_2_0_la-gdatetime.o
mv -f .deps/libglib_2_0_la-gdatetime.Tpo .deps/libglib_2_0_la-gdatetime.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdir.lo -MD -MP -MF .deps/libglib_2_0_la-gdir.Tpo -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo './'`gdir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gdir.lo -MD -MP -MF .deps/libglib_2_0_la-gdir.Tpo -c gdir.c -o libglib_2_0_la-gdir.o
mv -f .deps/libglib_2_0_la-gdir.Tpo .deps/libglib_2_0_la-gdir.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-genviron.lo -MD -MP -MF .deps/libglib_2_0_la-genviron.Tpo -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo './'`genviron.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-genviron.lo -MD -MP -MF .deps/libglib_2_0_la-genviron.Tpo -c genviron.c -o libglib_2_0_la-genviron.o
mv -f .deps/libglib_2_0_la-genviron.Tpo .deps/libglib_2_0_la-genviron.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gerror.lo -MD -MP -MF .deps/libglib_2_0_la-gerror.Tpo -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo './'`gerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gerror.lo -MD -MP -MF .deps/libglib_2_0_la-gerror.Tpo -c gerror.c -o libglib_2_0_la-gerror.o
mv -f .deps/libglib_2_0_la-gerror.Tpo .deps/libglib_2_0_la-gerror.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gfileutils.lo -MD -MP -MF .deps/libglib_2_0_la-gfileutils.Tpo -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo './'`gfileutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gfileutils.lo -MD -MP -MF .deps/libglib_2_0_la-gfileutils.Tpo -c gfileutils.c -o libglib_2_0_la-gfileutils.o
mv -f .deps/libglib_2_0_la-gfileutils.Tpo .deps/libglib_2_0_la-gfileutils.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ggettext.lo -MD -MP -MF .deps/libglib_2_0_la-ggettext.Tpo -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo './'`ggettext.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ggettext.lo -MD -MP -MF .deps/libglib_2_0_la-ggettext.Tpo -c ggettext.c -o libglib_2_0_la-ggettext.o
In file included from ggettext.c:30:0:
ggettext.c: In function 'ensure_gettext_initialized':
glibintl.h:37:42: warning: statement with no effect [-Wunused-value]
 #define bindtextdomain(Domain,Directory) (Domain)
                                          ^
ggettext.c:109:7: note: in expansion of macro 'bindtextdomain'
       bindtextdomain (GETTEXT_PACKAGE, GLIB_LOCALE_DIR);
       ^~~~~~~~~~~~~~
mv -f .deps/libglib_2_0_la-ggettext.Tpo .deps/libglib_2_0_la-ggettext.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghash.lo -MD -MP -MF .deps/libglib_2_0_la-ghash.Tpo -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo './'`ghash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghash.lo -MD -MP -MF .deps/libglib_2_0_la-ghash.Tpo -c ghash.c -o libglib_2_0_la-ghash.o
mv -f .deps/libglib_2_0_la-ghash.Tpo .deps/libglib_2_0_la-ghash.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghmac.lo -MD -MP -MF .deps/libglib_2_0_la-ghmac.Tpo -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo './'`ghmac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghmac.lo -MD -MP -MF .deps/libglib_2_0_la-ghmac.Tpo -c ghmac.c -o libglib_2_0_la-ghmac.o
mv -f .deps/libglib_2_0_la-ghmac.Tpo .deps/libglib_2_0_la-ghmac.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghook.lo -MD -MP -MF .deps/libglib_2_0_la-ghook.Tpo -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo './'`ghook.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghook.lo -MD -MP -MF .deps/libglib_2_0_la-ghook.Tpo -c ghook.c -o libglib_2_0_la-ghook.o
mv -f .deps/libglib_2_0_la-ghook.Tpo .deps/libglib_2_0_la-ghook.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghostutils.lo -MD -MP -MF .deps/libglib_2_0_la-ghostutils.Tpo -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo './'`ghostutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-ghostutils.lo -MD -MP -MF .deps/libglib_2_0_la-ghostutils.Tpo -c ghostutils.c -o libglib_2_0_la-ghostutils.o
mv -f .deps/libglib_2_0_la-ghostutils.Tpo .deps/libglib_2_0_la-ghostutils.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-giochannel.lo -MD -MP -MF .deps/libglib_2_0_la-giochannel.Tpo -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo './'`giochannel.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-giochannel.lo -MD -MP -MF .deps/libglib_2_0_la-giochannel.Tpo -c giochannel.c -o libglib_2_0_la-giochannel.o
mv -f .deps/libglib_2_0_la-giochannel.Tpo .deps/libglib_2_0_la-giochannel.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gkeyfile.lo -MD -MP -MF .deps/libglib_2_0_la-gkeyfile.Tpo -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo './'`gkeyfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gkeyfile.lo -MD -MP -MF .deps/libglib_2_0_la-gkeyfile.Tpo -c gkeyfile.c -o libglib_2_0_la-gkeyfile.o
mv -f .deps/libglib_2_0_la-gkeyfile.Tpo .deps/libglib_2_0_la-gkeyfile.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-init.lo -MD -MP -MF .deps/libglib_2_0_la-glib-init.Tpo -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo './'`glib-init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-init.lo -MD -MP -MF .deps/libglib_2_0_la-glib-init.Tpo -c glib-init.c -o libglib_2_0_la-glib-init.o
mv -f .deps/libglib_2_0_la-glib-init.Tpo .deps/libglib_2_0_la-glib-init.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-private.lo -MD -MP -MF .deps/libglib_2_0_la-glib-private.Tpo -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo './'`glib-private.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-private.lo -MD -MP -MF .deps/libglib_2_0_la-glib-private.Tpo -c glib-private.c -o libglib_2_0_la-glib-private.o
mv -f .deps/libglib_2_0_la-glib-private.Tpo .deps/libglib_2_0_la-glib-private.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glist.lo -MD -MP -MF .deps/libglib_2_0_la-glist.Tpo -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo './'`glist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glist.lo -MD -MP -MF .deps/libglib_2_0_la-glist.Tpo -c glist.c -o libglib_2_0_la-glist.o
mv -f .deps/libglib_2_0_la-glist.Tpo .deps/libglib_2_0_la-glist.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmain.lo -MD -MP -MF .deps/libglib_2_0_la-gmain.Tpo -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo './'`gmain.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmain.lo -MD -MP -MF .deps/libglib_2_0_la-gmain.Tpo -c gmain.c -o libglib_2_0_la-gmain.o
mv -f .deps/libglib_2_0_la-gmain.Tpo .deps/libglib_2_0_la-gmain.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmappedfile.lo -MD -MP -MF .deps/libglib_2_0_la-gmappedfile.Tpo -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo './'`gmappedfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmappedfile.lo -MD -MP -MF .deps/libglib_2_0_la-gmappedfile.Tpo -c gmappedfile.c -o libglib_2_0_la-gmappedfile.o
mv -f .deps/libglib_2_0_la-gmappedfile.Tpo .deps/libglib_2_0_la-gmappedfile.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmarkup.lo -MD -MP -MF .deps/libglib_2_0_la-gmarkup.Tpo -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo './'`gmarkup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmarkup.lo -MD -MP -MF .deps/libglib_2_0_la-gmarkup.Tpo -c gmarkup.c -o libglib_2_0_la-gmarkup.o
mv -f .deps/libglib_2_0_la-gmarkup.Tpo .deps/libglib_2_0_la-gmarkup.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmem.lo -MD -MP -MF .deps/libglib_2_0_la-gmem.Tpo -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo './'`gmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmem.lo -MD -MP -MF .deps/libglib_2_0_la-gmem.Tpo -c gmem.c -o libglib_2_0_la-gmem.o
mv -f .deps/libglib_2_0_la-gmem.Tpo .deps/libglib_2_0_la-gmem.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmessages.lo -MD -MP -MF .deps/libglib_2_0_la-gmessages.Tpo -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo './'`gmessages.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gmessages.lo -MD -MP -MF .deps/libglib_2_0_la-gmessages.Tpo -c gmessages.c -o libglib_2_0_la-gmessages.o
mv -f .deps/libglib_2_0_la-gmessages.Tpo .deps/libglib_2_0_la-gmessages.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gnode.lo -MD -MP -MF .deps/libglib_2_0_la-gnode.Tpo -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo './'`gnode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gnode.lo -MD -MP -MF .deps/libglib_2_0_la-gnode.Tpo -c gnode.c -o libglib_2_0_la-gnode.o
mv -f .deps/libglib_2_0_la-gnode.Tpo .deps/libglib_2_0_la-gnode.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-goption.lo -MD -MP -MF .deps/libglib_2_0_la-goption.Tpo -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo './'`goption.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-goption.lo -MD -MP -MF .deps/libglib_2_0_la-goption.Tpo -c goption.c -o libglib_2_0_la-goption.o
mv -f .deps/libglib_2_0_la-goption.Tpo .deps/libglib_2_0_la-goption.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gpattern.lo -MD -MP -MF .deps/libglib_2_0_la-gpattern.Tpo -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo './'`gpattern.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gpattern.lo -MD -MP -MF .deps/libglib_2_0_la-gpattern.Tpo -c gpattern.c -o libglib_2_0_la-gpattern.o
mv -f .deps/libglib_2_0_la-gpattern.Tpo .deps/libglib_2_0_la-gpattern.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gpoll.lo -MD -MP -MF .deps/libglib_2_0_la-gpoll.Tpo -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo './'`gpoll.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gpoll.lo -MD -MP -MF .deps/libglib_2_0_la-gpoll.Tpo -c gpoll.c -o libglib_2_0_la-gpoll.o
mv -f .deps/libglib_2_0_la-gpoll.Tpo .deps/libglib_2_0_la-gpoll.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gprimes.lo -MD -MP -MF .deps/libglib_2_0_la-gprimes.Tpo -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo './'`gprimes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gprimes.lo -MD -MP -MF .deps/libglib_2_0_la-gprimes.Tpo -c gprimes.c -o libglib_2_0_la-gprimes.o
mv -f .deps/libglib_2_0_la-gprimes.Tpo .deps/libglib_2_0_la-gprimes.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gqsort.lo -MD -MP -MF .deps/libglib_2_0_la-gqsort.Tpo -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo './'`gqsort.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gqsort.lo -MD -MP -MF .deps/libglib_2_0_la-gqsort.Tpo -c gqsort.c -o libglib_2_0_la-gqsort.o
mv -f .deps/libglib_2_0_la-gqsort.Tpo .deps/libglib_2_0_la-gqsort.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gquark.lo -MD -MP -MF .deps/libglib_2_0_la-gquark.Tpo -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo './'`gquark.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gquark.lo -MD -MP -MF .deps/libglib_2_0_la-gquark.Tpo -c gquark.c -o libglib_2_0_la-gquark.o
mv -f .deps/libglib_2_0_la-gquark.Tpo .deps/libglib_2_0_la-gquark.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gqueue.lo -MD -MP -MF .deps/libglib_2_0_la-gqueue.Tpo -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo './'`gqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gqueue.lo -MD -MP -MF .deps/libglib_2_0_la-gqueue.Tpo -c gqueue.c -o libglib_2_0_la-gqueue.o
mv -f .deps/libglib_2_0_la-gqueue.Tpo .deps/libglib_2_0_la-gqueue.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-grand.lo -MD -MP -MF .deps/libglib_2_0_la-grand.Tpo -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo './'`grand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-grand.lo -MD -MP -MF .deps/libglib_2_0_la-grand.Tpo -c grand.c -o libglib_2_0_la-grand.o
mv -f .deps/libglib_2_0_la-grand.Tpo .deps/libglib_2_0_la-grand.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gscanner.lo -MD -MP -MF .deps/libglib_2_0_la-gscanner.Tpo -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo './'`gscanner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gscanner.lo -MD -MP -MF .deps/libglib_2_0_la-gscanner.Tpo -c gscanner.c -o libglib_2_0_la-gscanner.o
mv -f .deps/libglib_2_0_la-gscanner.Tpo .deps/libglib_2_0_la-gscanner.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gsequence.lo -MD -MP -MF .deps/libglib_2_0_la-gsequence.Tpo -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo './'`gsequence.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gsequence.lo -MD -MP -MF .deps/libglib_2_0_la-gsequence.Tpo -c gsequence.c -o libglib_2_0_la-gsequence.o
mv -f .deps/libglib_2_0_la-gsequence.Tpo .deps/libglib_2_0_la-gsequence.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gshell.lo -MD -MP -MF .deps/libglib_2_0_la-gshell.Tpo -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo './'`gshell.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gshell.lo -MD -MP -MF .deps/libglib_2_0_la-gshell.Tpo -c gshell.c -o libglib_2_0_la-gshell.o
mv -f .deps/libglib_2_0_la-gshell.Tpo .deps/libglib_2_0_la-gshell.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gslice.lo -MD -MP -MF .deps/libglib_2_0_la-gslice.Tpo -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo './'`gslice.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gslice.lo -MD -MP -MF .deps/libglib_2_0_la-gslice.Tpo -c gslice.c -o libglib_2_0_la-gslice.o
mv -f .deps/libglib_2_0_la-gslice.Tpo .deps/libglib_2_0_la-gslice.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gslist.lo -MD -MP -MF .deps/libglib_2_0_la-gslist.Tpo -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo './'`gslist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gslist.lo -MD -MP -MF .deps/libglib_2_0_la-gslist.Tpo -c gslist.c -o libglib_2_0_la-gslist.o
mv -f .deps/libglib_2_0_la-gslist.Tpo .deps/libglib_2_0_la-gslist.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstdio.lo -MD -MP -MF .deps/libglib_2_0_la-gstdio.Tpo -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo './'`gstdio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstdio.lo -MD -MP -MF .deps/libglib_2_0_la-gstdio.Tpo -c gstdio.c -o libglib_2_0_la-gstdio.o
mv -f .deps/libglib_2_0_la-gstdio.Tpo .deps/libglib_2_0_la-gstdio.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstrfuncs.lo -MD -MP -MF .deps/libglib_2_0_la-gstrfuncs.Tpo -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo './'`gstrfuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstrfuncs.lo -MD -MP -MF .deps/libglib_2_0_la-gstrfuncs.Tpo -c gstrfuncs.c -o libglib_2_0_la-gstrfuncs.o
mv -f .deps/libglib_2_0_la-gstrfuncs.Tpo .deps/libglib_2_0_la-gstrfuncs.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstring.lo -MD -MP -MF .deps/libglib_2_0_la-gstring.Tpo -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo './'`gstring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstring.lo -MD -MP -MF .deps/libglib_2_0_la-gstring.Tpo -c gstring.c -o libglib_2_0_la-gstring.o
mv -f .deps/libglib_2_0_la-gstring.Tpo .deps/libglib_2_0_la-gstring.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstringchunk.lo -MD -MP -MF .deps/libglib_2_0_la-gstringchunk.Tpo -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo './'`gstringchunk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gstringchunk.lo -MD -MP -MF .deps/libglib_2_0_la-gstringchunk.Tpo -c gstringchunk.c -o libglib_2_0_la-gstringchunk.o
mv -f .deps/libglib_2_0_la-gstringchunk.Tpo .deps/libglib_2_0_la-gstringchunk.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtestutils.lo -MD -MP -MF .deps/libglib_2_0_la-gtestutils.Tpo -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo './'`gtestutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtestutils.lo -MD -MP -MF .deps/libglib_2_0_la-gtestutils.Tpo -c gtestutils.c -o libglib_2_0_la-gtestutils.o
mv -f .deps/libglib_2_0_la-gtestutils.Tpo .deps/libglib_2_0_la-gtestutils.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread.lo -MD -MP -MF .deps/libglib_2_0_la-gthread.Tpo -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo './'`gthread.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread.lo -MD -MP -MF .deps/libglib_2_0_la-gthread.Tpo -c gthread.c -o libglib_2_0_la-gthread.o
mv -f .deps/libglib_2_0_la-gthread.Tpo .deps/libglib_2_0_la-gthread.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthreadpool.lo -MD -MP -MF .deps/libglib_2_0_la-gthreadpool.Tpo -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo './'`gthreadpool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthreadpool.lo -MD -MP -MF .deps/libglib_2_0_la-gthreadpool.Tpo -c gthreadpool.c -o libglib_2_0_la-gthreadpool.o
mv -f .deps/libglib_2_0_la-gthreadpool.Tpo .deps/libglib_2_0_la-gthreadpool.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtimer.lo -MD -MP -MF .deps/libglib_2_0_la-gtimer.Tpo -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo './'`gtimer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtimer.lo -MD -MP -MF .deps/libglib_2_0_la-gtimer.Tpo -c gtimer.c -o libglib_2_0_la-gtimer.o
mv -f .deps/libglib_2_0_la-gtimer.Tpo .deps/libglib_2_0_la-gtimer.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtimezone.lo -MD -MP -MF .deps/libglib_2_0_la-gtimezone.Tpo -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo './'`gtimezone.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtimezone.lo -MD -MP -MF .deps/libglib_2_0_la-gtimezone.Tpo -c gtimezone.c -o libglib_2_0_la-gtimezone.o
mv -f .deps/libglib_2_0_la-gtimezone.Tpo .deps/libglib_2_0_la-gtimezone.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtrashstack.lo -MD -MP -MF .deps/libglib_2_0_la-gtrashstack.Tpo -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo './'`gtrashstack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtrashstack.lo -MD -MP -MF .deps/libglib_2_0_la-gtrashstack.Tpo -c gtrashstack.c -o libglib_2_0_la-gtrashstack.o
mv -f .deps/libglib_2_0_la-gtrashstack.Tpo .deps/libglib_2_0_la-gtrashstack.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtree.lo -MD -MP -MF .deps/libglib_2_0_la-gtree.Tpo -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo './'`gtree.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gtree.lo -MD -MP -MF .deps/libglib_2_0_la-gtree.Tpo -c gtree.c -o libglib_2_0_la-gtree.o
mv -f .deps/libglib_2_0_la-gtree.Tpo .deps/libglib_2_0_la-gtree.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-guniprop.lo -MD -MP -MF .deps/libglib_2_0_la-guniprop.Tpo -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo './'`guniprop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-guniprop.lo -MD -MP -MF .deps/libglib_2_0_la-guniprop.Tpo -c guniprop.c -o libglib_2_0_la-guniprop.o
mv -f .deps/libglib_2_0_la-guniprop.Tpo .deps/libglib_2_0_la-guniprop.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gutf8.lo -MD -MP -MF .deps/libglib_2_0_la-gutf8.Tpo -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo './'`gutf8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gutf8.lo -MD -MP -MF .deps/libglib_2_0_la-gutf8.Tpo -c gutf8.c -o libglib_2_0_la-gutf8.o
mv -f .deps/libglib_2_0_la-gutf8.Tpo .deps/libglib_2_0_la-gutf8.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunibreak.lo -MD -MP -MF .deps/libglib_2_0_la-gunibreak.Tpo -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo './'`gunibreak.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunibreak.lo -MD -MP -MF .deps/libglib_2_0_la-gunibreak.Tpo -c gunibreak.c -o libglib_2_0_la-gunibreak.o
mv -f .deps/libglib_2_0_la-gunibreak.Tpo .deps/libglib_2_0_la-gunibreak.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunicollate.lo -MD -MP -MF .deps/libglib_2_0_la-gunicollate.Tpo -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo './'`gunicollate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunicollate.lo -MD -MP -MF .deps/libglib_2_0_la-gunicollate.Tpo -c gunicollate.c -o libglib_2_0_la-gunicollate.o
mv -f .deps/libglib_2_0_la-gunicollate.Tpo .deps/libglib_2_0_la-gunicollate.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunidecomp.lo -MD -MP -MF .deps/libglib_2_0_la-gunidecomp.Tpo -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo './'`gunidecomp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gunidecomp.lo -MD -MP -MF .deps/libglib_2_0_la-gunidecomp.Tpo -c gunidecomp.c -o libglib_2_0_la-gunidecomp.o
mv -f .deps/libglib_2_0_la-gunidecomp.Tpo .deps/libglib_2_0_la-gunidecomp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gurifuncs.lo -MD -MP -MF .deps/libglib_2_0_la-gurifuncs.Tpo -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo './'`gurifuncs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gurifuncs.lo -MD -MP -MF .deps/libglib_2_0_la-gurifuncs.Tpo -c gurifuncs.c -o libglib_2_0_la-gurifuncs.o
mv -f .deps/libglib_2_0_la-gurifuncs.Tpo .deps/libglib_2_0_la-gurifuncs.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gutils.lo -MD -MP -MF .deps/libglib_2_0_la-gutils.Tpo -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo './'`gutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gutils.lo -MD -MP -MF .deps/libglib_2_0_la-gutils.Tpo -c gutils.c -o libglib_2_0_la-gutils.o
mv -f .deps/libglib_2_0_la-gutils.Tpo .deps/libglib_2_0_la-gutils.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant.Tpo -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo './'`gvariant.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant.Tpo -c gvariant.c -o libglib_2_0_la-gvariant.o
mv -f .deps/libglib_2_0_la-gvariant.Tpo .deps/libglib_2_0_la-gvariant.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-core.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-core.Tpo -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo './'`gvariant-core.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-core.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-core.Tpo -c gvariant-core.c -o libglib_2_0_la-gvariant-core.o
mv -f .deps/libglib_2_0_la-gvariant-core.Tpo .deps/libglib_2_0_la-gvariant-core.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-parser.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-parser.Tpo -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo './'`gvariant-parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-parser.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-parser.Tpo -c gvariant-parser.c -o libglib_2_0_la-gvariant-parser.o
mv -f .deps/libglib_2_0_la-gvariant-parser.Tpo .deps/libglib_2_0_la-gvariant-parser.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-serialiser.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-serialiser.Tpo -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo './'`gvariant-serialiser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvariant-serialiser.lo -MD -MP -MF .deps/libglib_2_0_la-gvariant-serialiser.Tpo -c gvariant-serialiser.c -o libglib_2_0_la-gvariant-serialiser.o
mv -f .deps/libglib_2_0_la-gvariant-serialiser.Tpo .deps/libglib_2_0_la-gvariant-serialiser.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvarianttypeinfo.lo -MD -MP -MF .deps/libglib_2_0_la-gvarianttypeinfo.Tpo -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo './'`gvarianttypeinfo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvarianttypeinfo.lo -MD -MP -MF .deps/libglib_2_0_la-gvarianttypeinfo.Tpo -c gvarianttypeinfo.c -o libglib_2_0_la-gvarianttypeinfo.o
mv -f .deps/libglib_2_0_la-gvarianttypeinfo.Tpo .deps/libglib_2_0_la-gvarianttypeinfo.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvarianttype.lo -MD -MP -MF .deps/libglib_2_0_la-gvarianttype.Tpo -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo './'`gvarianttype.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gvarianttype.lo -MD -MP -MF .deps/libglib_2_0_la-gvarianttype.Tpo -c gvarianttype.c -o libglib_2_0_la-gvarianttype.o
mv -f .deps/libglib_2_0_la-gvarianttype.Tpo .deps/libglib_2_0_la-gvarianttype.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gversion.lo -MD -MP -MF .deps/libglib_2_0_la-gversion.Tpo -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo './'`gversion.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gversion.lo -MD -MP -MF .deps/libglib_2_0_la-gversion.Tpo -c gversion.c -o libglib_2_0_la-gversion.o
mv -f .deps/libglib_2_0_la-gversion.Tpo .deps/libglib_2_0_la-gversion.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gwakeup.lo -MD -MP -MF .deps/libglib_2_0_la-gwakeup.Tpo -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo './'`gwakeup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gwakeup.lo -MD -MP -MF .deps/libglib_2_0_la-gwakeup.Tpo -c gwakeup.c -o libglib_2_0_la-gwakeup.o
mv -f .deps/libglib_2_0_la-gwakeup.Tpo .deps/libglib_2_0_la-gwakeup.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gprintf.lo -MD -MP -MF .deps/libglib_2_0_la-gprintf.Tpo -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo './'`gprintf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gprintf.lo -MD -MP -MF .deps/libglib_2_0_la-gprintf.Tpo -c gprintf.c -o libglib_2_0_la-gprintf.o
mv -f .deps/libglib_2_0_la-gprintf.Tpo .deps/libglib_2_0_la-gprintf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-unix.lo -MD -MP -MF .deps/libglib_2_0_la-glib-unix.Tpo -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo './'`glib-unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-glib-unix.lo -MD -MP -MF .deps/libglib_2_0_la-glib-unix.Tpo -c glib-unix.c -o libglib_2_0_la-glib-unix.o
mv -f .deps/libglib_2_0_la-glib-unix.Tpo .deps/libglib_2_0_la-glib-unix.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread-posix.lo -MD -MP -MF .deps/libglib_2_0_la-gthread-posix.Tpo -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo './'`gthread-posix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libglib_2_0_la-gthread-posix.lo -MD -MP -MF .deps/libglib_2_0_la-gthread-posix.Tpo -c gthread-posix.c -o libglib_2_0_la-gthread-posix.o
mv -f .deps/libglib_2_0_la-gthread-posix.Tpo .deps/libglib_2_0_la-gthread-posix.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT giounix.lo -MD -MP -MF .deps/giounix.Tpo -c -o giounix.lo giounix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT giounix.lo -MD -MP -MF .deps/giounix.Tpo -c giounix.c -o giounix.o
mv -f .deps/giounix.Tpo .deps/giounix.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../glib -I../glib -I..  -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gspawn.lo -MD -MP -MF .deps/gspawn.Tpo -c -o gspawn.lo gspawn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gspawn.lo -MD -MP -MF .deps/gspawn.Tpo -c gspawn.c -o gspawn.o
mv -f .deps/gspawn.Tpo .deps/gspawn.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -fvisibility=hidden -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -Wl,-Bsymbolic-functions  -export-dynamic  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libglib-2.0.la  libglib_2_0_la-gallocator.lo libglib_2_0_la-gcache.lo libglib_2_0_la-gcompletion.lo libglib_2_0_la-grel.lo libglib_2_0_la-gthread-deprecated.lo libglib_2_0_la-garray.lo libglib_2_0_la-gasyncqueue.lo libglib_2_0_la-gatomic.lo libglib_2_0_la-gbacktrace.lo libglib_2_0_la-gbase64.lo libglib_2_0_la-gbitlock.lo libglib_2_0_la-gbookmarkfile.lo libglib_2_0_la-gbytes.lo libglib_2_0_la-gcharset.lo libglib_2_0_la-gchecksum.lo libglib_2_0_la-gconvert.lo libglib_2_0_la-gdataset.lo libglib_2_0_la-gdate.lo libglib_2_0_la-gdatetime.lo libglib_2_0_la-gdir.lo libglib_2_0_la-genviron.lo libglib_2_0_la-gerror.lo libglib_2_0_la-gfileutils.lo libglib_2_0_la-ggettext.lo libglib_2_0_la-ghash.lo libglib_2_0_la-ghmac.lo libglib_2_0_la-ghook.lo libglib_2_0_la-ghostutils.lo libglib_2_0_la-giochannel.lo libglib_2_0_la-gkeyfile.lo libglib_2_0_la-glib-init.lo libglib_2_0_la-glib-private.lo libglib_2_0_la-glist.lo libglib_2_0_la-gmain.lo libglib_2_0_la-gmappedfile.lo libglib_2_0_la-gmarkup.lo libglib_2_0_la-gmem.lo libglib_2_0_la-gmessages.lo libglib_2_0_la-gnode.lo libglib_2_0_la-goption.lo libglib_2_0_la-gpattern.lo libglib_2_0_la-gpoll.lo libglib_2_0_la-gprimes.lo libglib_2_0_la-gqsort.lo libglib_2_0_la-gquark.lo libglib_2_0_la-gqueue.lo libglib_2_0_la-grand.lo libglib_2_0_la-gscanner.lo libglib_2_0_la-gsequence.lo libglib_2_0_la-gshell.lo libglib_2_0_la-gslice.lo libglib_2_0_la-gslist.lo libglib_2_0_la-gstdio.lo libglib_2_0_la-gstrfuncs.lo libglib_2_0_la-gstring.lo libglib_2_0_la-gstringchunk.lo libglib_2_0_la-gtestutils.lo libglib_2_0_la-gthread.lo libglib_2_0_la-gthreadpool.lo libglib_2_0_la-gtimer.lo libglib_2_0_la-gtimezone.lo libglib_2_0_la-gtrashstack.lo libglib_2_0_la-gtree.lo libglib_2_0_la-guniprop.lo libglib_2_0_la-gutf8.lo libglib_2_0_la-gunibreak.lo libglib_2_0_la-gunicollate.lo libglib_2_0_la-gunidecomp.lo libglib_2_0_la-gurifuncs.lo libglib_2_0_la-gutils.lo libglib_2_0_la-gvariant.lo libglib_2_0_la-gvariant-core.lo libglib_2_0_la-gvariant-parser.lo libglib_2_0_la-gvariant-serialiser.lo libglib_2_0_la-gvarianttypeinfo.lo libglib_2_0_la-gvarianttype.lo libglib_2_0_la-gversion.lo libglib_2_0_la-gwakeup.lo libglib_2_0_la-gprintf.lo libglib_2_0_la-glib-unix.lo  libglib_2_0_la-gthread-posix.lo libcharset/libcharset.la  giounix.lo gspawn.lo      -lpthread 
libtool: link: (cd .libs/libglib-2.0.lax/libcharset.a && x86_64-linux-gnu-ar x "/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset/.libs/libcharset.a")
libtool: link: x86_64-linux-gnu-ar cru .libs/libglib-2.0.a  libglib_2_0_la-gallocator.o libglib_2_0_la-gcache.o libglib_2_0_la-gcompletion.o libglib_2_0_la-grel.o libglib_2_0_la-gthread-deprecated.o libglib_2_0_la-garray.o libglib_2_0_la-gasyncqueue.o libglib_2_0_la-gatomic.o libglib_2_0_la-gbacktrace.o libglib_2_0_la-gbase64.o libglib_2_0_la-gbitlock.o libglib_2_0_la-gbookmarkfile.o libglib_2_0_la-gbytes.o libglib_2_0_la-gcharset.o libglib_2_0_la-gchecksum.o libglib_2_0_la-gconvert.o libglib_2_0_la-gdataset.o libglib_2_0_la-gdate.o libglib_2_0_la-gdatetime.o libglib_2_0_la-gdir.o libglib_2_0_la-genviron.o libglib_2_0_la-gerror.o libglib_2_0_la-gfileutils.o libglib_2_0_la-ggettext.o libglib_2_0_la-ghash.o libglib_2_0_la-ghmac.o libglib_2_0_la-ghook.o libglib_2_0_la-ghostutils.o libglib_2_0_la-giochannel.o libglib_2_0_la-gkeyfile.o libglib_2_0_la-glib-init.o libglib_2_0_la-glib-private.o libglib_2_0_la-glist.o libglib_2_0_la-gmain.o libglib_2_0_la-gmappedfile.o libglib_2_0_la-gmarkup.o libglib_2_0_la-gmem.o libglib_2_0_la-gmessages.o libglib_2_0_la-gnode.o libglib_2_0_la-goption.o libglib_2_0_la-gpattern.o libglib_2_0_la-gpoll.o libglib_2_0_la-gprimes.o libglib_2_0_la-gqsort.o libglib_2_0_la-gquark.o libglib_2_0_la-gqueue.o libglib_2_0_la-grand.o libglib_2_0_la-gscanner.o libglib_2_0_la-gsequence.o libglib_2_0_la-gshell.o libglib_2_0_la-gslice.o libglib_2_0_la-gslist.o libglib_2_0_la-gstdio.o libglib_2_0_la-gstrfuncs.o libglib_2_0_la-gstring.o libglib_2_0_la-gstringchunk.o libglib_2_0_la-gtestutils.o libglib_2_0_la-gthread.o libglib_2_0_la-gthreadpool.o libglib_2_0_la-gtimer.o libglib_2_0_la-gtimezone.o libglib_2_0_la-gtrashstack.o libglib_2_0_la-gtree.o libglib_2_0_la-guniprop.o libglib_2_0_la-gutf8.o libglib_2_0_la-gunibreak.o libglib_2_0_la-gunicollate.o libglib_2_0_la-gunidecomp.o libglib_2_0_la-gurifuncs.o libglib_2_0_la-gutils.o libglib_2_0_la-gvariant.o libglib_2_0_la-gvariant-core.o libglib_2_0_la-gvariant-parser.o libglib_2_0_la-gvariant-serialiser.o libglib_2_0_la-gvarianttypeinfo.o libglib_2_0_la-gvarianttype.o libglib_2_0_la-gversion.o libglib_2_0_la-gwakeup.o libglib_2_0_la-gprintf.o libglib_2_0_la-glib-unix.o libglib_2_0_la-gthread-posix.o giounix.o gspawn.o  .libs/libglib-2.0.lax/libcharset.a/libcharset_la-localcharset.o 
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libglib-2.0.a
libtool: link: rm -fr .libs/libglib-2.0.lax
libtool: link: ( cd ".libs" && rm -f "libglib-2.0.la" && ln -s "../libglib-2.0.la" "libglib-2.0.la" )
echo   > glib-public-headers.txt.tmp && mv glib-public-headers.txt.tmp glib-public-headers.txt
make[10]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making all in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
gcc -DHAVE_CONFIG_H -I.  -DPKG_CONFIG_PC_PATH="\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig:/home/zs14/spaces/cc/openwrt/staging_dir/host/share/pkgconfig\"" -DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\"" -DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib:/lib\"" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pkg.o -MD -MP -MF .deps/pkg.Tpo -c -o pkg.o pkg.c
mv -f .deps/pkg.Tpo .deps/pkg.Po
gcc -DHAVE_CONFIG_H -I.  -DPKG_CONFIG_PC_PATH="\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig:/home/zs14/spaces/cc/openwrt/staging_dir/host/share/pkgconfig\"" -DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\"" -DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib:/lib\"" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H -I.  -DPKG_CONFIG_PC_PATH="\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig:/home/zs14/spaces/cc/openwrt/staging_dir/host/share/pkgconfig\"" -DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\"" -DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib:/lib\"" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rpmvercmp.o -MD -MP -MF .deps/rpmvercmp.Tpo -c -o rpmvercmp.o rpmvercmp.c
mv -f .deps/rpmvercmp.Tpo .deps/rpmvercmp.Po
gcc -DHAVE_CONFIG_H -I.  -DPKG_CONFIG_PC_PATH="\"/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig:/home/zs14/spaces/cc/openwrt/staging_dir/host/share/pkgconfig\"" -DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\"" -DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib:/lib\"" -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc   -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o pkg-config pkg.o parse.o rpmvercmp.o main.o ./glib/glib/libglib-2.0.la 
libtool: link: gcc -I./glib -I./glib/glib -I./glib/glib -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o pkg-config pkg.o parse.o rpmvercmp.o main.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib ./glib/glib/.libs/libglib-2.0.a -lpthread
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
Making all in check
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/pkg-config'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/pkg-config'
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
Making install in glib
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make  install-recursive
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making install in .
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making install in m4macros
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make  install-am
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[9]: Nothing to be done for 'install-exec-am'.
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/m4macros'
Making install in glib
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make  install-recursive
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
Making install in libcharset
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make  install-am
make[10]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make[11]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make[11]: Nothing to be done for 'install-exec-am'.
make[11]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make[10]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib/libcharset'
Making install in .
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[10]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[10]: Nothing to be done for 'install-exec-am'.
make[10]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib/glib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/glib'
Making install in .
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c pkg-config '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
libtool: install: /usr/bin/install -c pkg-config /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/pkg-config
make  install-exec-hook
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/bin && ln -f pkg-config x86_64-pc-linux-gnu-pkg-config
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/pkg-config'
 /usr/bin/install -c -m 644 pkg-config-guide.html '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/pkg-config'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /usr/bin/install -c -m 644 pkg.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 pkg-config.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
Making install in check
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/check'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29'
mv /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/pkg-config /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/pkg-config.real
install -m0755 ./files/pkg-config /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/pkg-config
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/pkg-config-0.29/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.pkg-config_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/pkg-config'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/xz'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "xz-5.2.1.tar.bz2" "d484910b26fec5aff99ee66350589e29" "" "http://tukaani.org/xz"
--2016-11-22 22:09:24--  http://tukaani.org/xz/xz-5.2.1.tar.bz2
Resolving tukaani.org (tukaani.org)... 84.34.147.45
Connecting to tukaani.org (tukaani.org)|84.34.147.45|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sourceforge.net/projects/lzmautils/files/xz-5.2.1.tar.bz2/download [following]
--2016-11-22 22:09:25--  http://sourceforge.net/projects/lzmautils/files/xz-5.2.1.tar.bz2/download
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/lzmautils/files/xz-5.2.1.tar.bz2/download [following]
--2016-11-22 22:09:25--  https://sourceforge.net/projects/lzmautils/files/xz-5.2.1.tar.bz2/download
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/project/lzmautils/xz-5.2.1.tar.bz2?r=&ts=1479841766&use_mirror=netix [following]
--2016-11-22 22:09:26--  http://downloads.sourceforge.net/project/lzmautils/xz-5.2.1.tar.bz2?r=&ts=1479841766&use_mirror=netix
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://netix.dl.sourceforge.net/project/lzmautils/xz-5.2.1.tar.bz2 [following]
--2016-11-22 22:09:26--  https://netix.dl.sourceforge.net/project/lzmautils/xz-5.2.1.tar.bz2
Resolving netix.dl.sourceforge.net (netix.dl.sourceforge.net)... 87.121.121.2
Connecting to netix.dl.sourceforge.net (netix.dl.sourceforge.net)|87.121.121.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1186051 (1.1M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.13M   882KB/s    in 1.3s    

2016-11-22 22:09:28 (882 KB/s) - written to stdout [1186051/1186051]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; bzcat /home/zs14/spaces/cc/openwrt/dl/xz-5.2.1.tar.bz2 | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/.. -xf - 

Applying ./patches/100-freebsd-compat.patch using plaintext: 
patching file src/common/tuklib_integer.h
touch /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/.preparedab578d60bc1ad6116b6f24b073ad3f3a
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )

XZ Utils 5.2.1

System type:
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu

Configure options:
checking if debugging code should be compiled... no
checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
checking which match finders to build... hc3 hc4 bt2 bt3 bt4
checking which integrity checks to build... crc32 crc64 sha256
checking if assembler optimizations should be used... x86_64
checking if small size is preferred over speed... no
checking if threading support is wanted... yes, posix
checking how much RAM to assume if the real amount is unknown... 128 MiB
checking if library symbol versioning should be used... yes

checking for a shell that conforms to POSIX... /bin/sh

Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... yes
checking for style of include used by make... GNU
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/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

POSIX threading support:
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for pthread_condattr_setclock... yes
checking whether CLOCK_MONOTONIC is declared... yes

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-linux-gnu-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-linux-gnu-nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-linux-gnu-windres... no
checking for windres... no

Initializing gettext:
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc

System headers and functions:
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking size of size_t... 8
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_atimespec.tv_nsec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_uatime... no
checking for struct stat.st_atim.st__tim.tv_nsec... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking whether optreset is declared... no
checking for futimens... yes
checking for posix_fadvise... yes
checking for pipe2... yes
checking whether program_invocation_name is declared... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking if bswap_16 is available... yes
checking if bswap_32 is available... yes
checking if bswap_64 is available... yes
checking if unaligned memory access should be used... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking how to detect the amount of physical memory... sysconf
checking for sys/param.h... (cached) yes
checking how to detect the number of available CPU cores... sysconf
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for wcwidth... yes
checking CommonCrypto/CommonDigest.h usability... no
checking CommonCrypto/CommonDigest.h presence... no
checking for CommonCrypto/CommonDigest.h... no
checking sha256.h usability... no
checking sha256.h presence... no
checking for sha256.h... no
checking sha2.h usability... no
checking sha2.h presence... no
checking for sha2.h... no
checking minix/sha2.h usability... no
checking minix/sha2.h presence... no
checking for minix/sha2.h... no
checking whether _mm_movemask_epi8 is declared... yes

GCC extensions:
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking if gcc accepts -Wall... yes
checking if gcc accepts -Wextra... yes
checking if gcc accepts -Wvla... yes
checking if gcc accepts -Wformat=2... yes
checking if gcc accepts -Winit-self... yes
checking if gcc accepts -Wmissing-include-dirs... no
checking if gcc accepts -Wstrict-aliasing... yes
checking if gcc accepts -Wfloat-equal... yes
checking if gcc accepts -Wundef... yes
checking if gcc accepts -Wshadow... yes
checking if gcc accepts -Wpointer-arith... yes
checking if gcc accepts -Wbad-function-cast... yes
checking if gcc accepts -Wwrite-strings... yes
checking if gcc accepts -Wlogical-op... yes
checking if gcc accepts -Waggregate-return... yes
checking if gcc accepts -Wstrict-prototypes... yes
checking if gcc accepts -Wold-style-definition... yes
checking if gcc accepts -Wmissing-prototypes... yes
checking if gcc accepts -Wmissing-declarations... yes
checking if gcc accepts -Wmissing-noreturn... yes
checking if gcc accepts -Wredundant-decls... yes

checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating src/liblzma/Makefile
config.status: creating src/liblzma/api/Makefile
config.status: creating src/xz/Makefile
config.status: creating src/xzdec/Makefile
config.status: creating src/lzmainfo/Makefile
config.status: creating src/scripts/Makefile
config.status: creating tests/Makefile
config.status: creating debug/Makefile
config.status: creating src/scripts/xzdiff
config.status: creating src/scripts/xzgrep
config.status: creating src/scripts/xzmore
config.status: creating src/scripts/xzless
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
touch /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
Making all in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
Making all in liblzma
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
Making all in api
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[8]: Nothing to be done for 'all'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c  -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o >/dev/null 2>&1
mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c  -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o >/dev/null 2>&1
mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c  -fPIC -DPIC -o .libs/liblzma_la-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o >/dev/null 2>&1
mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c  -fPIC -DPIC -o .libs/liblzma_la-block_util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c  -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o >/dev/null 2>&1
mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c  -fPIC -DPIC -o .libs/liblzma_la-filter_common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c  -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o >/dev/null 2>&1
mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c  -fPIC -DPIC -o .libs/liblzma_la-index.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o >/dev/null 2>&1
mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c  -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c  -fPIC -DPIC -o .libs/liblzma_la-vli_size.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o >/dev/null 2>&1
mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c  -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o >/dev/null 2>&1
mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c  -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o >/dev/null 2>&1
mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c  -fPIC -DPIC -o .libs/liblzma_la-outqueue.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o >/dev/null 2>&1
mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c  -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c  -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o >/dev/null 2>&1
mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c  -fPIC -DPIC -o .libs/liblzma_la-index_hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o >/dev/null 2>&1
mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c  -fPIC -DPIC -o .libs/liblzma_la-check.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o >/dev/null 2>&1
mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c  -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o >/dev/null 2>&1
mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c  -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o >/dev/null 2>&1
mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c  -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o >/dev/null 2>&1
mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c  -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o >/dev/null 2>&1
mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c  -fPIC -DPIC -o .libs/liblzma_la-sha256.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o >/dev/null 2>&1
mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c  -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c  -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c  -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c  -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c  -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o >/dev/null 2>&1
mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c  -fPIC -DPIC -o .libs/liblzma_la-price_table.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o >/dev/null 2>&1
mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c  -fPIC -DPIC -o .libs/liblzma_la-delta_common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o >/dev/null 2>&1
mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c  -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c  -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c  -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o >/dev/null 2>&1
mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c  -fPIC -DPIC -o .libs/liblzma_la-x86.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o >/dev/null 2>&1
mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c  -fPIC -DPIC -o .libs/liblzma_la-powerpc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o >/dev/null 2>&1
mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c  -fPIC -DPIC -o .libs/liblzma_la-ia64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o >/dev/null 2>&1
mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c  -fPIC -DPIC -o .libs/liblzma_la-arm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o >/dev/null 2>&1
mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c  -fPIC -DPIC -o .libs/liblzma_la-armthumb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o >/dev/null 2>&1
mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c  -fPIC -DPIC -o .libs/liblzma_la-sparc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o >/dev/null 2>&1
mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -no-undefined -version-info 7:1:2 -Wl,--version-script=../../src/liblzma/liblzma.map  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o liblzma.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo  liblzma_la-crc32_table.lo  liblzma_la-crc32_fast.lo  liblzma_la-crc64_table.lo  liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo  liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo  liblzma_la-price_table.lo  liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo   
libtool: link: gcc -shared  -fPIC -DPIC  .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o   -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib  -pthread -O2 -Wl,--version-script=../../src/liblzma/liblzma.map   -pthread -Wl,-soname -Wl,liblzma.so.5 -o .libs/liblzma.so.5.2.1
libtool: link: (cd ".libs" && rm -f "liblzma.so.5" && ln -s "liblzma.so.5.2.1" "liblzma.so.5")
libtool: link: (cd ".libs" && rm -f "liblzma.so" && ln -s "liblzma.so.5.2.1" "liblzma.so")
libtool: link: x86_64-linux-gnu-ar cru .libs/liblzma.a  liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-hardware_cputhreads.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/liblzma.a
libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
rm -f liblzma.pc
sed \
    -e 's, at prefix[@],/home/zs14/spaces/cc/openwrt/staging_dir/host,g' \
    -e 's, at exec_prefix[@],/home/zs14/spaces/cc/openwrt/staging_dir/host,g' \
    -e 's, at libdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/lib,g' \
    -e 's, at includedir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/include,g' \
    -e 's, at PACKAGE_URL[@],http://tukaani.org/xz/,g' \
    -e 's, at PACKAGE_VERSION[@],5.2.1,g' \
    -e 's, at PTHREAD_CFLAGS[@],-pthread,g' \
    -e 's, at LIBS[@],,g' \
    < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
Making all in xzdec
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o  ../../src/liblzma/liblzma.la   
libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib ../../src/liblzma/.libs/liblzma.so -pthread -Wl,-rpath -Wl,/home/zs14/spaces/cc/openwrt/staging_dir/host/lib
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o  ../../src/liblzma/liblzma.la   
libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib ../../src/liblzma/.libs/liblzma.so -pthread -Wl,-rpath -Wl,/home/zs14/spaces/cc/openwrt/staging_dir/host/lib
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
Making all in xz
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo './'`args.c
mv -f .deps/xz-args.Tpo .deps/xz-args.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c
mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c
file_io.c: In function 'io_read':
file_io.c:1028:24: warning: logical 'or' of equal expressions [-Wlogical-op]
    if (errno == EAGAIN || errno == EWOULDBLOCK) {
                        ^~
file_io.c: In function 'io_write_buf':
file_io.c:1116:24: warning: logical 'or' of equal expressions [-Wlogical-op]
    if (errno == EAGAIN || errno == EWOULDBLOCK) {
                        ^~
mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c
mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo './'`list.c
mv -f .deps/xz-list.Tpo .deps/xz-list.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/xz-main.Tpo .deps/xz-main.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo './'`message.c
mv -f .deps/xz-message.Tpo .deps/xz-message.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c
mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o `test -f 'options.c' || echo './'`options.c
mv -f .deps/xz-options.Tpo .deps/xz-options.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c
mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c
mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/xz-util.Tpo .deps/xz-util.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c
mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c
mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c
mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o  ../../src/liblzma/liblzma.la   
libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o .libs/xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib ../../src/liblzma/.libs/liblzma.so -pthread -Wl,-rpath -Wl,/home/zs14/spaces/cc/openwrt/staging_dir/host/lib
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
Making all in lzmainfo
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c
mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po
/usr/bin/env bash ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o  ../../src/liblzma/liblzma.la   
libtool: link: gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o .libs/lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib ../../src/liblzma/.libs/liblzma.so -pthread -Wl,-rpath -Wl,/home/zs14/spaces/cc/openwrt/staging_dir/host/lib
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
Making all in scripts
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
Making all in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/po'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/po'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/xz'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/xz'
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1 install xzlinks="unxz xzcat"
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
Making install in src
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
Making install in liblzma
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
Making install in api
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[8]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include/lzma'
 /usr/bin/install -c -m 644  lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include/lzma'
 /usr/bin/install -c -m 644  lzma.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include/.'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma/api'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ../../libtool   --mode=install /usr/bin/install -c   liblzma.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
libtool: install: /usr/bin/install -c .libs/liblzma.so.5.2.1 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/liblzma.so.5.2.1
libtool: install: (cd /home/zs14/spaces/cc/openwrt/staging_dir/host/lib && { ln -s -f liblzma.so.5.2.1 liblzma.so.5 || { rm -f liblzma.so.5 && ln -s liblzma.so.5.2.1 liblzma.so.5; }; })
libtool: install: (cd /home/zs14/spaces/cc/openwrt/staging_dir/host/lib && { ln -s -f liblzma.so.5.2.1 liblzma.so || { rm -f liblzma.so && ln -s liblzma.so.5.2.1 liblzma.so; }; })
libtool: install: /usr/bin/install -c .libs/liblzma.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/liblzma.la
libtool: install: /usr/bin/install -c .libs/liblzma.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/liblzma.a
libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/liblzma.a
libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/liblzma.a
libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig'
 /usr/bin/install -c -m 644 liblzma.pc '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/liblzma'
Making install in xzdec
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/env bash ../../libtool   --mode=install /usr/bin/install -c xzdec lzmadec '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
libtool: install: /usr/bin/install -c .libs/xzdec /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/xzdec
libtool: install: /usr/bin/install -c .libs/lzmadec /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/lzmadec
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 xzdec.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make  install-data-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1 && \
target=`echo xzdec | sed 's&$&&;s&^&&'` && \
link=`echo lzmadec | sed 's&$&&;s&^&&'` && \
rm -f $link.1 && \
ln -s $target.1 $link.1
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xzdec'
Making install in xz
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/env bash ../../libtool   --mode=install /usr/bin/install -c xz '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
libtool: install: /usr/bin/install -c .libs/xz /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/xz
make  install-exec-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/bin && \
target=`echo xz | sed 's&$&&;s&^&&'` && \
for name in unxz xzcat; do \
    link=`echo $name | sed 's&$&&;s&^&&'` && \
    rm -f $link && \
    ln -s $target $link; \
done
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 xz.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make  install-data-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1 && \
target=`echo xz | sed 's&$&&;s&^&&'` && \
for name in unxz xzcat; do \
    link=`echo $name | sed 's&$&&;s&^&&'` && \
    rm -f $link.1 && \
    ln -s $target.1 $link.1; \
done
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/xz'
Making install in lzmainfo
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/env bash ../../libtool   --mode=install /usr/bin/install -c lzmainfo '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
libtool: install: /usr/bin/install -c .libs/lzmainfo /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/lzmainfo
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 lzmainfo.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/lzmainfo'
Making install in scripts
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /usr/bin/install -c xzdiff xzgrep xzmore xzless '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
make  install-exec-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/bin && \
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
    target=`echo $pair | sed 's/-.*$//' | sed 's&$&&;s&^&&'` && \
    link=`echo $pair | sed 's/^.*-//' | sed 's&$&&;s&^&&'` && \
    rm -f $link && \
    ln -s $target $link; \
done
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make  install-data-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1 && \
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
    target=`echo $pair | sed 's/-.*$//' | sed 's&$&&;s&^&&'` && \
    link=`echo $pair | sed 's/^.*-//' | sed 's&$&&;s&^&&'` && \
    rm -f $link.1 && \
    ln -s $target.1 $link.1; \
done
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src/scripts'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/src'
Making install in po
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/po'
installing cs.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/cs/LC_MESSAGES/xz.mo
installing de.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/de/LC_MESSAGES/xz.mo
installing fr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fr/LC_MESSAGES/xz.mo
installing it.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/it/LC_MESSAGES/xz.mo
installing pl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pl/LC_MESSAGES/xz.mo
installing vi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/vi/LC_MESSAGES/xz.mo
if test "xz" = "gettext-tools"; then \
  /bin/mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/po'
Making install in tests
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/tests'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[6]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz'
 /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz/examples'
 /usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz/examples'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz/examples_old'
 /usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/xz/examples_old'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/xz-5.2.1/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.xz_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/xz'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/automake'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "automake-1.15.tar.xz" "9a1ddb0e053474d9d1105cfe39b0c48d" "" "@GNU/automake"
--2016-11-22 22:10:00--  http://ftpmirror.gnu.org/automake/automake-1.15.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/automake/automake-1.15.tar.xz [following]
--2016-11-22 22:10:00--  http://mirror.tochlab.net/pub/gnu/automake/automake-1.15.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1496708 (1.4M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.43M  1.31MB/s    in 1.1s    

2016-11-22 22:10:01 (1.31 MB/s) - written to stdout [1496708/1496708]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/automake-1.15.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/.. -xf - 

Applying ./patches/000-relocatable.patch using plaintext: 
patching file lib/Automake/Config.in
patching file bin/aclocal.in
patching file bin/automake.in
patching file t/wrap/aclocal.in
patching file t/wrap/automake.in

Applying ./patches/100-aclocal-skip-not-existing-directories.patch using plaintext: 
patching file bin/aclocal.in

Applying ./patches/200-do-not-override-silent-rules.patch using plaintext: 
patching file m4/silent.m4
touch /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/.preparedced84a7e93719b84d42ec26e89ef3b30
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15; AUTOM4TE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool M4=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true STAGING_DIR="" ./bootstrap.sh)
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at ./bin/automake.tmp line 3938.
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" PERL="/usr/bin/env perl" am_cv_prog_PERL_ithreads=no --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --datarootdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/share --disable-silent-rules ; fi )
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for perl... /usr/bin/env perl
checking for tex... no
checking for yacc... no
checking for byacc... no
checking for bison... no
checking for lex... no
checking for flex... no
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... yes
checking whether ln works... yes
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
configure: will now look for a sturdy POSIX shell, for our testsuite
checking for sh... /bin/sh
checking for sh5... no
checking for dash... /bin/dash
checking for ash... no
checking for bash... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/bash
checking for zsh... no
checking for ksh... no
checking for pdksh... no
checking whether /bin/sh supports $(cmd)... yes
checking whether /bin/sh supports $((expr))... yes
checking whether /bin/sh supports ${#var}... yes
checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes
checking whether /bin/sh preserves exit traps with "set -e"... yes
checking whether /bin/sh can define exit traps in a shell function... yes
checking whether /bin/sh corrupts stderr with "set -x"... no
checking whether /bin/sh can return early from "dot-sourced" files... yes
checking whether /bin/sh supports alias named like shell builtins... yes
checking whether /bin/sh supports "test -e"... yes
configure: shell /bin/sh is good enough, stop looking
configure: will use /bin/sh as the testsuite shell
configure: will now look for generic compilers
checking for x86_64-linux-gnu-cc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for x86_64-linux-gnu-aCC... no
checking for x86_64-linux-gnu-CC... no
checking for x86_64-linux-gnu-FCC... no
checking for x86_64-linux-gnu-KCC... no
checking for x86_64-linux-gnu-RCC... no
checking for x86_64-linux-gnu-xlC_r... no
checking for x86_64-linux-gnu-xlC... no
checking for x86_64-linux-gnu-c++... no
checking for x86_64-linux-gnu-cxx... no
checking for x86_64-linux-gnu-cc++... no
checking for x86_64-linux-gnu-gpp... no
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
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 x86_64-linux-gnu-g++ accepts -g... yes
checking for x86_64-linux-gnu-xlf95... no
checking for x86_64-linux-gnu-f95... no
checking for x86_64-linux-gnu-fort... no
checking for x86_64-linux-gnu-ifort... no
checking for x86_64-linux-gnu-ifc... no
checking for x86_64-linux-gnu-efc... no
checking for x86_64-linux-gnu-pgfortran... no
checking for x86_64-linux-gnu-pgf95... no
checking for x86_64-linux-gnu-lf95... no
checking for x86_64-linux-gnu-ftn... no
checking for x86_64-linux-gnu-nagfor... no
checking for x86_64-linux-gnu-xlf90... no
checking for x86_64-linux-gnu-f90... no
checking for x86_64-linux-gnu-pgf90... no
checking for x86_64-linux-gnu-pghpf... no
checking for x86_64-linux-gnu-epcf90... no
checking for x86_64-linux-gnu-g95... no
checking for x86_64-linux-gnu-gfortran... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g95... no
checking for gfortran... no
checking whether the Fortran compiler works... no
configure: WARNING: Fortran compiler cannot create executables
configure: tests requiring the Fortran compiler will be skipped
checking for x86_64-linux-gnu-xlf... no
checking for x86_64-linux-gnu-f77... no
checking for x86_64-linux-gnu-frt... no
checking for x86_64-linux-gnu-pgf77... no
checking for x86_64-linux-gnu-cf77... no
checking for x86_64-linux-gnu-fort77... no
checking for x86_64-linux-gnu-fl32... no
checking for x86_64-linux-gnu-af77... no
checking for x86_64-linux-gnu-g77... no
checking for x86_64-linux-gnu-gfortran... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for g77... no
checking for gfortran... no
checking whether the Fortran 77 compiler works... no
configure: WARNING: Fortran 77 compiler cannot create executables
configure: tests requiring the Fortran 77 compiler will be skipped
configure: will now look for GNU compilers
configure: gcc is already a GNU C compiler
configure: x86_64-linux-gnu-g++ is already a GNU C++ compiler
checking for x86_64-linux-gnu-gfortran... no
checking for gfortran... no
checking for x86_64-linux-gnu-g77... no
checking for x86_64-linux-gnu-gfortran... no
checking for g77... no
checking for gfortran... no
checking for x86_64-linux-gnu-gcj... no
checking for gcj... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating t/wrap/aclocal-1.15
config.status: creating t/wrap/automake-1.15
touch /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/.configured
make -j1 -C /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
rm -f bin/automake bin/automake-t bin/automake-t2 \
  && /bin/mkdir -p bin \
  && in=bin/automake.in && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >bin/automake-t \
  && /usr/bin/env perl -w ./bin/gen-perl-protos bin/automake-t > bin/automake-t2 \
  && mv -f bin/automake-t2 bin/automake-t \
  && chmod a+x,a-w bin/automake-t && mv -f bin/automake-t bin/automake
rm -f bin/aclocal bin/aclocal-t bin/aclocal-t2 \
  && /bin/mkdir -p bin \
  && in=bin/aclocal.in && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >bin/aclocal-t \
  && /usr/bin/env perl -w ./bin/gen-perl-protos bin/aclocal-t > bin/aclocal-t2 \
  && mv -f bin/aclocal-t2 bin/aclocal-t \
  && chmod a+x,a-w bin/aclocal-t && mv -f bin/aclocal-t bin/aclocal
rm -f t/ax/shell-no-trail-bslash t/ax/shell-no-trail-bslash-t
in=t/ax/shell-no-trail-bslash.in \
  && /bin/mkdir -p t/ax \
  && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >t/ax/shell-no-trail-bslash-t \
  && chmod a+x t/ax/shell-no-trail-bslash-t
if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/shell-no-trail-bslash-t; then echo "t/ax/shell-no-trail-bslash contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/shell-no-trail-bslash-t && mv -f t/ax/shell-no-trail-bslash-t t/ax/shell-no-trail-bslash
rm -f t/ax/cc-no-c-o t/ax/cc-no-c-o-t
in=t/ax/cc-no-c-o.in \
  && /bin/mkdir -p t/ax \
  && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >t/ax/cc-no-c-o-t \
  && chmod a+x t/ax/cc-no-c-o-t
if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/cc-no-c-o-t; then echo "t/ax/cc-no-c-o contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/cc-no-c-o-t && mv -f t/ax/cc-no-c-o-t t/ax/cc-no-c-o
rm -f runtest runtest-t
in=t/ax/runtest.in \
  && /bin/mkdir -p t/ax \
  && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >runtest-t \
  && chmod a+x runtest-t
if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' runtest-t; then echo "runtest contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w runtest-t && mv -f runtest-t runtest
: \
  && /bin/mkdir -p doc \
  && f=`echo doc/aclocal.1 | sed 's|.*/||; s|\.1$||; s&$&&;s&^&&'` \
  && echo ".so man1/$f-1.15.1" > doc/aclocal.1
: \
  && /bin/mkdir -p doc \
  && f=`echo doc/automake.1 | sed 's|.*/||; s|\.1$||; s&$&&;s&^&&'` \
  && echo ".so man1/$f-1.15.1" > doc/automake.1
rm -f lib/Automake/Config.pm lib/Automake/Config.pm-t
/bin/mkdir -p lib/Automake
in=Config.in \
  && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./lib/Automake/Config.in >lib/Automake/Config.pm-t
if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' lib/Automake/Config.pm-t; then echo "lib/Automake/Config.pm contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w lib/Automake/Config.pm-t && mv -f lib/Automake/Config.pm-t lib/Automake/Config.pm
: && /bin/mkdir -p doc && { PATH='/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/t/wrap:'$PATH && export PATH; } && /usr/bin/env perl ./doc/help2man --output=doc/aclocal-1.15.1 aclocal-1.15
: && /bin/mkdir -p doc && { PATH='/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/t/wrap:'$PATH && export PATH; } && /usr/bin/env perl ./doc/help2man --output=doc/automake-1.15.1 automake-1.15
rm -f t/ax/test-defs.sh t/ax/test-defs.sh-t
/bin/mkdir -p t/ax
in=t/ax/test-defs.in \
  && ( sed -e "s,[@]configure_input[@],Generated from $in; do not edit by hand.,g" -e 's,[@]datadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's,[@]amdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am,g' -e 's,[@]bindir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/bin,g' -e 's,[@]docdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake,g' -e 's,[@]pkgvdatadir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]scriptdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15,g' -e 's,[@]automake_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15,g' -e 's,[@]system_acdir[@],/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's,[@]am__isrc[@],!!@!!am__isrc!!@!!,g' | /usr/bin/env bash ./config.status --file=- | sed -e 's,!!@!!am__isrc!!@!!,@''am__isrc@,g' ) <./$in >t/ax/test-defs.sh-t
if LC_ALL=C grep '@[a-zA-Z0-9_][a-zA-Z0-9_]*@' t/ax/test-defs.sh-t; then echo "t/ax/test-defs.sh contains unexpanded substitution (see lines above)"; exit 1; fi; chmod a-w t/ax/test-defs.sh-t && mv -f t/ax/test-defs.sh-t t/ax/test-defs.sh
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/automake'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/automake'
# remove old automake resources to avoid version conflicts
rm -rf /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-[0-9]*
rm -rf /home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-[0-9]*
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /usr/bin/install -c bin/automake bin/aclocal '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
make  install-exec-hook
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
 ln '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake' '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake-1.15'
 ln '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal' '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.15'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am'
 /usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/am'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15'
 /usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/missing.m4 m4/mkdirp.m4 m4/obsolete.m4 m4/options.m4 m4/python.m4 m4/prog-cc-c-o.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15/internal'
 /usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal-1.15/internal'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake'
 /usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/automake'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/Automake'
 /usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Language.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/Automake'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15'
 /usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15'
 /usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /usr/bin/install -c -m 644 m4/acdir/README '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake-history.info '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 doc/aclocal.1 doc/automake.1 doc/aclocal-1.15.1 doc/automake-1.15.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/Automake'
 /usr/bin/install -c -m 644 lib/Automake/Config.pm '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/Automake'
make  install-data-hook
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/config.guess'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/config.sub'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/install-sh'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/mdate-sh'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/missing'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/mkinstalldirs'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/ylwrap'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/depcomp'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/compile'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/py-compile'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/ar-lib'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/test-driver'
 chmod +x '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/automake-1.15/tap-driver.sh'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15'
mv /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal.real
install -m0755 ./files/aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin
ln -sf aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.9
ln -sf aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.10
ln -sf aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.11
ln -sf aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.11.6
ln -sf aclocal /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal-1.15
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/automake-1.15/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.automake_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/automake'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/missing-macros'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/missing-macros-10/.prepared822fde347b22721db33406eda78cd8a3
touch /home/zs14/spaces/cc/openwrt/build_dir/host/missing-macros-10/.configured
touch /home/zs14/spaces/cc/openwrt/build_dir/host/missing-macros-10/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/missing-macros'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/missing-macros'
install -d -m0755 /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal
install -m0644 ./src/m4/*.m4 /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/
install -d -m0755 /home/zs14/spaces/cc/openwrt/staging_dir/host/bin
install -m0755 ./src/bin/* /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/missing-macros-10/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.missing-macros_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/missing-macros'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/libtool'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "libtool-2.4.tar.gz" "b32b04148ecdd7344abc6fe8bd1bb021" "" "@GNU/libtool"
--2016-11-22 22:10:06--  http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/libtool/libtool-2.4.tar.gz [following]
--2016-11-22 22:10:06--  http://mirror.tochlab.net/pub/gnu/libtool/libtool-2.4.tar.gz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2580417 (2.5M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   2.46M  1.28MB/s    in 1.9s    

2016-11-22 22:10:08 (1.28 MB/s) - written to stdout [2580417/2580417]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/libtool-2.4.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/.. -xf - 

Applying ./patches/000-relocatable.patch using plaintext: 
patching file libltdl/config/general.m4sh
patching file libtoolize.in
patching file libtoolize.m4sh
patching file libltdl/m4/libtool.m4

Applying ./patches/001-fix-func_append.patch using plaintext: 
patching file libltdl/config/ltmain.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh

Applying ./patches/100-libdir-fixes.patch using plaintext: 
patching file libltdl/config/ltmain.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh

Applying ./patches/110-dont-use-target-dir-for-relinking.patch using plaintext: 
patching file libltdl/config/ltmain.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh

Applying ./patches/120-strip-unsafe-dirs-for-relinking.patch using plaintext: 
patching file libltdl/config/ltmain.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh

Applying ./patches/150-trailingslash.patch using plaintext: 
patching file libltdl/config/ltmain.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh

Applying ./patches/200-openwrt-branding.patch using plaintext: 
patching file libltdl/config/general.m4sh
File libltdl/config/ltmain.sh is read-only; trying to patch anyway
patching file libltdl/config/ltmain.sh
patching file libtoolize.in
patching file tests/defs.in
(cd /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/ && rm -f libtool.m4 ltdl.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4)
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4; AUTOM4TE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool M4=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true ./bootstrap)
WARNING: If bootstrapping with this script fails, it may be due to an
WARNING: incompatible installed `libtool.m4' being pulled in to
WARNING: `aclocal.m4'.  The best way to work around such a problem is to
WARNING: uninstall your system libtool files, or failing that, overwrite
WARNING: them with all m4 file as shipped with this distribution (except
WARNING: `lt~obsolete.m4').  After that, retry this bootstrap.
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh > libltdl/config/ltmain.in
sed -e s, at EGREP\@,egrep,g -e s, at FGREP\@,fgrep,g -e s, at GREP\@,grep,g -e s, at LN_S\@,ln -s,g -e s, at MACRO_VERSION\@,2.4,g -e s, at PACKAGE\@,libtool,g -e s, at PACKAGE_BUGREPORT\@,bug-libtool at gnu.org,g -e s, at PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g -e s, at PACKAGE_NAME\@,GNU Libtool,g -e s, at PACKAGE_STRING\@,GNU Libtool 2.4,g -e s, at PACKAGE_TARNAME\@,libtool,g -e s, at PACKAGE_VERSION\@,2.4,g -e s, at SED\@,sed,g -e s, at VERSION\@,2.4,g -e s, at aclocaldir\@,,g -e s, at datadir\@,,g -e s, at pkgdatadir\@,,g -e s, at host_triplet\@,,g -e s, at prefix\@,,g -e s, at TIMESTAMP\@,,g -e s, at package_revision\@,1.3293, ./libltdl/config/ltmain.in > ./libltdl/config/ltmain.sh
sed -e s, at EGREP\@,egrep,g -e s, at FGREP\@,fgrep,g -e s, at GREP\@,grep,g -e s, at LN_S\@,ln -s,g -e s, at MACRO_VERSION\@,2.4,g -e s, at PACKAGE\@,libtool,g -e s, at PACKAGE_BUGREPORT\@,bug-libtool at gnu.org,g -e s, at PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g -e s, at PACKAGE_NAME\@,GNU Libtool,g -e s, at PACKAGE_STRING\@,GNU Libtool 2.4,g -e s, at PACKAGE_TARNAME\@,libtool,g -e s, at PACKAGE_VERSION\@,2.4,g -e s, at SED\@,sed,g -e s, at VERSION\@,2.4,g -e s, at aclocaldir\@,,g -e s, at datadir\@,,g -e s, at pkgdatadir\@,,g -e s, at host_triplet\@,,g -e s, at prefix\@,,g -e s, at MACRO_REVISION\@,1.3293,g -e s, at MACRO_SERIAL\@,3293,g ./libltdl/m4/ltversion.in > ./libltdl/m4/ltversion.m4
make[4]: 'libtoolize.in' is up to date.
make[4]: 'tests/defs.in' is up to date.
make[4]: 'tests/package.m4' is up to date.
make[4]: 'tests/testsuite' is up to date.
make[4]: 'libltdl/Makefile.am' is up to date.
make[4]: 'doc/notes.txt' is up to date.
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force --ltdl
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
parallel-tests: installing 'libltdl/config/test-driver'
autoreconf: Leaving directory `.'
autoreconf: Entering directory `libltdl'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force --ltdl
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
Makefile.am:113: warning: source file 'loaders/dld_link.c' is in a subdirectory,
Makefile.am:113: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
Makefile.am:109: warning: source file 'loaders/dlopen.c' is in a subdirectory,
Makefile.am:109: but option 'subdir-objects' is disabled
Makefile.am:117: warning: source file 'loaders/dyld.c' is in a subdirectory,
Makefile.am:117: but option 'subdir-objects' is disabled
Makefile.am:67: warning: source file 'loaders/preopen.c' is in a subdirectory,
Makefile.am:67: but option 'subdir-objects' is disabled
Makefile.am:120: warning: source file 'loaders/load_add_on.c' is in a subdirectory,
Makefile.am:120: but option 'subdir-objects' is disabled
Makefile.am:123: warning: source file 'loaders/loadlibrary.c' is in a subdirectory,
Makefile.am:123: but option 'subdir-objects' is disabled
Makefile.am:126: warning: source file 'loaders/shl_load.c' is in a subdirectory,
Makefile.am:126: but option 'subdir-objects' is disabled
autoreconf: Leaving directory `libltdl'
autoreconf: Entering directory `tests/cdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/cdemo'
autoreconf: Entering directory `tests/demo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/demo'
autoreconf: Entering directory `tests/depdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/depdemo'
autoreconf: Entering directory `tests/f77demo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/f77demo'
autoreconf: Entering directory `tests/fcdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/fcdemo'
autoreconf: Entering directory `tests/mdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/mdemo'
autoreconf: Entering directory `tests/mdemo2'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/mdemo2'
autoreconf: Entering directory `tests/pdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/pdemo'
autoreconf: Entering directory `tests/tagdemo'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal --force -I ../../libltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
libtoolize: Bootstrap detected, no files installed.
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --copy --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
autoreconf: Leaving directory `tests/tagdemo'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/.prepared5771be65335d6c1cfcd953c9f3e204b6
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" lt_cv_sys_dlsearch_path="" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
## ----------------------- ##
## Configuring libtool 2.4 ##
## ----------------------- ##

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: autobuild project... GNU Libtool
configure: autobuild revision... 2.4 ()
configure: autobuild hostname... g46vw
configure: autobuild mode... default
configure: autobuild timestamp... 20161122T191101Z
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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... no
checking for dlopen in -ldl... 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... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... (cached) 
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for x86_64-linux-gnu-g77... no
checking for x86_64-linux-gnu-xlf... no
checking for x86_64-linux-gnu-f77... no
checking for x86_64-linux-gnu-frt... no
checking for x86_64-linux-gnu-pgf77... no
checking for x86_64-linux-gnu-cf77... no
checking for x86_64-linux-gnu-fort77... no
checking for x86_64-linux-gnu-fl32... no
checking for x86_64-linux-gnu-af77... no
checking for x86_64-linux-gnu-xlf90... no
checking for x86_64-linux-gnu-f90... no
checking for x86_64-linux-gnu-pgf90... no
checking for x86_64-linux-gnu-pghpf... no
checking for x86_64-linux-gnu-epcf90... no
checking for x86_64-linux-gnu-gfortran... no
checking for x86_64-linux-gnu-g95... no
checking for x86_64-linux-gnu-xlf95... no
checking for x86_64-linux-gnu-f95... no
checking for x86_64-linux-gnu-fort... no
checking for x86_64-linux-gnu-ifort... no
checking for x86_64-linux-gnu-ifc... no
checking for x86_64-linux-gnu-efc... no
checking for x86_64-linux-gnu-pgfortran... no
checking for x86_64-linux-gnu-pgf95... no
checking for x86_64-linux-gnu-lf95... no
checking for x86_64-linux-gnu-ftn... no
checking for x86_64-linux-gnu-nagfor... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking for x86_64-linux-gnu-gfortran... no
checking for x86_64-linux-gnu-g95... no
checking for x86_64-linux-gnu-xlf95... no
checking for x86_64-linux-gnu-f95... no
checking for x86_64-linux-gnu-fort... no
checking for x86_64-linux-gnu-ifort... no
checking for x86_64-linux-gnu-ifc... no
checking for x86_64-linux-gnu-efc... no
checking for x86_64-linux-gnu-pgfortran... no
checking for x86_64-linux-gnu-pgf95... no
checking for x86_64-linux-gnu-lf95... no
checking for x86_64-linux-gnu-ftn... no
checking for x86_64-linux-gnu-nagfor... no
checking for x86_64-linux-gnu-xlf90... no
checking for x86_64-linux-gnu-f90... no
checking for x86_64-linux-gnu-pgf90... no
checking for x86_64-linux-gnu-pghpf... no
checking for x86_64-linux-gnu-epcf90... no
checking for x86_64-linux-gnu-g77... no
checking for x86_64-linux-gnu-xlf... no
checking for x86_64-linux-gnu-f77... no
checking for x86_64-linux-gnu-frt... no
checking for x86_64-linux-gnu-pgf77... no
checking for x86_64-linux-gnu-cf77... no
checking for x86_64-linux-gnu-fort77... no
checking for x86_64-linux-gnu-fl32... no
checking for x86_64-linux-gnu-af77... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for x86_64-linux-gnu-gcj... no
checking for gcj... no
checking for x86_64-linux-gnu-windres... no
checking for windres... no
checking whether make supports order-only prerequisites... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh > libltdl/config/ltmain.in
sed -e s, at EGREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E,g -e s, at FGREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F,g -e s, at GREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep,g -e s, at LN_S\@,ln -s,g -e s, at MACRO_VERSION\@,2.4,g -e s, at PACKAGE\@,libtool,g -e s, at PACKAGE_BUGREPORT\@,bug-libtool at gnu.org,g -e s, at PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g -e s, at PACKAGE_NAME\@,GNU Libtool,g -e s, at PACKAGE_STRING\@,GNU Libtool 2.4,g -e s, at PACKAGE_TARNAME\@,libtool,g -e s, at PACKAGE_VERSION\@,2.4,g -e s, at SED\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed,g -e s, at VERSION\@,2.4,g -e s, at aclocaldir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g -e s, at datadir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g -e s, at pkgdatadir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool,g -e s, at host_triplet\@,x86_64-pc-linux-gnu,g -e s, at prefix\@,/home/zs14/spaces/cc/openwrt/staging_dir/host,g -e s, at TIMESTAMP\@,,g -e s, at package_revision\@,1.3293, ./libltdl/config/ltmain.in > ./libltdl/config/ltmain.sh
/usr/bin/env bash ./config.status libtool
config.status: executing libtool commands
rm -f libtoolize.tmp libtoolize
set dummy `/usr/bin/env bash ./libltdl/config/mkstamp .`; shift; case 2.4 in *[acegikmoqsuwy]) TIMESTAMP=" $1 $2" ;; *) TIMESTAMP="" ;; esac; \
sed -e 's, at EGREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E,g' -e 's, at FGREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F,g' -e 's, at GREP\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep,g' -e 's, at LN_S\@,ln -s,g' -e 's, at MACRO_VERSION\@,2.4,g' -e 's, at PACKAGE\@,libtool,g' -e 's, at PACKAGE_BUGREPORT\@,bug-libtool at gnu.org,g' -e 's, at PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g' -e 's, at PACKAGE_NAME\@,GNU Libtool,g' -e 's, at PACKAGE_STRING\@,GNU Libtool 2.4,g' -e 's, at PACKAGE_TARNAME\@,libtool,g' -e 's, at PACKAGE_VERSION\@,2.4,g' -e 's, at SED\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed,g' -e 's, at VERSION\@,2.4,g' -e 's, at aclocaldir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal,g' -e 's, at datadir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share,g' -e 's, at pkgdatadir\@,/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool,g' -e 's, at host_triplet\@,x86_64-pc-linux-gnu,g' -e 's, at prefix\@,/home/zs14/spaces/cc/openwrt/staging_dir/host,g' -e "s, at TIMESTAMP\@,$TIMESTAMP,g" \
    -e 's, at aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' \
    -e "s, at pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" \
    -e "s, at pkgconfig_files\@,config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh,g" \
    ./libtoolize.in > libtoolize.tmp
chmod a+x libtoolize.tmp
chmod a-w libtoolize.tmp
mv -f libtoolize.tmp libtoolize
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c  -fPIC -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c -o libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1
mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c -o libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo './'`libltdl/lt__alloc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c -o libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1
mv -f libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo libltdl/.deps/libltdl_libltdl_la-lt__alloc.Plo
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c -o libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || echo './'`libltdl/lt_dlloader.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c -o libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1
mv -f libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Plo
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c -o libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo './'`libltdl/lt_error.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c -o libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1
mv -f libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo libltdl/.deps/libltdl_libltdl_la-lt_error.Plo
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c -o libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo './'`libltdl/ltdl.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-ltdl.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c -o libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1
mv -f libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo libltdl/.deps/libltdl_libltdl_la-ltdl.Plo
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c -o libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1
mv -f libltdl/.deps/libltdl_libltdl_la-slist.Tpo libltdl/.deps/libltdl_libltdl_la-slist.Plo
depbase=`echo libltdl/loaders/dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c &&\
mv -f $depbase.Tpo $depbase.Plo
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c  -fPIC -DPIC -o libltdl/loaders/.libs/dlopen.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c -o libltdl/loaders/dlopen.o >/dev/null 2>&1
/usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -module -avoid-version -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libltdl/dlopen.la  libltdl/loaders/dlopen.lo -ldl -ldl 
OpenWrt-libtool: link: x86_64-linux-gnu-ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o 
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib libltdl/.libs/dlopen.a
OpenWrt-libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
depbase=`echo libltdl/lt__strl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/lt__strl.lo libltdl/lt__strl.c &&\
mv -f $depbase.Tpo $depbase.Plo
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF libltdl/.deps/lt__strl.Tpo -c libltdl/lt__strl.c  -fPIC -DPIC -o libltdl/.libs/lt__strl.o
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF libltdl/.deps/lt__strl.Tpo -c libltdl/lt__strl.c -o libltdl/lt__strl.o >/dev/null 2>&1
/usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -no-undefined -version-info 10:0:3 -dlpreopen libltdl/dlopen.la  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libltdl/libltdl.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo libltdl/libltdl_libltdl_la-lt__alloc.lo libltdl/libltdl_libltdl_la-lt_dlloader.lo libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo libltdl/libltdl_libltdl_la-slist.lo libltdl/lt__strl.lo -ldl 
OpenWrt-libtool: link: rm -f libltdl/.libs/libltdl.nm libltdl/.libs/libltdl.nmS libltdl/.libs/libltdl.nmT
OpenWrt-libtool: link: (cd libltdl/.libs && gcc -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/../host/include -c -fno-builtin  -fPIC -DPIC "libltdlS.c")
OpenWrt-libtool: link: rm -f "libltdl/.libs/libltdlS.c" "libltdl/.libs/libltdl.nm" "libltdl/.libs/libltdl.nmS" "libltdl/.libs/libltdl.nmT"
OpenWrt-libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && x86_64-linux-gnu-ar x "/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/.libs/dlopen.a")
OpenWrt-libtool: link: gcc -shared  -fPIC -DPIC  libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o libltdl/.libs/libltdl_libltdl_la-lt_error.o libltdl/.libs/libltdl_libltdl_la-ltdl.o libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/lt__strl.o libltdl/.libs/libltdlS.o  libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o   -ldl -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib  -O2   -Wl,-soname -Wl,libltdl.so.7 -o libltdl/.libs/libltdl.so.7.3.0
OpenWrt-libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so.7" && ln -s "libltdl.so.7.3.0" "libltdl.so.7")
OpenWrt-libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so" && ln -s "libltdl.so.7.3.0" "libltdl.so")
OpenWrt-libtool: link: (cd libltdl/.libs/libltdl.lax/lt1-dlopen.a && x86_64-linux-gnu-ar x "/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/.libs/dlopen.a")
OpenWrt-libtool: link: x86_64-linux-gnu-ar cru libltdl/.libs/libltdl.a  libltdl/loaders/libltdl_libltdl_la-preopen.o libltdl/libltdl_libltdl_la-lt__alloc.o libltdl/libltdl_libltdl_la-lt_dlloader.o libltdl/libltdl_libltdl_la-lt_error.o libltdl/libltdl_libltdl_la-ltdl.o libltdl/libltdl_libltdl_la-slist.o libltdl/lt__strl.o libltdl/.libs/libltdlS.o  libltdl/.libs/libltdl.lax/lt1-dlopen.a/dlopen.o 
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib libltdl/.libs/libltdl.a
OpenWrt-libtool: link: rm -fr libltdl/.libs/libltdl.lax libltdl/.libs/libltdl.lax
OpenWrt-libtool: link: ( cd "libltdl/.libs" && rm -f "libltdl.la" && ln -s "../libltdl.la" "libltdl.la" )
PATH=.:$PATH; export PATH; /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/missing help2man --output=doc/libtool.1 --help-option=--help-all libtool
PATH=.:$PATH; export PATH; /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/missing help2man --output=doc/libtoolize.1 libtoolize
cd ./libltdl && \
sed -e 's,config/mdate-sh,,' -e 's,config/texinfo.tex,,' \
    -e 's,config/mkinstalldirs,,' \
    < Makefile.in > Makefile.inT && \
mv -f Makefile.inT Makefile.in
echo stamp > libltdl/stamp-mk
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/libtool'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/libtool'
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /usr/bin/install -c libtoolize libtool '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c   libltdl/libltdl.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
OpenWrt-libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.so.7.3.0 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libltdl.so.7.3.0
OpenWrt-libtool: install: (cd /home/zs14/spaces/cc/openwrt/staging_dir/host/lib && { ln -s -f libltdl.so.7.3.0 libltdl.so.7 || { rm -f libltdl.so.7 && ln -s libltdl.so.7.3.0 libltdl.so.7; }; })
OpenWrt-libtool: install: (cd /home/zs14/spaces/cc/openwrt/staging_dir/host/lib && { ln -s -f libltdl.so.7.3.0 libltdl.so || { rm -f libltdl.so && ln -s libltdl.so.7.3.0 libltdl.so; }; })
OpenWrt-libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libltdl.la
OpenWrt-libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libltdl.a
OpenWrt-libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libltdl.a
OpenWrt-libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libltdl.a
OpenWrt-libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
rm -rf /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/*
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal
 /usr/bin/install -c -m 644 './libltdl/m4/argz.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/argz.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/libtool.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/libtool.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/ltdl.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/ltdl.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/ltoptions.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/ltoptions.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/ltsugar.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/ltsugar.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/ltversion.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/ltversion.m4'
 /usr/bin/install -c -m 644 './libltdl/m4/lt~obsolete.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal/lt~obsolete.m4'
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config
 /usr/bin/install -c './libltdl/config/compile' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/compile'
 /usr/bin/install -c './libltdl/config/config.guess' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/config.guess'
 /usr/bin/install -c './libltdl/config/config.sub' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/config.sub'
 /usr/bin/install -c './libltdl/config/depcomp' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/depcomp'
 /usr/bin/install -c './libltdl/config/install-sh' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/install-sh'
 /usr/bin/install -c './libltdl/config/missing' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/missing'
 /usr/bin/install -c './libltdl/config/ltmain.sh' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/config/ltmain.sh'
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl
/usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/libltdl/config/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders
 /usr/bin/install -c -m 644 './libltdl/COPYING.LIB' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/COPYING.LIB'
 /usr/bin/install -c -m 644 './libltdl/README' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/README'
 /usr/bin/install -c -m 644 './libltdl/Makefile.inc' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/Makefile.inc'
 /usr/bin/install -c -m 644 './libltdl/Makefile.am' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/Makefile.am'
 /usr/bin/install -c -m 644 './libltdl/configure.ac' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/configure.ac'
 /usr/bin/install -c -m 644 './libltdl/aclocal.m4' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/aclocal.m4'
 /usr/bin/install -c -m 644 './libltdl/Makefile.in' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/Makefile.in'
 /usr/bin/install -c -m 644 './libltdl/config-h.in' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/config-h.in'
 /usr/bin/install -c -m 644 './libltdl/configure' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/configure'
 /usr/bin/install -c -m 644 './libltdl/argz_.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/argz_.h'
 /usr/bin/install -c -m 644 './libltdl/argz.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/argz.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/dld_link.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/dld_link.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/dlopen.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/dlopen.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/dyld.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/dyld.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/load_add_on.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/load_add_on.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/loadlibrary.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/loadlibrary.c'
 /usr/bin/install -c -m 644 './libltdl/loaders/shl_load.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/shl_load.c'
 /usr/bin/install -c -m 644 './libltdl/lt__dirent.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/lt__dirent.c'
 /usr/bin/install -c -m 644 './libltdl/lt__strl.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/lt__strl.c'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt__alloc.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt__dirent.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt__glibc.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt__private.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt__private.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt__strl.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt__strl.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt_dlloader.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt_error.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt_error.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/lt_system.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/lt_system.h'
 /usr/bin/install -c -m 644 './libltdl/libltdl/slist.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/libltdl/slist.h'
 /usr/bin/install -c -m 644 './libltdl/loaders/preopen.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/loaders/preopen.c'
 /usr/bin/install -c -m 644 './libltdl/lt__alloc.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/lt__alloc.c'
 /usr/bin/install -c -m 644 './libltdl/lt_dlloader.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/lt_dlloader.c'
 /usr/bin/install -c -m 644 './libltdl/lt_error.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/lt_error.c'
 /usr/bin/install -c -m 644 './libltdl/ltdl.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/ltdl.c'
 /usr/bin/install -c -m 644 './libltdl/ltdl.h' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/ltdl.h'
 /usr/bin/install -c -m 644 './libltdl/slist.c' '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/slist.c'
chmod a+x /home/zs14/spaces/cc/openwrt/staging_dir/host/share/libtool/libltdl/configure
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 libltdl/ltdl.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include/libltdl'
 /usr/bin/install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include/libltdl'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4'
/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed -i -e 's,\(hardcode_into_libs\)=yes,\1=no,g' /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool
cp -fpR /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool-ucxx
/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed -i -e 's,-lstdc++,-luClibc++,g' /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool-ucxx
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libtool-2.4/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.libtool_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/libtool'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/gmp'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "gmp-5.1.3.tar.xz" "e5fe367801ff067b923d1e6a126448aa" "" "@GNU/gmp/"
--2016-11-22 22:11:08--  http://ftpmirror.gnu.org/gmp/gmp-5.1.3.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/gmp/gmp-5.1.3.tar.xz [following]
--2016-11-22 22:11:08--  http://mirror.tochlab.net/pub/gnu/gmp/gmp-5.1.3.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1818812 (1.7M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.73M  1.29MB/s    in 1.3s    

2016-11-22 22:11:10 (1.29 MB/s) - written to stdout [1818812/1818812]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/gmp-5.1.3.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/.. -xf - 
touch /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/.prepared840b575411452172fb5131ec40913fcc
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /home/zs14/spaces/cc/openwrt/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool M4=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoreconf -v -f -i -s -B /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force 
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize --force
OpenWrt-libtoolize: putting auxiliary files in `.'.
OpenWrt-libtoolize: linking file `./ltmain.sh'
OpenWrt-libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
OpenWrt-libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
OpenWrt-libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
OpenWrt-libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --include=m4 --include=. --prepend-include=/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --include=m4 --include=. --prepend-include=/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
configure.ac:2173: installing './compile'
Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am:277: warning: source file 'cxx/dummy.cc' is in a subdirectory,
Makefile.am:277: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
cxx/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
demos/Makefile.am:24: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
demos/calc/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
demos/expr/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mpf/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mpn/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mpq/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mpz/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
printf/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
rand/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
scanf/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:25: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
tests/cxx/Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/devel/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/misc/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/mpf/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/mpn/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/mpq/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/mpz/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/rand/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tune/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: Leaving directory `.'
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --enable-static --disable-shared --disable-assembly --enable-cxx --enable-mpbsd ; fi )
configure: WARNING: unrecognized options: --enable-mpbsd
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include... yes
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc... yes
checking for build system preprocessor... gcc -E
checking for build system executable suffix... 
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking C++ compiler x86_64-linux-gnu-g++ -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include... yes
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
using ABI="64"
      CC="gcc"
      CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM"
      CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include"
      CXX="x86_64-linux-gnu-g++"
      CXXFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include"
      MPN_PATH="generic"
checking whether assembler supports --noexecstack option... yes
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking how to print strings... printf
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... yes
checking whether sys_nerr is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for intptr_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for obstack_vprintf... yes
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for times... yes
checking for library containing clock_gettime... none required
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for std::locale... yes
checking for suitable m4... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section...     .section    .rodata
checking for assembler .type directive... .type $1,@$2
checking for assembler .size directive... .size $1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking size of void *... 8
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 8
checking size of mp_limb_t... 8
checking for stack_t... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... no
checking readline detected... no
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for x86_64-linux-gnu-ranlib... (cached) x86_64-linux-gnu-ranlib
creating config.m4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating rand/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating config.h
config.status: linking mpn/generic/add.c to mpn/add.c
config.status: linking mpn/generic/add_1.c to mpn/add_1.c
config.status: linking mpn/generic/add_n.c to mpn/add_n.c
config.status: linking mpn/generic/sub.c to mpn/sub.c
config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking mpn/generic/sub_n.c to mpn/sub_n.c
config.status: linking mpn/generic/addcnd_n.c to mpn/addcnd_n.c
config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
config.status: linking mpn/generic/neg.c to mpn/neg.c
config.status: linking mpn/generic/com.c to mpn/com.c
config.status: linking mpn/generic/mul_1.c to mpn/mul_1.c
config.status: linking mpn/generic/addmul_1.c to mpn/addmul_1.c
config.status: linking mpn/generic/submul_1.c to mpn/submul_1.c
config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c
config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c
config.status: linking mpn/generic/add_err3_n.c to mpn/add_err3_n.c
config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c
config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c
config.status: linking mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c
config.status: linking mpn/generic/lshift.c to mpn/lshift.c
config.status: linking mpn/generic/rshift.c to mpn/rshift.c
config.status: linking mpn/generic/dive_1.c to mpn/dive_1.c
config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking mpn/generic/divis.c to mpn/divis.c
config.status: linking mpn/generic/divrem.c to mpn/divrem.c
config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c
config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
config.status: linking mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c
config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status: linking mpn/generic/dump.c to mpn/dump.c
config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c
config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.c
config.status: linking mpn/generic/mul.c to mpn/mul.c
config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking mpn/generic/sqr.c to mpn/sqr.c
config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c
config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
config.status: linking mpn/generic/random.c to mpn/random.c
config.status: linking mpn/generic/random2.c to mpn/random2.c
config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking mpn/generic/get_str.c to mpn/get_str.c
config.status: linking mpn/generic/set_str.c to mpn/set_str.c
config.status: linking mpn/generic/scan0.c to mpn/scan0.c
config.status: linking mpn/generic/scan1.c to mpn/scan1.c
config.status: linking mpn/generic/popham.c to mpn/popcount.c
config.status: linking mpn/generic/popham.c to mpn/hamdist.c
config.status: linking mpn/generic/cmp.c to mpn/cmp.c
config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking mpn/generic/gcd.c to mpn/gcd.c
config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking mpn/generic/div_q.c to mpn/div_q.c
config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
config.status: linking mpn/generic/get_d.c to mpn/get_d.c
config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
config.status: linking mpn/generic/invert.c to mpn/invert.c
config.status: linking mpn/generic/binvert.c to mpn/binvert.c
config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status: linking mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c
config.status: linking mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c
config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status: linking mpn/generic/broot.c to mpn/broot.c
config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
config.status: linking mpn/generic/divexact.c to mpn/divexact.c
config.status: linking mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c
config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
config.status: linking mpn/generic/powm.c to mpn/powm.c
config.status: linking mpn/generic/powlo.c to mpn/powlo.c
config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
config.status: linking mpn/generic/sb_div_sec.c to mpn/sb_div_qr_sec.c
config.status: linking mpn/generic/sb_div_sec.c to mpn/sb_div_r_sec.c
config.status: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_qr_sec.c
config.status: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_r_sec.c
config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status: linking mpn/generic/remove.c to mpn/remove.c
config.status: linking mpn/generic/logops_n.c to mpn/and_n.c
config.status: linking mpn/generic/logops_n.c to mpn/andn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nand_n.c
config.status: linking mpn/generic/logops_n.c to mpn/ior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/iorn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xor_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xnor_n.c
config.status: linking mpn/generic/copyi.c to mpn/copyi.c
config.status: linking mpn/generic/copyd.c to mpn/copyd.c
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/generic/tabselect.c to mpn/tabselect.c
config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status: linking mpn/generic/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --enable-mpbsd
configure: summary of build options:

  Version:           GNU MP 5.1.3
  Host type:         x86_64-pc-linux-gnu
  ABI:               64
  Install prefix:    /home/zs14/spaces/cc/openwrt/staging_dir/host
  Compiler:          gcc
  Static libraries:  yes
  Shared libraries:  no

touch /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
gcc `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
gcc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
gcc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
gcc `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm
./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
gcc `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
gcc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making all in .
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making all in devel
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
Making all in mpn
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
Making all in mpz
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
Making all in mpq
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
Making all in mpf
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
Making all in rand
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
Making all in misc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
Making all in cxx
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making all in mpn
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fib_table.lo fib_table.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fib_table.c -o fib_table.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_bases.lo mp_bases.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_bases.c -o mp_bases.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add.lo add.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add.c -o add.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_1.lo add_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_1.c -o add_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_n.lo add_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_n.c -o add_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub.lo sub.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub.c -o sub.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_1.lo sub_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_1.c -o sub_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_n.lo sub_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_n.c -o sub_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addcnd_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o addcnd_n.lo addcnd_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addcnd_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c addcnd_n.c -o addcnd_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subcnd_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o subcnd_n.lo subcnd_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c subcnd_n.c -o subcnd_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o neg.lo neg.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c neg.c -o neg.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o com.lo com.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c com.c -o com.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_1.lo mul_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_1.c -o mul_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o addmul_1.lo addmul_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c addmul_1.c -o addmul_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o submul_1.lo submul_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c submul_1.c -o submul_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_err1_n.lo add_err1_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_err1_n.c -o add_err1_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_err2_n.lo add_err2_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_err2_n.c -o add_err2_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_err3_n.lo add_err3_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_err3_n.c -o add_err3_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_err1_n.lo sub_err1_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_err1_n.c -o sub_err1_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_err2_n.lo sub_err2_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_err2_n.c -o sub_err2_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_err3_n.lo sub_err3_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_err3_n.c -o sub_err3_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lshift.lo lshift.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lshift.c -o lshift.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rshift.lo rshift.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rshift.c -o rshift.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dive_1.lo dive_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dive_1.c -o dive_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o diveby3.lo diveby3.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c diveby3.c -o diveby3.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divis.lo divis.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divis.c -o divis.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divrem.lo divrem.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divrem.c -o divrem.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divrem_1.lo divrem_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divrem_1.c -o divrem_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divrem_2.lo divrem_2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divrem_2.c -o divrem_2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fib2_ui.lo fib2_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fib2_ui.c -o fib2_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_1.lo mod_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_1.c -o mod_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_34lsub1.lo mod_34lsub1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_34lsub1.c -o mod_34lsub1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mode1o.lo mode1o.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mode1o.c -o mode1o.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pre_divrem_1.lo pre_divrem_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pre_divrem_1.c -o pre_divrem_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pre_mod_1.lo pre_mod_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pre_mod_1.c -o pre_mod_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dump.lo dump.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dump.c -o dump.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_1_1.lo mod_1_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_1_1.c -o mod_1_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_1_2.lo mod_1_2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_1_2.c -o mod_1_2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_1_3.lo mod_1_3.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_1_3.c -o mod_1_3.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod_1_4.lo mod_1_4.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod_1_4.c -o mod_1_4.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lshiftc.lo lshiftc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lshiftc.c -o lshiftc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul.lo mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul.c -o mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_fft.lo mul_fft.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_fft.c -o mul_fft.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_n.lo mul_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_n.c -o mul_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqr.lo sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqr.c -o sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_basecase.lo mul_basecase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_basecase.c -o mul_basecase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqr_basecase.lo sqr_basecase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqr_basecase.c -o sqr_basecase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o nussbaumer_mul.lo nussbaumer_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c nussbaumer_mul.c -o nussbaumer_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mulmid_basecase.lo mulmid_basecase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mulmid_basecase.c -o mulmid_basecase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom42_mulmid.lo toom42_mulmid.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom42_mulmid.c -o toom42_mulmid.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mulmid_n.lo mulmid_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mulmid_n.c -o mulmid_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mulmid.lo mulmid.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mulmid.c -o mulmid.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o random.lo random.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c random.c -o random.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o random2.lo random2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c random2.c -o random2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pow_1.lo pow_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pow_1.c -o pow_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rootrem.lo rootrem.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rootrem.c -o rootrem.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrtrem.lo sqrtrem.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrtrem.c -o sqrtrem.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_str.lo get_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_str.c -o get_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_str.lo set_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_str.c -o set_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o scan0.lo scan0.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c scan0.c -o scan0.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o scan1.lo scan1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c scan1.c -o scan1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o popcount.lo popcount.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c popcount.c -o popcount.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hamdist.lo hamdist.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hamdist.c -o hamdist.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp.lo cmp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp.c -o cmp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o perfsqr.lo perfsqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c perfsqr.c -o perfsqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o perfpow.lo perfpow.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c perfpow.c -o perfpow.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcd_1.lo gcd_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcd_1.c -o gcd_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcd.lo gcd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcd.c -o gcd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcdext_1.lo gcdext_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcdext_1.c -o gcdext_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcdext.lo gcdext.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcdext.c -o gcdext.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcd_subdiv_step.c -o gcd_subdiv_step.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcdext_lehmer.lo gcdext_lehmer.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcdext_lehmer.c -o gcdext_lehmer.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_q.lo div_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_q.c -o div_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_qr.lo tdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_qr.c -o tdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o jacbase.lo jacbase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c jacbase.c -o jacbase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o jacobi_2.lo jacobi_2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c jacobi_2.c -o jacobi_2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o jacobi.lo jacobi.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c jacobi.c -o jacobi.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d.lo get_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d.c -o get_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o matrix22_mul.lo matrix22_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c matrix22_mul.c -o matrix22_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd_matrix.lo hgcd_matrix.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd_matrix.c -o hgcd_matrix.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd2.lo hgcd2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd2.c -o hgcd2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd_step.lo hgcd_step.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd_step.c -o hgcd_step.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd_reduce.lo hgcd_reduce.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd_reduce.c -o hgcd_reduce.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd.lo hgcd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd.c -o hgcd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd_appr.lo hgcd_appr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd_appr.c -o hgcd_appr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd2_jacobi.c -o hgcd2_jacobi.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hgcd_jacobi.lo hgcd_jacobi.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hgcd_jacobi.c -o hgcd_jacobi.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mullo_n.lo mullo_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mullo_n.c -o mullo_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mullo_basecase.lo mullo_basecase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mullo_basecase.c -o mullo_basecase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom22_mul.lo toom22_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom22_mul.c -o toom22_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom32_mul.lo toom32_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom32_mul.c -o toom32_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom42_mul.lo toom42_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom42_mul.c -o toom42_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom52_mul.lo toom52_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom52_mul.c -o toom52_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom62_mul.lo toom62_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom62_mul.c -o toom62_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom33_mul.lo toom33_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom33_mul.c -o toom33_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom43_mul.lo toom43_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom43_mul.c -o toom43_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom53_mul.lo toom53_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom53_mul.c -o toom53_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom54_mul.lo toom54_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom54_mul.c -o toom54_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom63_mul.lo toom63_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom63_mul.c -o toom63_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom44_mul.lo toom44_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom44_mul.c -o toom44_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom6h_mul.lo toom6h_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom6h_mul.c -o toom6h_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom6_sqr.lo toom6_sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom6_sqr.c -o toom6_sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom8h_mul.lo toom8h_mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom8h_mul.c -o toom8h_mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom8_sqr.lo toom8_sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom8_sqr.c -o toom8_sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_couple_handling.lo toom_couple_handling.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_couple_handling.c -o toom_couple_handling.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom2_sqr.lo toom2_sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom2_sqr.c -o toom2_sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom3_sqr.lo toom3_sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom3_sqr.c -o toom3_sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom4_sqr.lo toom4_sqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom4_sqr.c -o toom4_sqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_pm1.lo toom_eval_pm1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_pm1.c -o toom_eval_pm1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_pm2.lo toom_eval_pm2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_pm2.c -o toom_eval_pm2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o invertappr.lo invertappr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c invertappr.c -o invertappr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o invert.lo invert.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c invert.c -o invert.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o binvert.lo binvert.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c binvert.c -o binvert.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mulmod_bnm1.lo mulmod_bnm1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mulmod_bnm1.c -o mulmod_bnm1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrmod_bnm1.c -o sqrmod_bnm1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_qr_2.lo div_qr_2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_qr_2.c -o div_qr_2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_qr_2n_pi1.lo div_qr_2n_pi1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_qr_2n_pi1.c -o div_qr_2n_pi1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_qr_2u_pi1.lo div_qr_2u_pi1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_qr_2u_pi1.c -o div_qr_2u_pi1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_div_q.lo sbpi1_div_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_div_q.c -o sbpi1_div_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_div_qr.lo sbpi1_div_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_div_qr.c -o sbpi1_div_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dcpi1_div_q.lo dcpi1_div_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dcpi1_div_q.c -o dcpi1_div_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dcpi1_div_qr.lo dcpi1_div_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dcpi1_div_qr.c -o dcpi1_div_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mu_div_qr.lo mu_div_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mu_div_qr.c -o mu_div_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mu_divappr_q.lo mu_divappr_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mu_divappr_q.c -o mu_divappr_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mu_div_q.lo mu_div_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mu_div_q.c -o mu_div_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bdiv_q_1.lo bdiv_q_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bdiv_q_1.c -o bdiv_q_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mu_bdiv_q.lo mu_bdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mu_bdiv_q.c -o mu_bdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mu_bdiv_qr.c -o mu_bdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bdiv_q.lo bdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bdiv_q.c -o bdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bdiv_qr.lo bdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bdiv_qr.c -o bdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o broot.lo broot.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c broot.c -o broot.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o brootinv.lo brootinv.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c brootinv.c -o brootinv.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bsqrt.lo bsqrt.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bsqrt.c -o bsqrt.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bsqrtinv.lo bsqrtinv.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bsqrtinv.c -o bsqrtinv.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divexact.lo divexact.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divexact.c -o divexact.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bdiv_dbm1c.lo bdiv_dbm1c.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bdiv_dbm1c.c -o bdiv_dbm1c.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o redc_1.lo redc_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c redc_1.c -o redc_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o redc_2.lo redc_2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c redc_2.c -o redc_2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o redc_n.lo redc_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c redc_n.c -o redc_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powm.lo powm.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powm.c -o powm.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powlo.lo powlo.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powlo.c -o powlo.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm_sec | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powm_sec.lo powm_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powm_sec.c -o powm_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr_sec | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sb_div_qr_sec.lo sb_div_qr_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr_sec -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sb_div_qr_sec.c -o sb_div_qr_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_r_sec | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sb_div_r_sec.lo sb_div_r_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_r_sec -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sb_div_r_sec.c -o sb_div_r_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr_sec | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_div_qr_sec.lo sbpi1_div_qr_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr_sec -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_div_qr_sec.c -o sbpi1_div_qr_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_r_sec | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sbpi1_div_r_sec.lo sbpi1_div_r_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_r_sec -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sbpi1_div_r_sec.c -o sbpi1_div_r_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o trialdiv.lo trialdiv.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c trialdiv.c -o trialdiv.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o remove.lo remove.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c remove.c -o remove.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o and_n.lo and_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c and_n.c -o and_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o andn_n.lo andn_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c andn_n.c -o andn_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o nand_n.lo nand_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c nand_n.c -o nand_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ior_n.lo ior_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ior_n.c -o ior_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iorn_n.lo iorn_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iorn_n.c -o iorn_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o nior_n.lo nior_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c nior_n.c -o nior_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o xor_n.lo xor_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c xor_n.c -o xor_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o xnor_n.lo xnor_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c xnor_n.c -o xnor_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o copyi.lo copyi.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c copyi.c -o copyi.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o copyd.lo copyd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c copyd.c -o copyd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o zero.lo zero.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c zero.c -o zero.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tabselect | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tabselect.lo tabselect.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tabselect.c -o tabselect.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o comb_tables.lo comb_tables.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c comb_tables.c -o comb_tables.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'`  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_n_sub_n.lo add_n_sub_n.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_n_sub_n.c -o add_n_sub_n.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libmpn.la  fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo addcnd_n.lo subcnd_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo sb_div_qr_sec.lo sb_div_r_sec.lo sbpi1_div_qr_sec.lo sbpi1_div_r_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo tabselect.lo comb_tables.lo add_n_sub_n.lo 
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libmpn.a  fib_table.o mp_bases.o add.o add_1.o add_n.o sub.o sub_1.o sub_n.o addcnd_n.o subcnd_n.o neg.o com.o mul_1.o addmul_1.o submul_1.o add_err1_n.o add_err2_n.o add_err3_n.o sub_err1_n.o sub_err2_n.o sub_err3_n.o lshift.o rshift.o dive_1.o diveby3.o divis.o divrem.o divrem_1.o divrem_2.o fib2_ui.o mod_1.o mod_34lsub1.o mode1o.o pre_divrem_1.o pre_mod_1.o dump.o mod_1_1.o mod_1_2.o mod_1_3.o mod_1_4.o lshiftc.o mul.o mul_fft.o mul_n.o sqr.o mul_basecase.o sqr_basecase.o nussbaumer_mul.o mulmid_basecase.o toom42_mulmid.o mulmid_n.o mulmid.o random.o random2.o pow_1.o rootrem.o sqrtrem.o get_str.o set_str.o scan0.o scan1.o popcount.o hamdist.o cmp.o perfsqr.o perfpow.o gcd_1.o gcd.o gcdext_1.o gcdext.o gcd_subdiv_step.o gcdext_lehmer.o div_q.o tdiv_qr.o jacbase.o jacobi_2.o jacobi.o get_d.o matrix22_mul.o matrix22_mul1_inverse_vector.o hgcd_matrix.o hgcd2.o hgcd_step.o hgcd_reduce.o hgcd.o hgcd_appr.o hgcd2_jacobi.o hgcd_jacobi.o mullo_n.o mullo_basecase.o toom22_mul.o toom32_mul.o toom42_mul.o toom52_mul.o toom62_mul.o toom33_mul.o toom43_mul.o toom53_mul.o toom54_mul.o toom63_mul.o toom44_mul.o toom6h_mul.o toom6_sqr.o toom8h_mul.o toom8_sqr.o toom_couple_handling.o toom2_sqr.o toom3_sqr.o toom4_sqr.o toom_eval_dgr3_pm1.o toom_eval_dgr3_pm2.o toom_eval_pm1.o toom_eval_pm2.o toom_eval_pm2exp.o toom_eval_pm2rexp.o toom_interpolate_5pts.o toom_interpolate_6pts.o toom_interpolate_7pts.o toom_interpolate_8pts.o toom_interpolate_12pts.o toom_interpolate_16pts.o invertappr.o invert.o binvert.o mulmod_bnm1.o sqrmod_bnm1.o div_qr_2.o div_qr_2n_pi1.o div_qr_2u_pi1.o sbpi1_div_q.o sbpi1_div_qr.o sbpi1_divappr_q.o dcpi1_div_q.o dcpi1_div_qr.o dcpi1_divappr_q.o mu_div_qr.o mu_divappr_q.o mu_div_q.o bdiv_q_1.o sbpi1_bdiv_q.o sbpi1_bdiv_qr.o dcpi1_bdiv_q.o dcpi1_bdiv_qr.o mu_bdiv_q.o mu_bdiv_qr.o bdiv_q.o bdiv_qr.o broot.o brootinv.o bsqrt.o bsqrtinv.o divexact.o bdiv_dbm1c.o redc_1.o redc_2.o redc_n.o powm.o powlo.o powm_sec.o sb_div_qr_sec.o sb_div_r_sec.o sbpi1_div_qr_sec.o sbpi1_div_r_sec.o trialdiv.o remove.o and_n.o andn_n.o nand_n.o ior_n.o iorn_n.o nior_n.o xor_n.o xnor_n.o copyi.o copyd.o zero.o tabselect.o comb_tables.o add_n_sub_n.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libmpn.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
Making all in mpz
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o 2fac_ui.lo 2fac_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c 2fac_ui.c -o 2fac_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add.lo add.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add.c -o add.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_ui.lo add_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_ui.c -o add_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o abs.lo abs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c abs.c -o abs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o aorsmul.lo aorsmul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c aorsmul.c -o aorsmul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o aorsmul_i.lo aorsmul_i.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c aorsmul_i.c -o aorsmul_i.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o and.lo and.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c and.c -o and.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o array_init.lo array_init.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c array_init.c -o array_init.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bin_ui.lo bin_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bin_ui.c -o bin_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o bin_uiui.lo bin_uiui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c bin_uiui.c -o bin_uiui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_q.lo cdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_q.c -o cdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_q_ui.lo cdiv_q_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_q_ui.c -o cdiv_q_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_qr.lo cdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_qr.c -o cdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_qr_ui.lo cdiv_qr_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_qr_ui.c -o cdiv_qr_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_r.lo cdiv_r.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_r.c -o cdiv_r.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_r_ui.lo cdiv_r_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_r_ui.c -o cdiv_r_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cdiv_ui.lo cdiv_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cdiv_ui.c -o cdiv_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clear.lo clear.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clear.c -o clear.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clears.lo clears.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clears.c -o clears.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clrbit.lo clrbit.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clrbit.c -o clrbit.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp.lo cmp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp.c -o cmp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_d.lo cmp_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_d.c -o cmp_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_si.lo cmp_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_si.c -o cmp_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_ui.lo cmp_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_ui.c -o cmp_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmpabs.lo cmpabs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmpabs.c -o cmpabs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmpabs_d.lo cmpabs_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmpabs_d.c -o cmpabs_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmpabs_ui.lo cmpabs_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmpabs_ui.c -o cmpabs_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o com.lo com.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c com.c -o com.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o combit.lo combit.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c combit.c -o combit.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cong.lo cong.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cong.c -o cong.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cong_2exp.lo cong_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cong_2exp.c -o cong_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cong_ui.lo cong_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cong_ui.c -o cong_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divexact.lo divexact.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divexact.c -o divexact.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divegcd.lo divegcd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divegcd.c -o divegcd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dive_ui.lo dive_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dive_ui.c -o dive_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divis.lo divis.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divis.c -o divis.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divis_ui.lo divis_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divis_ui.c -o divis_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o divis_2exp.lo divis_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c divis_2exp.c -o divis_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dump.lo dump.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dump.c -o dump.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o export.lo export.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c export.c -o export.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fac_ui.lo fac_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fac_ui.c -o fac_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_q.lo fdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_q.c -o fdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_q_ui.lo fdiv_q_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_q_ui.c -o fdiv_q_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_qr.lo fdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_qr.c -o fdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_qr_ui.lo fdiv_qr_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_qr_ui.c -o fdiv_qr_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_r.lo fdiv_r.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_r.c -o fdiv_r.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_r_ui.lo fdiv_r_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_r_ui.c -o fdiv_r_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fdiv_ui.lo fdiv_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fdiv_ui.c -o fdiv_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fib_ui.lo fib_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fib_ui.c -o fib_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fib2_ui.lo fib2_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fib2_ui.c -o fib2_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_sint.lo fits_sint.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_sint.c -o fits_sint.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_slong.lo fits_slong.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_slong.c -o fits_slong.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_sshort.lo fits_sshort.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_sshort.c -o fits_sshort.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_uint.lo fits_uint.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_uint.c -o fits_uint.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_ulong.lo fits_ulong.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_ulong.c -o fits_ulong.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_ushort.lo fits_ushort.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_ushort.c -o fits_ushort.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcd.lo gcd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcd.c -o gcd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcd_ui.lo gcd_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcd_ui.c -o gcd_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o gcdext.lo gcdext.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c gcdext.c -o gcdext.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d.lo get_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d.c -o get_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d_2exp.lo get_d_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d_2exp.c -o get_d_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_si.lo get_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_si.c -o get_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_str.lo get_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_str.c -o get_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_ui.lo get_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_ui.c -o get_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o getlimbn.lo getlimbn.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c getlimbn.c -o getlimbn.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o hamdist.lo hamdist.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c hamdist.c -o hamdist.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o import.lo import.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c import.c -o import.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o init.lo init.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c init.c -o init.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o init2.lo init2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c init2.c -o init2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inits.lo inits.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inits.c -o inits.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inp_raw.lo inp_raw.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inp_raw.c -o inp_raw.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inp_str.lo inp_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inp_str.c -o inp_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o invert.lo invert.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c invert.c -o invert.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ior.lo ior.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ior.c -o ior.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset.lo iset.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset.c -o iset.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_d.lo iset_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_d.c -o iset_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_si.lo iset_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_si.c -o iset_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_str.lo iset_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_str.c -o iset_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_ui.lo iset_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_ui.c -o iset_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o jacobi.lo jacobi.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c jacobi.c -o jacobi.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o kronsz.lo kronsz.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c kronsz.c -o kronsz.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o kronuz.lo kronuz.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c kronuz.c -o kronuz.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o kronzs.lo kronzs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c kronzs.c -o kronzs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o kronzu.lo kronzu.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c kronzu.c -o kronzu.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lcm.lo lcm.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lcm.c -o lcm.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lcm_ui.lo lcm_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lcm_ui.c -o lcm_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lucnum_ui.lo lucnum_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lucnum_ui.c -o lucnum_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o lucnum2_ui.lo lucnum2_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c lucnum2_ui.c -o lucnum2_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mfac_uiui.lo mfac_uiui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mfac_uiui.c -o mfac_uiui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o millerrabin.lo millerrabin.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c millerrabin.c -o millerrabin.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mod.lo mod.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mod.c -o mod.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul.lo mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul.c -o mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_2exp.lo mul_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_2exp.c -o mul_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_si.lo mul_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_si.c -o mul_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_ui.lo mul_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_ui.c -o mul_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o n_pow_ui.lo n_pow_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c n_pow_ui.c -o n_pow_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o neg.lo neg.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c neg.c -o neg.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o nextprime.lo nextprime.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c nextprime.c -o nextprime.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o oddfac_1.lo oddfac_1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c oddfac_1.c -o oddfac_1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o out_raw.lo out_raw.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c out_raw.c -o out_raw.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o out_str.lo out_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c out_str.c -o out_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o perfpow.lo perfpow.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c perfpow.c -o perfpow.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o perfsqr.lo perfsqr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c perfsqr.c -o perfsqr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o popcount.lo popcount.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c popcount.c -o popcount.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pow_ui.lo pow_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pow_ui.c -o pow_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powm.lo powm.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powm.c -o powm.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powm_sec.lo powm_sec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powm_sec.c -o powm_sec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o powm_ui.lo powm_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c powm_ui.c -o powm_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pprime_p.lo pprime_p.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pprime_p.c -o pprime_p.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o prodlimbs.lo prodlimbs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c prodlimbs.c -o prodlimbs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o primorial_ui.lo primorial_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c primorial_ui.c -o primorial_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o random.lo random.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c random.c -o random.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o random2.lo random2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c random2.c -o random2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o realloc.lo realloc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c realloc.c -o realloc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o realloc2.lo realloc2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c realloc2.c -o realloc2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o remove.lo remove.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c remove.c -o remove.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o root.lo root.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c root.c -o root.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rootrem.lo rootrem.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rootrem.c -o rootrem.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rrandomb.lo rrandomb.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rrandomb.c -o rrandomb.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o scan0.lo scan0.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c scan0.c -o scan0.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o scan1.lo scan1.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c scan1.c -o scan1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set.lo set.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set.c -o set.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_d.lo set_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_d.c -o set_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_f.lo set_f.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_f.c -o set_f.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_q.lo set_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_q.c -o set_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_si.lo set_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_si.c -o set_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_str.lo set_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_str.c -o set_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_ui.lo set_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_ui.c -o set_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o setbit.lo setbit.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c setbit.c -o setbit.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o size.lo size.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c size.c -o size.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sizeinbase.lo sizeinbase.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sizeinbase.c -o sizeinbase.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrt.lo sqrt.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrt.c -o sqrt.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrtrem.lo sqrtrem.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrtrem.c -o sqrtrem.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub.lo sub.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub.c -o sub.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_ui.lo sub_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_ui.c -o sub_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o swap.lo swap.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c swap.c -o swap.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_ui.lo tdiv_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_ui.c -o tdiv_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_q.lo tdiv_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_q.c -o tdiv_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_q_2exp.lo tdiv_q_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_q_2exp.c -o tdiv_q_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_q_ui.lo tdiv_q_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_q_ui.c -o tdiv_q_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_qr.lo tdiv_qr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_qr.c -o tdiv_qr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_qr_ui.lo tdiv_qr_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_qr_ui.c -o tdiv_qr_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_r.lo tdiv_r.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_r.c -o tdiv_r.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_r_2exp.lo tdiv_r_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_r_2exp.c -o tdiv_r_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tdiv_r_ui.lo tdiv_r_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tdiv_r_ui.c -o tdiv_r_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tstbit.lo tstbit.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tstbit.c -o tstbit.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ui_pow_ui.lo ui_pow_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ui_pow_ui.c -o ui_pow_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ui_sub.lo ui_sub.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ui_sub.c -o ui_sub.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o urandomb.lo urandomb.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c urandomb.c -o urandomb.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o urandomm.lo urandomm.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c urandomm.c -o urandomm.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o xor.lo xor.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c xor.c -o xor.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libmpz.la  2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libmpz.a  2fac_ui.o add.o add_ui.o abs.o aorsmul.o aorsmul_i.o and.o array_init.o bin_ui.o bin_uiui.o cdiv_q.o cdiv_q_ui.o cdiv_qr.o cdiv_qr_ui.o cdiv_r.o cdiv_r_ui.o cdiv_ui.o cfdiv_q_2exp.o cfdiv_r_2exp.o clear.o clears.o clrbit.o cmp.o cmp_d.o cmp_si.o cmp_ui.o cmpabs.o cmpabs_d.o cmpabs_ui.o com.o combit.o cong.o cong_2exp.o cong_ui.o divexact.o divegcd.o dive_ui.o divis.o divis_ui.o divis_2exp.o dump.o export.o fac_ui.o fdiv_q.o fdiv_q_ui.o fdiv_qr.o fdiv_qr_ui.o fdiv_r.o fdiv_r_ui.o fdiv_ui.o fib_ui.o fib2_ui.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o gcd.o gcd_ui.o gcdext.o get_d.o get_d_2exp.o get_si.o get_str.o get_ui.o getlimbn.o hamdist.o import.o init.o init2.o inits.o inp_raw.o inp_str.o invert.o ior.o iset.o iset_d.o iset_si.o iset_str.o iset_ui.o jacobi.o kronsz.o kronuz.o kronzs.o kronzu.o lcm.o lcm_ui.o lucnum_ui.o lucnum2_ui.o mfac_uiui.o millerrabin.o mod.o mul.o mul_2exp.o mul_si.o mul_ui.o n_pow_ui.o neg.o nextprime.o oddfac_1.o out_raw.o out_str.o perfpow.o perfsqr.o popcount.o pow_ui.o powm.o powm_sec.o powm_ui.o pprime_p.o prodlimbs.o primorial_ui.o random.o random2.o realloc.o realloc2.o remove.o root.o rootrem.o rrandomb.o scan0.o scan1.o set.o set_d.o set_f.o set_q.o set_si.o set_str.o set_ui.o setbit.o size.o sizeinbase.o sqrt.o sqrtrem.o sub.o sub_ui.o swap.o tdiv_ui.o tdiv_q.o tdiv_q_2exp.o tdiv_q_ui.o tdiv_qr.o tdiv_qr_ui.o tdiv_r.o tdiv_r_2exp.o tdiv_r_ui.o tstbit.o ui_pow_ui.o ui_sub.o urandomb.o urandomm.o xor.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libmpz.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
Making all in mpq
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o abs.lo abs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c abs.c -o abs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o aors.lo aors.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c aors.c -o aors.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o canonicalize.lo canonicalize.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c canonicalize.c -o canonicalize.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clear.lo clear.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clear.c -o clear.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clears.lo clears.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clears.c -o clears.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp.lo cmp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp.c -o cmp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_si.lo cmp_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_si.c -o cmp_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_ui.lo cmp_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_ui.c -o cmp_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div.lo div.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div.c -o div.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o equal.lo equal.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c equal.c -o equal.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d.lo get_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d.c -o get_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_den.lo get_den.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_den.c -o get_den.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_num.lo get_num.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_num.c -o get_num.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_str.lo get_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_str.c -o get_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o init.lo init.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c init.c -o init.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inits.lo inits.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inits.c -o inits.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inp_str.lo inp_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inp_str.c -o inp_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inv.lo inv.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inv.c -o inv.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o md_2exp.lo md_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c md_2exp.c -o md_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul.lo mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul.c -o mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o neg.lo neg.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c neg.c -o neg.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o out_str.lo out_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c out_str.c -o out_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set.lo set.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set.c -o set.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_den.lo set_den.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_den.c -o set_den.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_num.lo set_num.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_num.c -o set_num.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_si.lo set_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_si.c -o set_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_str.lo set_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_str.c -o set_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_ui.lo set_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_ui.c -o set_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_z.lo set_z.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_z.c -o set_z.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_d.lo set_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_d.c -o set_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_f.lo set_f.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_f.c -o set_f.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o swap.lo swap.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c swap.c -o swap.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libmpq.la  abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libmpq.a  abs.o aors.o canonicalize.o clear.o clears.o cmp.o cmp_si.o cmp_ui.o div.o equal.o get_d.o get_den.o get_num.o get_str.o init.o inits.o inp_str.o inv.o md_2exp.o mul.o neg.o out_str.o set.o set_den.o set_num.o set_si.o set_str.o set_ui.o set_z.o set_d.o set_f.o swap.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libmpq.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
Making all in mpf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o init.lo init.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c init.c -o init.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o init2.lo init2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c init2.c -o init2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inits.lo inits.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inits.c -o inits.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set.lo set.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set.c -o set.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_ui.lo set_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_ui.c -o set_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_si.lo set_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_si.c -o set_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_str.lo set_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_str.c -o set_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_d.lo set_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_d.c -o set_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_z.lo set_z.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_z.c -o set_z.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_q.lo set_q.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_q.c -o set_q.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset.lo iset.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset.c -o iset.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_ui.lo iset_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_ui.c -o iset_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_si.lo iset_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_si.c -o iset_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_str.lo iset_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_str.c -o iset_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o iset_d.lo iset_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c iset_d.c -o iset_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clear.lo clear.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clear.c -o clear.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o clears.lo clears.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c clears.c -o clears.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_str.lo get_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_str.c -o get_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o dump.lo dump.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c dump.c -o dump.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o size.lo size.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c size.c -o size.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o eq.lo eq.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c eq.c -o eq.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o reldiff.lo reldiff.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c reldiff.c -o reldiff.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrt.lo sqrt.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrt.c -o sqrt.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o random2.lo random2.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c random2.c -o random2.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o inp_str.lo inp_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c inp_str.c -o inp_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o out_str.lo out_str.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c out_str.c -o out_str.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add.lo add.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add.c -o add.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o add_ui.lo add_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c add_ui.c -o add_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub.lo sub.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub.c -o sub.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sub_ui.lo sub_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sub_ui.c -o sub_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ui_sub.lo ui_sub.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ui_sub.c -o ui_sub.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul.lo mul.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul.c -o mul.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_ui.lo mul_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_ui.c -o mul_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div.lo div.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div.c -o div.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_ui.lo div_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_ui.c -o div_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp.lo cmp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp.c -o cmp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_d.lo cmp_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_d.c -o cmp_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_si.lo cmp_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_si.c -o cmp_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o cmp_ui.lo cmp_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c cmp_ui.c -o cmp_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mul_2exp.lo mul_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mul_2exp.c -o mul_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o div_2exp.lo div_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c div_2exp.c -o div_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o abs.lo abs.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c abs.c -o abs.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o neg.lo neg.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c neg.c -o neg.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d.lo get_d.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d.c -o get_d.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_d_2exp.lo get_d_2exp.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_d_2exp.c -o get_d_2exp.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_dfl_prec.lo set_dfl_prec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_dfl_prec.c -o set_dfl_prec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_prc.lo set_prc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_prc.c -o set_prc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o set_prc_raw.lo set_prc_raw.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c set_prc_raw.c -o set_prc_raw.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_dfl_prec.lo get_dfl_prec.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_dfl_prec.c -o get_dfl_prec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_prc.lo get_prc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_prc.c -o get_prc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ui_div.lo ui_div.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ui_div.c -o ui_div.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sqrt_ui.lo sqrt_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sqrt_ui.c -o sqrt_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o pow_ui.lo pow_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c pow_ui.c -o pow_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o urandomb.lo urandomb.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c urandomb.c -o urandomb.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o swap.lo swap.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c swap.c -o swap.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_si.lo get_si.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_si.c -o get_si.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o get_ui.lo get_ui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c get_ui.c -o get_ui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o int_p.lo int_p.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c int_p.c -o int_p.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o ceilfloor.lo ceilfloor.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c ceilfloor.c -o ceilfloor.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o trunc.lo trunc.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c trunc.c -o trunc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_sint.lo fits_sint.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_sint.c -o fits_sint.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_slong.lo fits_slong.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_slong.c -o fits_slong.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_sshort.lo fits_sshort.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_sshort.c -o fits_sshort.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_uint.lo fits_uint.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_uint.c -o fits_uint.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_ulong.lo fits_ulong.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_ulong.c -o fits_ulong.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fits_ushort.lo fits_ushort.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fits_ushort.c -o fits_ushort.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libmpf.la  init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libmpf.a  init.o init2.o inits.o set.o set_ui.o set_si.o set_str.o set_d.o set_z.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o clears.o get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o div_ui.o cmp.o cmp_d.o cmp_si.o cmp_ui.o mul_2exp.o div_2exp.o abs.o neg.o get_d.o get_d_2exp.o set_dfl_prec.o set_prc.o set_prc_raw.o get_dfl_prec.o get_prc.o ui_div.o sqrt_ui.o pow_ui.o urandomb.o swap.o get_si.o get_ui.o int_p.o ceilfloor.o trunc.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libmpf.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
Making all in printf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o asprintf.lo asprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c asprintf.c -o asprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o asprntffuns.lo asprntffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c asprntffuns.c -o asprntffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o doprnt.lo doprnt.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c doprnt.c -o doprnt.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o doprntf.lo doprntf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c doprntf.c -o doprntf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o doprnti.lo doprnti.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c doprnti.c -o doprnti.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fprintf.lo fprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fprintf.c -o fprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o obprintf.lo obprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c obprintf.c -o obprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o obvprintf.lo obvprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c obvprintf.c -o obvprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o obprntffuns.lo obprntffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c obprntffuns.c -o obprntffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o printf.lo printf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c printf.c -o printf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o printffuns.lo printffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c printffuns.c -o printffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o snprintf.lo snprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c snprintf.c -o snprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o snprntffuns.lo snprntffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c snprntffuns.c -o snprntffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sprintf.lo sprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sprintf.c -o sprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sprintffuns.lo sprintffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sprintffuns.c -o sprintffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vasprintf.lo vasprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vasprintf.c -o vasprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vfprintf.lo vfprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vfprintf.c -o vfprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vprintf.lo vprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vprintf.c -o vprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vsnprintf.lo vsnprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vsnprintf.c -o vsnprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vsprintf.lo vsprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vsprintf.c -o vsprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o repl-vsnprintf.lo repl-vsnprintf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c repl-vsnprintf.c -o repl-vsnprintf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libprintf.la  asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libprintf.a  asprintf.o asprntffuns.o doprnt.o doprntf.o doprnti.o fprintf.o obprintf.o obvprintf.o obprntffuns.o printf.o printffuns.o snprintf.o snprntffuns.o sprintf.o sprintffuns.o vasprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o repl-vsnprintf.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libprintf.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
Making all in scanf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o doscan.lo doscan.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c doscan.c -o doscan.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fscanf.lo fscanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fscanf.c -o fscanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o fscanffuns.lo fscanffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c fscanffuns.c -o fscanffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o scanf.lo scanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c scanf.c -o scanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sscanf.lo sscanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sscanf.c -o sscanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o sscanffuns.lo sscanffuns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c sscanffuns.c -o sscanffuns.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vfscanf.lo vfscanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vfscanf.c -o vfscanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vscanf.lo vscanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vscanf.c -o vscanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o vsscanf.lo vsscanf.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c vsscanf.c -o vsscanf.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libscanf.la  doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libscanf.a  doscan.o fscanf.o fscanffuns.o scanf.o sscanf.o sscanffuns.o vfscanf.o vscanf.o vsscanf.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libscanf.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
Making all in rand
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rand.lo rand.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rand.c -o rand.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randclr.lo randclr.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randclr.c -o randclr.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randdef.lo randdef.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randdef.c -o randdef.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randiset.lo randiset.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randiset.c -o randiset.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randlc2s.lo randlc2s.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randlc2s.c -o randlc2s.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randlc2x.lo randlc2x.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randlc2x.c -o randlc2x.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randmt.lo randmt.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randmt.c -o randmt.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randmts.lo randmts.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randmts.c -o randmts.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o rands.lo rands.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c rands.c -o rands.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randsd.lo randsd.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randsd.c -o randsd.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randsdui.lo randsdui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randsdui.c -o randsdui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randbui.lo randbui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randbui.c -o randbui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o randmui.lo randmui.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c randmui.c -o randmui.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o librandom.la  rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/librandom.a  rand.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/librandom.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
Making all in cxx
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o isfuns.lo isfuns.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c isfuns.cc -o isfuns.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o ismpf.lo ismpf.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c ismpf.cc -o ismpf.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o ismpq.lo ismpq.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c ismpq.cc -o ismpq.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o ismpz.lo ismpz.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c ismpz.cc -o ismpz.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o ismpznw.lo ismpznw.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c ismpznw.cc -o ismpznw.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o limits.lo limits.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c limits.cc -o limits.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o osdoprnti.lo osdoprnti.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c osdoprnti.cc -o osdoprnti.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o osfuns.lo osfuns.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c osfuns.cc -o osfuns.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o osmpf.lo osmpf.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c osmpf.cc -o osmpf.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o osmpq.lo osmpq.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c osmpq.cc -o osmpq.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I..  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o osmpz.lo osmpz.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c osmpz.cc -o osmpz.o
/usr/bin/env bash ../libtool  --tag=CXX   --mode=link x86_64-linux-gnu-g++  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libcxx.la  isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo limits.lo osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo  
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libcxx.a  isfuns.o ismpf.o ismpq.o ismpz.o ismpznw.o limits.o osdoprnti.o osfuns.o osmpf.o osmpq.o osmpz.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libcxx.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libcxx.la" && ln -s "../libcxx.la" "libcxx.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
Making all in demos
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
Making all in calc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make  all-am
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[8]: Nothing to be done for 'all-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
Making all in expr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
Making all in tune
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o assert.lo assert.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c assert.c -o assert.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o compat.lo compat.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c compat.c -o compat.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o errno.lo errno.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c errno.c -o errno.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o extract-dbl.lo extract-dbl.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c extract-dbl.c -o extract-dbl.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o invalid.lo invalid.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c invalid.c -o invalid.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o memory.lo memory.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c memory.c -o memory.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_bpl.lo mp_bpl.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_bpl.c -o mp_bpl.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_clz_tab.lo mp_clz_tab.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_clz_tab.c -o mp_clz_tab.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_dv_tab.lo mp_dv_tab.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_dv_tab.c -o mp_dv_tab.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_minv_tab.lo mp_minv_tab.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_minv_tab.c -o mp_minv_tab.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_get_fns.lo mp_get_fns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_get_fns.c -o mp_get_fns.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o mp_set_fns.lo mp_set_fns.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c mp_set_fns.c -o mp_set_fns.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o version.lo version.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c version.c -o version.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o nextprime.lo nextprime.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c nextprime.c -o nextprime.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o primesieve.lo primesieve.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c primesieve.c -o primesieve.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c -o tal-reent.lo tal-reent.c
OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM -c tal-reent.c -o tal-reent.o
/usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -DNO_ASM   -version-info 11:3:1 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libgmp.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo  mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/sb_div_qr_sec.lo mpn/sb_div_r_sec.lo mpn/sbpi1_div_qr_sec.lo mpn/sbpi1_div_r_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/tabselect.lo mpn/comb_tables.lo mpn/add_n_sub_n.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo  scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo 
copying selected object files to avoid basename conflicts...
OpenWrt-libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o
OpenWrt-libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o
OpenWrt-libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o
OpenWrt-libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o
OpenWrt-libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o
OpenWrt-libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o
OpenWrt-libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o
OpenWrt-libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o
OpenWrt-libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o
OpenWrt-libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o
OpenWrt-libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o
OpenWrt-libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o
OpenWrt-libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o
OpenWrt-libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o
OpenWrt-libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o
OpenWrt-libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o
OpenWrt-libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o
OpenWrt-libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o
OpenWrt-libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o
OpenWrt-libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o
OpenWrt-libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o
OpenWrt-libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o
OpenWrt-libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o
OpenWrt-libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o
OpenWrt-libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o
OpenWrt-libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o
OpenWrt-libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o
OpenWrt-libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o
OpenWrt-libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o
OpenWrt-libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o
OpenWrt-libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o
OpenWrt-libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o
OpenWrt-libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o
OpenWrt-libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o
OpenWrt-libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o
OpenWrt-libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o
OpenWrt-libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o
OpenWrt-libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o
OpenWrt-libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o
OpenWrt-libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o
OpenWrt-libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o
OpenWrt-libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o
OpenWrt-libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o
OpenWrt-libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o
OpenWrt-libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o
OpenWrt-libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o
OpenWrt-libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o
OpenWrt-libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o
OpenWrt-libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o
OpenWrt-libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o
OpenWrt-libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o
OpenWrt-libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o
OpenWrt-libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o
OpenWrt-libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o
OpenWrt-libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o
OpenWrt-libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o
OpenWrt-libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o
OpenWrt-libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o
OpenWrt-libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o
OpenWrt-libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o
OpenWrt-libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o
OpenWrt-libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o
OpenWrt-libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o
OpenWrt-libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o
OpenWrt-libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o
OpenWrt-libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o
OpenWrt-libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o
OpenWrt-libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o
OpenWrt-libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o
OpenWrt-libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o
OpenWrt-libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o
OpenWrt-libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o
OpenWrt-libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o
OpenWrt-libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o
OpenWrt-libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o
OpenWrt-libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o
OpenWrt-libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o
OpenWrt-libtool: link: ln mpn/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o
OpenWrt-libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o
OpenWrt-libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o
OpenWrt-libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o
OpenWrt-libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o
OpenWrt-libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o
OpenWrt-libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o
OpenWrt-libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o
OpenWrt-libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o
OpenWrt-libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o
OpenWrt-libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o
OpenWrt-libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o
OpenWrt-libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o
OpenWrt-libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o
OpenWrt-libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o
OpenWrt-libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o
OpenWrt-libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o
OpenWrt-libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o
OpenWrt-libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o
OpenWrt-libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o
OpenWrt-libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o
OpenWrt-libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o
OpenWrt-libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o
OpenWrt-libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt101-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt101-invert.o
OpenWrt-libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o
OpenWrt-libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt103-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt103-powm.o
OpenWrt-libtool: link: ln mpn/powm_sec.o .libs/libgmp.lax/lt104-powm_sec.o || cp mpn/powm_sec.o .libs/libgmp.lax/lt104-powm_sec.o
OpenWrt-libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt105-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt105-remove.o
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o version.o nextprime.o primesieve.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/mfac_uiui.o mpz/2fac_ui.o mpz/fac_ui.o mpz/oddfac_1.o mpz/prodlimbs.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_q.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/primorial_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o mpn/addcnd_n.o mpn/subcnd_n.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/add_err3_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o mpn/sub_err3_n.o mpn/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_divrem_1.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-get_str.o .libs/libgmp.lax/lt88-set_str.o .libs/libgmp.lax/lt89-scan0.o .libs/libgmp.lax/lt90-scan1.o .libs/libgmp.lax/lt91-popcount.o .libs/libgmp.lax/lt92-hamdist.o .libs/libgmp.lax/lt93-cmp.o .libs/libgmp.lax/lt94-perfsqr.o .libs/libgmp.lax/lt95-perfpow.o mpn/gcd_1.o .libs/libgmp.lax/lt96-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt97-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt98-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt99-jacobi.o .libs/libgmp.lax/lt100-get_d.o mpn/matrix22_mul.o mpn/matrix22_mul1_inverse_vector.o mpn/hgcd_matrix.o mpn/hgcd2.o mpn/hgcd_step.o mpn/hgcd_reduce.o mpn/hgcd.o mpn/hgcd_appr.o mpn/hgcd2_jacobi.o mpn/hgcd_jacobi.o mpn/mullo_n.o mpn/mullo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom54_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt101-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/div_qr_2.o mpn/div_qr_2n_pi1.o mpn/div_qr_2u_pi1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o mpn/broot.o mpn/brootinv.o mpn/bsqrt.o mpn/bsqrtinv.o .libs/libgmp.lax/lt102-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt103-powm.o mpn/powlo.o .libs/libgmp.lax/lt104-powm_sec.o mpn/sb_div_qr_sec.o mpn/sb_div_r_sec.o mpn/sbpi1_div_qr_sec.o mpn/sbpi1_div_r_sec.o mpn/trialdiv.o .libs/libgmp.lax/lt105-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/copyi.o mpn/copyd.o mpn/zero.o mpn/tabselect.o mpn/comb_tables.o mpn/add_n_sub_n.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o rand/rand.o rand/randclr.o rand/randdef.o rand/randiset.o rand/randlc2s.o rand/randlc2x.o rand/randmt.o rand/randmts.o rand/rands.o rand/randsd.o rand/randsdui.o rand/randbui.o rand/randmui.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libgmp.a
OpenWrt-libtool: link: rm -fr .libs/libgmp.lax
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" )
/usr/bin/env bash ./libtool  --tag=CXX   --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c -o dummy.lo `test -f 'cxx/dummy.cc' || echo './'`cxx/dummy.cc
OpenWrt-libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -c cxx/dummy.cc -o dummy.o
/usr/bin/env bash ./libtool  --tag=CXX   --mode=link x86_64-linux-gnu-g++  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -version-info 7:3:3 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libgmpxx.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la 
OpenWrt-libtool: link: x86_64-linux-gnu-ar cq .libs/libgmpxx.a  dummy.o cxx/isfuns.o cxx/ismpf.o cxx/ismpq.o cxx/ismpz.o cxx/ismpznw.o cxx/limits.o cxx/osdoprnti.o cxx/osfuns.o cxx/osmpf.o cxx/osmpq.o cxx/osmpz.o
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libgmpxx.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libgmpxx.la" && ln -s "../libgmpxx.la" "libgmpxx.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/gmp'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/gmp'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
Making install in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making install in .
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making install in devel
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/devel'
Making install in mpn
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpn'
Making install in mpz
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpz'
Making install in mpq
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpq'
Making install in mpf
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/mpf'
Making install in rand
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/rand'
Making install in misc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/misc'
Making install in cxx
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests/cxx'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tests'
Making install in mpn
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpn'
Making install in mpz
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpz'
Making install in mpq
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpq'
Making install in mpf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/mpf'
Making install in printf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/printf'
Making install in scanf
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/scanf'
Making install in rand
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/rand'
Making install in cxx
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/cxx'
Making install in demos
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
Making install in calc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make  install-am
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[9]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[9]: Nothing to be done for 'install-exec-am'.
make[9]: Nothing to be done for 'install-data-am'.
make[9]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/calc'
Making install in expr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos/expr'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/demos'
Making install in tune
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/tune'
Making install in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[7]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/doc'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c   libgmp.la libgmpxx.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmp.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmp.la
OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmpxx.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmpxx.la
OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmp.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmp.a
OpenWrt-libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmp.a
OpenWrt-libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmp.a
OpenWrt-libtool: install: /usr/bin/install -c .libs/libgmpxx.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmpxx.a
OpenWrt-libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmpxx.a
OpenWrt-libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libgmpxx.a
OpenWrt-libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 gmp.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 gmpxx.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
make  install-data-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'

+-------------------------------------------------------------+
| CAUTION:                                                    |
|                                                             |
| If you have not already run "make check", then we strongly  |
| recommend you do so.                                        |
|                                                             |
| GMP has been carefully tested by its authors, but compilers |
| are all too often released with serious bugs.  GMP tends to |
| explore interesting corners in compilers and has hit bugs   |
| on quite a few occasions.                                   |
|                                                             |
+-------------------------------------------------------------+

make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/gmp-5.1.3/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.gmp_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/gmp'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mpfr'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "mpfr-3.1.2.tar.bz2" "ee2c3ac63bf0c2359bf08fc3ee094c19" "" "http://www.mpfr.org/mpfr-3.1.2" "@GNU/mpfr"
--2016-11-22 22:12:10--  http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.bz2
Resolving www.mpfr.org (www.mpfr.org)... 152.81.144.6
Connecting to www.mpfr.org (www.mpfr.org)|152.81.144.6|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1225496 (1.2M) [application/x-bzip2]
Saving to: 'STDOUT'

-                     100%[========================>]   1.17M   499KB/s    in 2.4s    

2016-11-22 22:12:14 (499 KB/s) - written to stdout [1225496/1225496]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; bzcat /home/zs14/spaces/cc/openwrt/dl/mpfr-3.1.2.tar.bz2 | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/.. -xf - 

Applying ./patches/001-only_src.patch using plaintext: 
patching file Makefile.am
patching file Makefile.in

Applying ./patches/100-freebsd-compat.patch using plaintext: 
patching file src/vasprintf.c
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/.preparedebf86ca453c16ec18f777fbe199d4b6b
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /home/zs14/spaces/cc/openwrt/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool M4=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoreconf -v -f -i -s -B /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize --force
OpenWrt-libtoolize: putting auxiliary files in `.'.
OpenWrt-libtoolize: linking file `./ltmain.sh'
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
OpenWrt-libtoolize: linking file `m4/libtool.m4'
OpenWrt-libtoolize: linking file `m4/ltoptions.m4'
OpenWrt-libtoolize: linking file `m4/ltsugar.m4'
OpenWrt-libtoolize: linking file `m4/ltversion.m4'
OpenWrt-libtoolize: linking file `m4/lt~obsolete.m4'
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --include=m4 --include=. --prepend-include=/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
tests/Makefile.am:48: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
tune/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: Leaving directory `.'
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --enable-static --disable-shared --with-gmp=/home/zs14/spaces/cc/openwrt/staging_dir/host ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for ICC... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for main in -lm... yes
checking whether time.h and sys/time.h may both be included... yes
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 for size_t... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/fpu.h usability... no
checking sys/fpu.h presence... no
checking for sys/fpu.h... no
checking for working alloca.h... yes
checking for alloca... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking how to copy va_list... va_copy
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for long long int... yes
checking for intmax_t... yes
checking for working INTMAX_MAX... yes
checking for union fpc_csr... no
checking for fesetround... yes
checking for gcc float-conversion bug... no
checking for denormalized numbers... yes
checking if the FP division by 0 fails... no
checking if NAN == NAN... no
checking if charset has consecutive values... yes
checking for math/round... yes
checking for math/trunc... yes
checking for math/floor... yes
checking for math/ceil... yes
checking for math/rint... yes
checking for long double... yes
checking format of `long double' floating point... IEEE extended, little endian
checking for TLS support... yes
checking for library containing clock_gettime... none required
checking for gmp.h... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking for recent GMP... yes
checking for __gmpz_init in -lgmp... yes
checking if gmp.h version and libgmp version are the same... (5.1.3/5.1.3) yes
checking if gmp_printf supports "%jd"... yes
checking if gmp_printf supports "%hhd"... yes
checking if gmp_printf supports "%lld"... yes
checking if gmp_printf supports "%Lf"... yes
checking if gmp_printf supports "%td"... yes
checking for __gmpn_rootrem... yes
checking for __gmpn_sbpi1_divappr_q... yes
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 src/Makefile
config.status: creating tests/Makefile
config.status: creating tune/Makefile
config.status: creating src/mparam.h
config.status: executing depfiles commands
config.status: executing libtool commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
Making all in src
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make  all-am
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo exceptions.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c exceptions.c -o exceptions.o
mv -f .deps/exceptions.Tpo .deps/exceptions.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c -o extract.lo extract.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c extract.c -o extract.o
mv -f .deps/extract.Tpo .deps/extract.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c -o uceil_exp2.lo uceil_exp2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c uceil_exp2.c -o uceil_exp2.o
mv -f .deps/uceil_exp2.Tpo .deps/uceil_exp2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo uceil_log2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c uceil_log2.c -o uceil_log2.o
mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c -o ufloor_log2.lo ufloor_log2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c ufloor_log2.c -o ufloor_log2.o
mv -f .deps/ufloor_log2.Tpo .deps/ufloor_log2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -o add.o
mv -f .deps/add.Tpo .deps/add.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c -o add1.lo add1.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c add1.c -o add1.o
mv -f .deps/add1.Tpo .deps/add1.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo add_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c add_ui.c -o add_ui.o
mv -f .deps/add_ui.Tpo .deps/add_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c -o agm.lo agm.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c agm.c -o agm.o
mv -f .deps/agm.Tpo .deps/agm.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo clear.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c clear.c -o clear.o
mv -f .deps/clear.Tpo .deps/clear.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo cmp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c cmp.c -o cmp.o
mv -f .deps/cmp.Tpo .deps/cmp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo cmp_abs.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c cmp_abs.c -o cmp_abs.o
mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c -o cmp_si.lo cmp_si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c cmp_si.c -o cmp_si.o
mv -f .deps/cmp_si.Tpo .deps/cmp_si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c -o cmp_ui.lo cmp_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c cmp_ui.c -o cmp_ui.o
mv -f .deps/cmp_ui.Tpo .deps/cmp_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c -o comparisons.lo comparisons.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c comparisons.c -o comparisons.o
mv -f .deps/comparisons.Tpo .deps/comparisons.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c -o div_2exp.lo div_2exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c div_2exp.c -o div_2exp.o
mv -f .deps/div_2exp.Tpo .deps/div_2exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo div_2si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c div_2si.c -o div_2si.o
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo div_2ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c div_2ui.c -o div_2ui.o
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo div.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c div.c -o div.o
mv -f .deps/div.Tpo .deps/div.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo div_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c div_ui.c -o div_ui.o
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c -o dump.lo dump.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c dump.c -o dump.o
mv -f .deps/dump.Tpo .deps/dump.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c -o eq.lo eq.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c eq.c -o eq.o
mv -f .deps/eq.Tpo .deps/eq.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c -o exp10.lo exp10.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c exp10.c -o exp10.o
mv -f .deps/exp10.Tpo .deps/exp10.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c -o exp2.lo exp2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c exp2.c -o exp2.o
mv -f .deps/exp2.Tpo .deps/exp2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c -o exp3.lo exp3.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c exp3.c -o exp3.o
mv -f .deps/exp3.Tpo .deps/exp3.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c exp.c -o exp.o
mv -f .deps/exp.Tpo .deps/exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c -o frac.lo frac.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c frac.c -o frac.o
mv -f .deps/frac.Tpo .deps/frac.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c -o frexp.lo frexp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c frexp.c -o frexp.o
mv -f .deps/frexp.Tpo .deps/frexp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c -o get_d.lo get_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c get_d.c -o get_d.o
mv -f .deps/get_d.Tpo .deps/get_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c -o get_exp.lo get_exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c get_exp.c -o get_exp.o
mv -f .deps/get_exp.Tpo .deps/get_exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c -o get_str.lo get_str.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c get_str.c -o get_str.o
mv -f .deps/get_str.Tpo .deps/get_str.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o
mv -f .deps/init.Tpo .deps/init.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo inp_str.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c inp_str.c -o inp_str.o
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c -o isinteger.lo isinteger.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c isinteger.c -o isinteger.o
mv -f .deps/isinteger.Tpo .deps/isinteger.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c -o isinf.lo isinf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c isinf.c -o isinf.o
mv -f .deps/isinf.Tpo .deps/isinf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c -o isnan.lo isnan.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c isnan.c -o isnan.o
mv -f .deps/isnan.Tpo .deps/isnan.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c -o isnum.lo isnum.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c isnum.c -o isnum.o
mv -f .deps/isnum.Tpo .deps/isnum.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c -o const_log2.lo const_log2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c const_log2.c -o const_log2.o
mv -f .deps/const_log2.Tpo .deps/const_log2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o
mv -f .deps/log.Tpo .deps/log.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c -o modf.lo modf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c modf.c -o modf.o
mv -f .deps/modf.Tpo .deps/modf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c -o mul_2exp.lo mul_2exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c mul_2exp.c -o mul_2exp.o
mv -f .deps/mul_2exp.Tpo .deps/mul_2exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo mul_2si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c mul_2si.c -o mul_2si.o
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo mul_2ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c mul_2ui.c -o mul_2ui.o
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo mul.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c mul.c -o mul.o
mv -f .deps/mul.Tpo .deps/mul.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo mul_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c mul_ui.c -o mul_ui.o
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo neg.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c neg.c -o neg.o
mv -f .deps/neg.Tpo .deps/neg.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT next.lo -MD -MP -MF .deps/next.Tpo -c -o next.lo next.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT next.lo -MD -MP -MF .deps/next.Tpo -c next.c -o next.o
mv -f .deps/next.Tpo .deps/next.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo out_str.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c out_str.c -o out_str.o
mv -f .deps/out_str.Tpo .deps/out_str.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c -o printf.lo printf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c printf.c -o printf.o
mv -f .deps/printf.Tpo .deps/printf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.lo vasprintf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c vasprintf.c -o vasprintf.o
mv -f .deps/vasprintf.Tpo .deps/vasprintf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c -o const_pi.lo const_pi.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c const_pi.c -o const_pi.o
mv -f .deps/const_pi.Tpo .deps/const_pi.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo pow.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c pow.c -o pow.o
mv -f .deps/pow.Tpo .deps/pow.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo pow_si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c pow_si.c -o pow_si.o
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo pow_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c pow_ui.c -o pow_ui.o
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c -o print_raw.lo print_raw.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c print_raw.c -o print_raw.o
mv -f .deps/print_raw.Tpo .deps/print_raw.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c -o print_rnd_mode.lo print_rnd_mode.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c print_rnd_mode.c -o print_rnd_mode.o
mv -f .deps/print_rnd_mode.Tpo .deps/print_rnd_mode.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c -o reldiff.lo reldiff.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c reldiff.c -o reldiff.o
mv -f .deps/reldiff.Tpo .deps/reldiff.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c -o round_prec.lo round_prec.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c round_prec.c -o round_prec.o
mv -f .deps/round_prec.Tpo .deps/round_prec.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo set.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -o set.o
mv -f .deps/set.Tpo .deps/set.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c -o setmax.lo setmax.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c setmax.c -o setmax.o
mv -f .deps/setmax.Tpo .deps/setmax.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c -o setmin.lo setmin.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c setmin.c -o setmin.o
mv -f .deps/setmin.Tpo .deps/setmin.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c -o set_d.lo set_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c set_d.c -o set_d.o
mv -f .deps/set_d.Tpo .deps/set_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c -o set_dfl_prec.lo set_dfl_prec.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c set_dfl_prec.c -o set_dfl_prec.o
mv -f .deps/set_dfl_prec.Tpo .deps/set_dfl_prec.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c -o set_exp.lo set_exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c set_exp.c -o set_exp.o
mv -f .deps/set_exp.Tpo .deps/set_exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c -o set_rnd.lo set_rnd.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c set_rnd.c -o set_rnd.o
mv -f .deps/set_rnd.Tpo .deps/set_rnd.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c -o set_f.lo set_f.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c set_f.c -o set_f.o
mv -f .deps/set_f.Tpo .deps/set_f.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c -o set_prc_raw.lo set_prc_raw.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c set_prc_raw.c -o set_prc_raw.o
mv -f .deps/set_prc_raw.Tpo .deps/set_prc_raw.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo set_prec.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c set_prec.c -o set_prec.o
mv -f .deps/set_prec.Tpo .deps/set_prec.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c -o set_q.lo set_q.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c set_q.c -o set_q.o
mv -f .deps/set_q.Tpo .deps/set_q.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c -o set_si.lo set_si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c set_si.c -o set_si.o
mv -f .deps/set_si.Tpo .deps/set_si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo set_str.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c set_str.c -o set_str.o
mv -f .deps/set_str.Tpo .deps/set_str.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c -o set_str_raw.lo set_str_raw.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c set_str_raw.c -o set_str_raw.o
mv -f .deps/set_str_raw.Tpo .deps/set_str_raw.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c -o set_ui.lo set_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c set_ui.c -o set_ui.o
mv -f .deps/set_ui.Tpo .deps/set_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c -o set_z.lo set_z.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c set_z.c -o set_z.o
mv -f .deps/set_z.Tpo .deps/set_z.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo sqrt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c sqrt.c -o sqrt.o
mv -f .deps/sqrt.Tpo .deps/sqrt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c -o sqrt_ui.lo sqrt_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c sqrt_ui.c -o sqrt_ui.o
mv -f .deps/sqrt_ui.Tpo .deps/sqrt_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo sub.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c sub.c -o sub.o
mv -f .deps/sub.Tpo .deps/sub.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c -o sub1.lo sub1.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c sub1.c -o sub1.o
mv -f .deps/sub1.Tpo .deps/sub1.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo sub_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c sub_ui.c -o sub_ui.o
mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c -o rint.lo rint.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c rint.c -o rint.o
mv -f .deps/rint.Tpo .deps/rint.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ui_div.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ui_div.c -o ui_div.o
mv -f .deps/ui_div.Tpo .deps/ui_div.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c -o ui_sub.lo ui_sub.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c ui_sub.c -o ui_sub.o
mv -f .deps/ui_sub.Tpo .deps/ui_sub.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo urandom.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c urandom.c -o urandom.o
mv -f .deps/urandom.Tpo .deps/urandom.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c -o urandomb.lo urandomb.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c urandomb.c -o urandomb.o
mv -f .deps/urandomb.Tpo .deps/urandomb.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c -o get_z_exp.lo get_z_exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c get_z_exp.c -o get_z_exp.o
mv -f .deps/get_z_exp.Tpo .deps/get_z_exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo swap.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -o swap.o
mv -f .deps/swap.Tpo .deps/swap.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c -o factorial.lo factorial.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c factorial.c -o factorial.o
mv -f .deps/factorial.Tpo .deps/factorial.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo cosh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c cosh.c -o cosh.o
mv -f .deps/cosh.Tpo .deps/cosh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo sinh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c sinh.c -o sinh.o
mv -f .deps/sinh.Tpo .deps/sinh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo tanh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c tanh.c -o tanh.o
mv -f .deps/tanh.Tpo .deps/tanh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c -o sinh_cosh.lo sinh_cosh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c sinh_cosh.c -o sinh_cosh.o
mv -f .deps/sinh_cosh.Tpo .deps/sinh_cosh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo acosh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c acosh.c -o acosh.o
mv -f .deps/acosh.Tpo .deps/acosh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo asinh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c asinh.c -o asinh.o
mv -f .deps/asinh.Tpo .deps/asinh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo atanh.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c atanh.c -o atanh.o
mv -f .deps/atanh.Tpo .deps/atanh.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo atan.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c atan.c -o atan.o
mv -f .deps/atan.Tpo .deps/atan.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c -o cmp2.lo cmp2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c cmp2.c -o cmp2.o
mv -f .deps/cmp2.Tpo .deps/cmp2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c -o exp_2.lo exp_2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c exp_2.c -o exp_2.o
mv -f .deps/exp_2.Tpo .deps/exp_2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo asin.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c asin.c -o asin.o
mv -f .deps/asin.Tpo .deps/asin.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c -o const_euler.lo const_euler.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c const_euler.c -o const_euler.o
mv -f .deps/const_euler.Tpo .deps/const_euler.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo cos.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c cos.c -o cos.o
mv -f .deps/cos.Tpo .deps/cos.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo sin.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c sin.c -o sin.o
mv -f .deps/sin.Tpo .deps/sin.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo tan.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c tan.c -o tan.o
mv -f .deps/tan.Tpo .deps/tan.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo fma.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c fma.c -o fma.o
mv -f .deps/fma.Tpo .deps/fma.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c -o fms.lo fms.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c fms.c -o fms.o
mv -f .deps/fms.Tpo .deps/fms.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c -o hypot.lo hypot.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c hypot.c -o hypot.o
mv -f .deps/hypot.Tpo .deps/hypot.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c -o log1p.lo log1p.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c log1p.c -o log1p.o
mv -f .deps/log1p.Tpo .deps/log1p.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c -o expm1.lo expm1.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c expm1.c -o expm1.o
mv -f .deps/expm1.Tpo .deps/expm1.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c -o log2.lo log2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c log2.c -o log2.o
mv -f .deps/log2.Tpo .deps/log2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo log10.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c log10.c -o log10.o
mv -f .deps/log10.Tpo .deps/log10.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c -o ui_pow.lo ui_pow.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c ui_pow.c -o ui_pow.o
mv -f .deps/ui_pow.Tpo .deps/ui_pow.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c -o ui_pow_ui.lo ui_pow_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c ui_pow_ui.c -o ui_pow_ui.o
mv -f .deps/ui_pow_ui.Tpo .deps/ui_pow_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o
mv -f .deps/minmax.Tpo .deps/minmax.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c -o dim.lo dim.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c -o dim.o
mv -f .deps/dim.Tpo .deps/dim.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c -o signbit.lo signbit.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c signbit.c -o signbit.o
mv -f .deps/signbit.Tpo .deps/signbit.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c -o copysign.lo copysign.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c copysign.c -o copysign.o
mv -f .deps/copysign.Tpo .deps/copysign.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c -o setsign.lo setsign.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c setsign.c -o setsign.o
mv -f .deps/setsign.Tpo .deps/setsign.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c -o gmp_op.lo gmp_op.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c gmp_op.c -o gmp_op.o
mv -f .deps/gmp_op.Tpo .deps/gmp_op.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo init2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c init2.c -o init2.o
mv -f .deps/init2.Tpo .deps/init2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo acos.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c acos.c -o acos.o
mv -f .deps/acos.Tpo .deps/acos.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo sin_cos.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c sin_cos.c -o sin_cos.o
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c -o set_nan.lo set_nan.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c set_nan.c -o set_nan.o
mv -f .deps/set_nan.Tpo .deps/set_nan.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c -o set_inf.lo set_inf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c set_inf.c -o set_inf.o
mv -f .deps/set_inf.Tpo .deps/set_inf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c -o set_zero.lo set_zero.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c set_zero.c -o set_zero.o
mv -f .deps/set_zero.Tpo .deps/set_zero.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c -o powerof2.lo powerof2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c powerof2.c -o powerof2.o
mv -f .deps/powerof2.Tpo .deps/powerof2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c -o gamma.lo gamma.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c gamma.c -o gamma.o
mv -f .deps/gamma.Tpo .deps/gamma.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c -o set_ld.lo set_ld.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c set_ld.c -o set_ld.o
mv -f .deps/set_ld.Tpo .deps/set_ld.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c -o get_ld.lo get_ld.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c get_ld.c -o get_ld.o
mv -f .deps/get_ld.Tpo .deps/get_ld.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c -o cbrt.lo cbrt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c cbrt.c -o cbrt.o
mv -f .deps/cbrt.Tpo .deps/cbrt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c -o volatile.lo volatile.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c volatile.c -o volatile.o
mv -f .deps/volatile.Tpo .deps/volatile.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c -o fits_sshort.lo fits_sshort.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c fits_sshort.c -o fits_sshort.o
mv -f .deps/fits_sshort.Tpo .deps/fits_sshort.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c -o fits_sint.lo fits_sint.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c fits_sint.c -o fits_sint.o
mv -f .deps/fits_sint.Tpo .deps/fits_sint.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c -o fits_slong.lo fits_slong.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c fits_slong.c -o fits_slong.o
mv -f .deps/fits_slong.Tpo .deps/fits_slong.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c -o fits_ushort.lo fits_ushort.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c fits_ushort.c -o fits_ushort.o
mv -f .deps/fits_ushort.Tpo .deps/fits_ushort.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c -o fits_uint.lo fits_uint.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c fits_uint.c -o fits_uint.o
mv -f .deps/fits_uint.Tpo .deps/fits_uint.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c -o fits_ulong.lo fits_ulong.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c fits_ulong.c -o fits_ulong.o
mv -f .deps/fits_ulong.Tpo .deps/fits_ulong.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c -o fits_uintmax.lo fits_uintmax.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c fits_uintmax.c -o fits_uintmax.o
mv -f .deps/fits_uintmax.Tpo .deps/fits_uintmax.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c -o fits_intmax.lo fits_intmax.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c fits_intmax.c -o fits_intmax.o
mv -f .deps/fits_intmax.Tpo .deps/fits_intmax.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c -o get_si.lo get_si.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c get_si.c -o get_si.o
mv -f .deps/get_si.Tpo .deps/get_si.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c -o get_ui.lo get_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c get_ui.c -o get_ui.o
mv -f .deps/get_ui.Tpo .deps/get_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c -o zeta.lo zeta.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c zeta.c -o zeta.o
mv -f .deps/zeta.Tpo .deps/zeta.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c -o cmp_d.lo cmp_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c cmp_d.c -o cmp_d.o
mv -f .deps/cmp_d.Tpo .deps/cmp_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c -o erf.lo erf.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c erf.c -o erf.o
mv -f .deps/erf.Tpo .deps/erf.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c -o inits.lo inits.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c inits.c -o inits.o
mv -f .deps/inits.Tpo .deps/inits.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c -o inits2.lo inits2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c inits2.c -o inits2.o
mv -f .deps/inits2.Tpo .deps/inits2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c -o clears.lo clears.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c clears.c -o clears.o
mv -f .deps/clears.Tpo .deps/clears.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c -o sgn.lo sgn.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c sgn.c -o sgn.o
mv -f .deps/sgn.Tpo .deps/sgn.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo check.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT check.lo -MD -MP -MF .deps/check.Tpo -c check.c -o check.o
mv -f .deps/check.Tpo .deps/check.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c -o sub1sp.lo sub1sp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c sub1sp.c -o sub1sp.o
mv -f .deps/sub1sp.Tpo .deps/sub1sp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o
mv -f .deps/version.Tpo .deps/version.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c -o mpn_exp.lo mpn_exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c mpn_exp.c -o mpn_exp.o
mv -f .deps/mpn_exp.Tpo .deps/mpn_exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c -o mpfr-gmp.lo mpfr-gmp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c mpfr-gmp.c -o mpfr-gmp.o
mv -f .deps/mpfr-gmp.Tpo .deps/mpfr-gmp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c -o mp_clz_tab.lo mp_clz_tab.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c mp_clz_tab.c -o mp_clz_tab.o
mv -f .deps/mp_clz_tab.Tpo .deps/mp_clz_tab.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo sum.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c sum.c -o sum.o
mv -f .deps/sum.Tpo .deps/sum.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c -o add1sp.lo add1sp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c add1sp.c -o add1sp.o
mv -f .deps/add1sp.Tpo .deps/add1sp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c -o free_cache.lo free_cache.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c free_cache.c -o free_cache.o
mv -f .deps/free_cache.Tpo .deps/free_cache.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c -o si_op.lo si_op.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c si_op.c -o si_op.o
mv -f .deps/si_op.Tpo .deps/si_op.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c -o cmp_ld.lo cmp_ld.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c cmp_ld.c -o cmp_ld.o
mv -f .deps/cmp_ld.Tpo .deps/cmp_ld.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c -o set_ui_2exp.lo set_ui_2exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c set_ui_2exp.c -o set_ui_2exp.o
mv -f .deps/set_ui_2exp.Tpo .deps/set_ui_2exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c -o set_si_2exp.lo set_si_2exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c set_si_2exp.c -o set_si_2exp.o
mv -f .deps/set_si_2exp.Tpo .deps/set_si_2exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c -o set_uj.lo set_uj.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c set_uj.c -o set_uj.o
mv -f .deps/set_uj.Tpo .deps/set_uj.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c -o set_sj.lo set_sj.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c set_sj.c -o set_sj.o
mv -f .deps/set_sj.Tpo .deps/set_sj.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c -o get_sj.lo get_sj.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c get_sj.c -o get_sj.o
mv -f .deps/get_sj.Tpo .deps/get_sj.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c -o get_uj.lo get_uj.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c get_uj.c -o get_uj.o
mv -f .deps/get_uj.Tpo .deps/get_uj.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c -o get_z.lo get_z.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c get_z.c -o get_z.o
mv -f .deps/get_z.Tpo .deps/get_z.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c -o iszero.lo iszero.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c iszero.c -o iszero.o
mv -f .deps/iszero.Tpo .deps/iszero.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o
mv -f .deps/cache.Tpo .deps/cache.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo sqr.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c sqr.c -o sqr.o
mv -f .deps/sqr.Tpo .deps/sqr.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c -o int_ceil_log2.lo int_ceil_log2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c int_ceil_log2.c -o int_ceil_log2.o
mv -f .deps/int_ceil_log2.Tpo .deps/int_ceil_log2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c -o isqrt.lo isqrt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c isqrt.c -o isqrt.o
mv -f .deps/isqrt.Tpo .deps/isqrt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c -o strtofr.lo strtofr.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c strtofr.c -o strtofr.o
mv -f .deps/strtofr.Tpo .deps/strtofr.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo pow_z.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c pow_z.c -o pow_z.o
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo logging.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging.c -o logging.o
mv -f .deps/logging.Tpo .deps/logging.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c -o mulders.lo mulders.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c mulders.c -o mulders.o
mv -f .deps/mulders.Tpo .deps/mulders.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c -o get_f.lo get_f.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c get_f.c -o get_f.o
mv -f .deps/get_f.Tpo .deps/get_f.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c -o round_p.lo round_p.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c round_p.c -o round_p.o
mv -f .deps/round_p.Tpo .deps/round_p.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c -o erfc.lo erfc.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c erfc.c -o erfc.o
mv -f .deps/erfc.Tpo .deps/erfc.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c -o atan2.lo atan2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c atan2.c -o atan2.o
mv -f .deps/atan2.Tpo .deps/atan2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c -o subnormal.lo subnormal.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c subnormal.c -o subnormal.o
mv -f .deps/subnormal.Tpo .deps/subnormal.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c -o const_catalan.lo const_catalan.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c const_catalan.c -o const_catalan.o
mv -f .deps/const_catalan.Tpo .deps/const_catalan.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT root.lo -MD -MP -MF .deps/root.Tpo -c -o root.lo root.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT root.lo -MD -MP -MF .deps/root.Tpo -c root.c -o root.o
mv -f .deps/root.Tpo .deps/root.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c -o sec.lo sec.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c sec.c -o sec.o
mv -f .deps/sec.Tpo .deps/sec.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c -o csc.lo csc.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c csc.c -o csc.o
mv -f .deps/csc.Tpo .deps/csc.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c -o cot.lo cot.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c cot.c -o cot.o
mv -f .deps/cot.Tpo .deps/cot.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c -o eint.lo eint.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c eint.c -o eint.o
mv -f .deps/eint.Tpo .deps/eint.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c -o sech.lo sech.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c sech.c -o sech.o
mv -f .deps/sech.Tpo .deps/sech.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c -o csch.lo csch.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c csch.c -o csch.o
mv -f .deps/csch.Tpo .deps/csch.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c -o coth.lo coth.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c coth.c -o coth.o
mv -f .deps/coth.Tpo .deps/coth.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c -o round_near_x.lo round_near_x.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c round_near_x.c -o round_near_x.o
mv -f .deps/round_near_x.Tpo .deps/round_near_x.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c -o constant.lo constant.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c constant.c -o constant.o
mv -f .deps/constant.Tpo .deps/constant.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c -o abort_prec_max.lo abort_prec_max.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c abort_prec_max.c -o abort_prec_max.o
mv -f .deps/abort_prec_max.Tpo .deps/abort_prec_max.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c -o stack_interface.lo stack_interface.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c stack_interface.c -o stack_interface.o
mv -f .deps/stack_interface.Tpo .deps/stack_interface.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c -o lngamma.lo lngamma.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c lngamma.c -o lngamma.o
mv -f .deps/lngamma.Tpo .deps/lngamma.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c -o zeta_ui.lo zeta_ui.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c zeta_ui.c -o zeta_ui.o
mv -f .deps/zeta_ui.Tpo .deps/zeta_ui.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c -o set_d64.lo set_d64.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c set_d64.c -o set_d64.o
mv -f .deps/set_d64.Tpo .deps/set_d64.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c -o get_d64.lo get_d64.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c get_d64.c -o get_d64.o
mv -f .deps/get_d64.Tpo .deps/get_d64.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c -o jn.lo jn.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c jn.c -o jn.o
mv -f .deps/jn.Tpo .deps/jn.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c -o yn.lo yn.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c yn.c -o yn.o
mv -f .deps/yn.Tpo .deps/yn.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c -o rem1.lo rem1.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c rem1.c -o rem1.o
mv -f .deps/rem1.Tpo .deps/rem1.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c -o get_patches.lo get_patches.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c get_patches.c -o get_patches.o
mv -f .deps/get_patches.Tpo .deps/get_patches.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c -o add_d.lo add_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c add_d.c -o add_d.o
mv -f .deps/add_d.Tpo .deps/add_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c -o sub_d.lo sub_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c sub_d.c -o sub_d.o
mv -f .deps/sub_d.Tpo .deps/sub_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c -o d_sub.lo d_sub.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c d_sub.c -o d_sub.o
mv -f .deps/d_sub.Tpo .deps/d_sub.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c -o mul_d.lo mul_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c mul_d.c -o mul_d.o
mv -f .deps/mul_d.Tpo .deps/mul_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c -o div_d.lo div_d.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c div_d.c -o div_d.o
mv -f .deps/div_d.Tpo .deps/div_d.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c -o d_div.lo d_div.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c d_div.c -o d_div.o
mv -f .deps/d_div.Tpo .deps/d_div.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c -o li2.lo li2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c li2.c -o li2.o
mv -f .deps/li2.Tpo .deps/li2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c -o rec_sqrt.lo rec_sqrt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c rec_sqrt.c -o rec_sqrt.o
mv -f .deps/rec_sqrt.Tpo .deps/rec_sqrt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c -o min_prec.lo min_prec.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c min_prec.c -o min_prec.o
mv -f .deps/min_prec.Tpo .deps/min_prec.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c -o buildopt.lo buildopt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c buildopt.c -o buildopt.o
mv -f .deps/buildopt.Tpo .deps/buildopt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c -o digamma.lo digamma.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c digamma.c -o digamma.o
mv -f .deps/digamma.Tpo .deps/digamma.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c -o bernoulli.lo bernoulli.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c bernoulli.c -o bernoulli.o
mv -f .deps/bernoulli.Tpo .deps/bernoulli.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c -o isregular.lo isregular.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c isregular.c -o isregular.o
mv -f .deps/isregular.Tpo .deps/isregular.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c -o set_flt.lo set_flt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c set_flt.c -o set_flt.o
mv -f .deps/set_flt.Tpo .deps/set_flt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c -o get_flt.lo get_flt.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c get_flt.c -o get_flt.o
mv -f .deps/get_flt.Tpo .deps/get_flt.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c -o scale2.lo scale2.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c scale2.c -o scale2.o
mv -f .deps/scale2.Tpo .deps/scale2.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c -o set_z_exp.lo set_z_exp.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c set_z_exp.c -o set_z_exp.o
mv -f .deps/set_z_exp.Tpo .deps/set_z_exp.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c -o ai.lo ai.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c ai.c -o ai.o
mv -f .deps/ai.Tpo .deps/ai.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c -o gammaonethird.lo gammaonethird.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c gammaonethird.c -o gammaonethird.o
mv -f .deps/gammaonethird.Tpo .deps/gammaonethird.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c -o grandom.lo grandom.c
OpenWrt-libtool: compile:  gcc -DTIME_WITH_SYS_TIME=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c grandom.c -o grandom.o
mv -f .deps/grandom.Tpo .deps/grandom.Plo
/usr/bin/env bash ../libtool  --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -version-info 5:2:1 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -o libmpfr.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmp_abs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo get_patches.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo  -lgmp 
OpenWrt-libtool: link: x86_64-linux-gnu-ar cru .libs/libmpfr.a  exceptions.o extract.o uceil_exp2.o uceil_log2.o ufloor_log2.o add.o add1.o add_ui.o agm.o clear.o cmp.o cmp_abs.o cmp_si.o cmp_ui.o comparisons.o div_2exp.o div_2si.o div_2ui.o div.o div_ui.o dump.o eq.o exp10.o exp2.o exp3.o exp.o frac.o frexp.o get_d.o get_exp.o get_str.o init.o inp_str.o isinteger.o isinf.o isnan.o isnum.o const_log2.o log.o modf.o mul_2exp.o mul_2si.o mul_2ui.o mul.o mul_ui.o neg.o next.o out_str.o printf.o vasprintf.o const_pi.o pow.o pow_si.o pow_ui.o print_raw.o print_rnd_mode.o reldiff.o round_prec.o set.o setmax.o setmin.o set_d.o set_dfl_prec.o set_exp.o set_rnd.o set_f.o set_prc_raw.o set_prec.o set_q.o set_si.o set_str.o set_str_raw.o set_ui.o set_z.o sqrt.o sqrt_ui.o sub.o sub1.o sub_ui.o rint.o ui_div.o ui_sub.o urandom.o urandomb.o get_z_exp.o swap.o factorial.o cosh.o sinh.o tanh.o sinh_cosh.o acosh.o asinh.o atanh.o atan.o cmp2.o exp_2.o asin.o const_euler.o cos.o sin.o tan.o fma.o fms.o hypot.o log1p.o expm1.o log2.o log10.o ui_pow.o ui_pow_ui.o minmax.o dim.o signbit.o copysign.o setsign.o gmp_op.o init2.o acos.o sin_cos.o set_nan.o set_inf.o set_zero.o powerof2.o gamma.o set_ld.o get_ld.o cbrt.o volatile.o fits_sshort.o fits_sint.o fits_slong.o fits_ushort.o fits_uint.o fits_ulong.o fits_uintmax.o fits_intmax.o get_si.o get_ui.o zeta.o cmp_d.o erf.o inits.o inits2.o clears.o sgn.o check.o sub1sp.o version.o mpn_exp.o mpfr-gmp.o mp_clz_tab.o sum.o add1sp.o free_cache.o si_op.o cmp_ld.o set_ui_2exp.o set_si_2exp.o set_uj.o set_sj.o get_sj.o get_uj.o get_z.o iszero.o cache.o sqr.o int_ceil_log2.o isqrt.o strtofr.o pow_z.o logging.o mulders.o get_f.o round_p.o erfc.o atan2.o subnormal.o const_catalan.o root.o sec.o csc.o cot.o eint.o sech.o csch.o coth.o round_near_x.o constant.o abort_prec_max.o stack_interface.o lngamma.o zeta_ui.o set_d64.o get_d64.o jn.o yn.o rem1.o get_patches.o add_d.o sub_d.o d_sub.o mul_d.o div_d.o d_div.o li2.o rec_sqrt.o min_prec.o buildopt.o digamma.o bernoulli.o isregular.o set_flt.o get_flt.o scale2.o set_z_exp.o ai.o gammaonethird.o grandom.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
OpenWrt-libtool: link: x86_64-linux-gnu-ranlib .libs/libmpfr.a
OpenWrt-libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mpfr'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mpfr'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
Making install in src
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make  install-am
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ../libtool   --mode=install /usr/bin/install -c   libmpfr.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
OpenWrt-libtool: install: /usr/bin/install -c .libs/libmpfr.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpfr.la
OpenWrt-libtool: install: /usr/bin/install -c .libs/libmpfr.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpfr.a
OpenWrt-libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpfr.a
OpenWrt-libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpfr.a
OpenWrt-libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/src'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[6]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/mpfr'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/mpfr/examples'
 /usr/bin/install -c -m 644  examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c examples/version.c '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/mpfr/examples'
 /usr/bin/install -c -m 644  AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/mpfr/.'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpfr-3.1.2/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.mpfr_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mpfr'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mpc'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "mpc-1.0.2.tar.gz" "68fadff3358fb3e7976c7a398a0af4c3" "" "http://www.multiprecision.org/mpc/download/"
--2016-11-22 22:12:48--  http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz
Resolving www.multiprecision.org (www.multiprecision.org)... 46.30.213.151
Connecting to www.multiprecision.org (www.multiprecision.org)|46.30.213.151|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 633173 (618K) [application/x-tar]
Saving to: 'STDOUT'

-                     100%[========================>] 618.33K  1.14MB/s    in 0.5s    

2016-11-22 22:12:49 (1.14 MB/s) - written to stdout [633173/633173]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/mpc-1.0.2.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/.. -xf - 
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/.prepared70a575f489fb74744059879304e18d9b
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --enable-static --disable-shared --with-mpfr=/home/zs14/spaces/cc/openwrt/staging_dir/host --with-gmp=/home/zs14/spaces/cc/openwrt/staging_dir/host ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking the archiver (x86_64-linux-gnu-ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gmp.h... yes
checking for ANSI C header files... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for library containing creal... -lm
checking whether creal, cimag and I can be used... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for setlocale... yes
checking for dup... yes
checking for dup2... yes
checking for __gmpz_init in -lgmp... yes
checking for MPFR... yes
checking for recent GMP... yes
checking for recent MPFR... yes
checking if gcc accepts -dumpversion option... yes
checking gcc version... 6.2.1
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
Making all in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo abs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c abs.c -o abs.o
mv -f .deps/abs.Tpo .deps/abs.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo acos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c acos.c -o acos.o
mv -f .deps/acos.Tpo .deps/acos.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo acosh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c acosh.c -o acosh.o
mv -f .deps/acosh.Tpo .deps/acosh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo add.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -o add.o
mv -f .deps/add.Tpo .deps/add.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo add_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c add_fr.c -o add_fr.o
mv -f .deps/add_fr.Tpo .deps/add_fr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c -o add_si.lo add_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c add_si.c -o add_si.o
mv -f .deps/add_si.Tpo .deps/add_si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo add_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c add_ui.c -o add_ui.o
mv -f .deps/add_ui.Tpo .deps/add_ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo arg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c arg.c -o arg.o
mv -f .deps/arg.Tpo .deps/arg.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo asin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c asin.c -o asin.o
mv -f .deps/asin.Tpo .deps/asin.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo asinh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c asinh.c -o asinh.o
mv -f .deps/asinh.Tpo .deps/asinh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo atan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c atan.c -o atan.o
mv -f .deps/atan.Tpo .deps/atan.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo atanh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c atanh.c -o atanh.o
mv -f .deps/atanh.Tpo .deps/atanh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo clear.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c clear.c -o clear.o
mv -f .deps/clear.Tpo .deps/clear.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo cmp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c cmp.c -o cmp.o
mv -f .deps/cmp.Tpo .deps/cmp.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo cmp_si_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c cmp_si_si.c -o cmp_si_si.o
mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo conj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c conj.c -o conj.o
mv -f .deps/conj.Tpo .deps/conj.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo cos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c cos.c -o cos.o
mv -f .deps/cos.Tpo .deps/cos.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo cosh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c cosh.c -o cosh.o
mv -f .deps/cosh.Tpo .deps/cosh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo div_2si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c div_2si.c -o div_2si.o
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo div_2ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c div_2ui.c -o div_2ui.o
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div.lo -MD -MP -MF .deps/div.Tpo -c div.c -o div.o
mv -f .deps/div.Tpo .deps/div.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo div_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c div_fr.c -o div_fr.o
mv -f .deps/div_fr.Tpo .deps/div_fr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo div_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c div_ui.c -o div_ui.o
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo exp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c exp.c -o exp.o
mv -f .deps/exp.Tpo .deps/exp.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo fma.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c fma.c -o fma.o
mv -f .deps/fma.Tpo .deps/fma.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo fr_div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c fr_div.c -o fr_div.o
mv -f .deps/fr_div.Tpo .deps/fr_div.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo fr_sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c fr_sub.c -o fr_sub.o
mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo get_prec2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c get_prec2.c -o get_prec2.o
mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo get_prec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c get_prec.c -o get_prec.o
mv -f .deps/get_prec.Tpo .deps/get_prec.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo get_version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c get_version.c -o get_version.o
mv -f .deps/get_version.Tpo .deps/get_version.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo get_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c get_x.c -o get_x.o
mv -f .deps/get_x.Tpo .deps/get_x.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo imag.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c imag.c -o imag.o
mv -f .deps/imag.Tpo .deps/imag.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo init2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c init2.c -o init2.o
mv -f .deps/init2.Tpo .deps/init2.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo init3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c init3.c -o init3.o
mv -f .deps/init3.Tpo .deps/init3.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo inp_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c inp_str.c -o inp_str.o
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o
mv -f .deps/log.Tpo .deps/log.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo log10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c log10.c -o log10.o
mv -f .deps/log10.Tpo .deps/log10.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -o mem.o
mv -f .deps/mem.Tpo .deps/mem.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo mul_2si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c mul_2si.c -o mul_2si.o
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo mul_2ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c mul_2ui.c -o mul_2ui.o
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo mul.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c mul.c -o mul.o
mv -f .deps/mul.Tpo .deps/mul.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo mul_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c mul_fr.c -o mul_fr.o
mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo mul_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c mul_i.c -o mul_i.o
mv -f .deps/mul_i.Tpo .deps/mul_i.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo mul_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c mul_si.c -o mul_si.o
mv -f .deps/mul_si.Tpo .deps/mul_si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo mul_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c mul_ui.c -o mul_ui.o
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo neg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c neg.c -o neg.o
mv -f .deps/neg.Tpo .deps/neg.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo norm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c norm.c -o norm.o
mv -f .deps/norm.Tpo .deps/norm.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo out_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c out_str.c -o out_str.o
mv -f .deps/out_str.Tpo .deps/out_str.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo pow.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c pow.c -o pow.o
mv -f .deps/pow.Tpo .deps/pow.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo pow_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c pow_fr.c -o pow_fr.o
mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo pow_ld.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c pow_ld.c -o pow_ld.o
mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo pow_d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c pow_d.c -o pow_d.o
mv -f .deps/pow_d.Tpo .deps/pow_d.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo pow_si.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c pow_si.c -o pow_si.o
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo pow_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c pow_ui.c -o pow_ui.o
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo pow_z.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c pow_z.c -o pow_z.o
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo proj.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c proj.c -o proj.o
mv -f .deps/proj.Tpo .deps/proj.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo real.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT real.lo -MD -MP -MF .deps/real.Tpo -c real.c -o real.o
mv -f .deps/real.Tpo .deps/real.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo urandom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c urandom.c -o urandom.o
mv -f .deps/urandom.Tpo .deps/urandom.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo set.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -o set.o
mv -f .deps/set.Tpo .deps/set.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo set_prec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c set_prec.c -o set_prec.o
mv -f .deps/set_prec.Tpo .deps/set_prec.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo set_str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c set_str.c -o set_str.o
mv -f .deps/set_str.Tpo .deps/set_str.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo set_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c set_x.c -o set_x.o
mv -f .deps/set_x.Tpo .deps/set_x.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo set_x_x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c set_x_x.c -o set_x_x.o
mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo sin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c sin.c -o sin.o
mv -f .deps/sin.Tpo .deps/sin.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo sin_cos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c sin_cos.c -o sin_cos.o
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo sinh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c sinh.c -o sinh.o
mv -f .deps/sinh.Tpo .deps/sinh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo sqr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c sqr.c -o sqr.o
mv -f .deps/sqr.Tpo .deps/sqr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo sqrt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c sqrt.c -o sqrt.o
mv -f .deps/sqrt.Tpo .deps/sqrt.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo strtoc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c strtoc.c -o strtoc.o
mv -f .deps/strtoc.Tpo .deps/strtoc.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c sub.c -o sub.o
mv -f .deps/sub.Tpo .deps/sub.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c -o sub_fr.lo sub_fr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c sub_fr.c -o sub_fr.o
mv -f .deps/sub_fr.Tpo .deps/sub_fr.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo sub_ui.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c sub_ui.c -o sub_ui.o
mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo swap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -o swap.o
mv -f .deps/swap.Tpo .deps/swap.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo tan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c tan.c -o tan.o
mv -f .deps/tan.Tpo .deps/tan.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo tanh.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c tanh.c -o tanh.o
mv -f .deps/tanh.Tpo .deps/tanh.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo uceil_log2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c uceil_log2.c -o uceil_log2.o
mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ui_div.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ui_div.c -o ui_div.o
mv -f .deps/ui_div.Tpo .deps/ui_div.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c -o ui_ui_sub.lo ui_ui_sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c ui_ui_sub.c -o ui_ui_sub.o
mv -f .deps/ui_ui_sub.Tpo .deps/ui_ui_sub.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -version-info 3:0:0 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libmpc.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo exp.lo fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo  -lmpfr -lgmp -lm 
libtool: link: x86_64-linux-gnu-ar cru .libs/libmpc.a  abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libmpc.a
libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mpc'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mpc'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
Making install in src
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ../libtool   --mode=install /usr/bin/install -c   libmpc.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
libtool: install: /usr/bin/install -c .libs/libmpc.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpc.la
libtool: install: /usr/bin/install -c .libs/libmpc.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpc.a
libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpc.a
libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libmpc.a
libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/src'
Making install in tests
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/tests'
Making install in doc
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[6]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./mpc.info '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/doc'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[6]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 src/mpc.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mpc-1.0.2/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.mpc_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mpc'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/libelf'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "libelf-0.8.13.tar.gz" "4136d7b4c04df68b686570afa26988ac" "" "http://www.mr511.de/software/"
--2016-11-22 22:12:59--  http://www.mr511.de/software/libelf-0.8.13.tar.gz
Resolving www.mr511.de (www.mr511.de)... 217.160.231.164
Connecting to www.mr511.de (www.mr511.de)|217.160.231.164|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 148529 (145K) [application/gzip]
Saving to: 'STDOUT'

-                     100%[========================>] 145.05K   620KB/s    in 0.2s    

2016-11-22 22:12:59 (620 KB/s) - written to stdout [148529/148529]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/libelf-0.8.13.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/.. -xf - 
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/.prepared65d63366cdbe5f88565cbc033c9dfbe4
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/; bash ./configure --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --disable-shared --enable-elf64; )
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for stdint.h... yes
checking for fcntl.h... yes
checking for elf.h... yes
checking for sys/elf.h... no
checking for link.h... yes
checking for sys/link.h... no
checking if gcc can compile elf.h... yes
checking for ar.h... yes
checking for libelf.h... no
checking for nlist.h... no
checking for gelf.h... no
checking whether to install <libelf.h>, <nlist.h> and <gelf.h>... yes
checking for working const... yes
checking for off_t... yes
checking for size_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking for struct Elf32_Dyn... yes
checking for struct nlist in elf.h... no
checking for struct Elf64_Ehdr... yes
checking for Elf64_Addr... yes
checking for struct Elf64_Rel... yes
checking for Elf32_Verdef... yes
checking for Elf64_Verdef... yes
checking for SHT_SUNW_verdef... no
checking for SHT_GNU_verdef... yes
checking for 64-bit integer... long
checking for 32-bit integer... int
checking for 16-bit integer... short
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for ftruncate... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking whether overlapping arrays are copied correctly... yes
checking the coffee machine... empty - operator may not work as expected
checking whether 64-bit ELF support is sufficient... yes
checking whether to include 64-bit support... yes
checking whether versioning support is sufficient... yes
checking whether to include versioning support... yes
checking whether NLS is requested... yes
checking for dgettext... yes
checking for msgfmt... no
checking for catgets... yes
checking for gencat... /usr/bin/gencat
checking for gmsgfmt... msgfmt
checking for xgettext... xgettext
checking for catalogs to be installed... de 
checking for gettext in -lintl... no
checking host system type... x86_64-pc-linux-gnu
checking whether to build a shared library... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating po/Makefile
creating libelf.pc
creating config.h
creating lib/sys_elf.h
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/lib/ libelf.a
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/lib'
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     begin.c && mv -f begin.o begin.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    begin.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     cntl.c && mv -f cntl.o cntl.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    cntl.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     end.c && mv -f end.o end.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    end.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     errmsg.c && mv -f errmsg.o errmsg.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    errmsg.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     errno.c && mv -f errno.o errno.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    errno.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     fill.c && mv -f fill.o fill.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    fill.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     flag.c && mv -f flag.o flag.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    flag.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getarhdr.c && mv -f getarhdr.o getarhdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getarhdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getarsym.c && mv -f getarsym.o getarsym.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getarsym.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getbase.c && mv -f getbase.o getbase.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getbase.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getdata.c && mv -f getdata.o getdata.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getdata.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getident.c && mv -f getident.o getident.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getident.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getscn.c && mv -f getscn.o getscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     hash.c && mv -f hash.o hash.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    hash.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     kind.c && mv -f kind.o kind.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    kind.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     ndxscn.c && mv -f ndxscn.o ndxscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    ndxscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     newdata.c && mv -f newdata.o newdata.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    newdata.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     newscn.c && mv -f newscn.o newscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    newscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     next.c && mv -f next.o next.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    next.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     nextscn.c && mv -f nextscn.o nextscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    nextscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     rand.c && mv -f rand.o rand.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    rand.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     rawdata.c && mv -f rawdata.o rawdata.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    rawdata.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     rawfile.c && mv -f rawfile.o rawfile.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    rawfile.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     strptr.c && mv -f strptr.o strptr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    strptr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     update.c && mv -f update.o update.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    update.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     version.c && mv -f version.o version.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    version.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     checksum.c && mv -f checksum.o checksum.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    checksum.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     getaroff.c && mv -f getaroff.o getaroff.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    getaroff.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.fsize.c && mv -f 32.fsize.o 32.fsize.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.fsize.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.getehdr.c && mv -f 32.getehdr.o 32.getehdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.getehdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.getphdr.c && mv -f 32.getphdr.o 32.getphdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.getphdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.getshdr.c && mv -f 32.getshdr.o 32.getshdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.getshdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.newehdr.c && mv -f 32.newehdr.o 32.newehdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.newehdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.newphdr.c && mv -f 32.newphdr.o 32.newphdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.newphdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     32.xlatetof.c && mv -f 32.xlatetof.o 32.xlatetof.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    32.xlatetof.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     cook.c && mv -f cook.o cook.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    cook.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     data.c && mv -f data.o data.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    data.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     input.c && mv -f input.o input.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    input.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     assert.c && mv -f assert.o assert.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    assert.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     nlist.c && mv -f nlist.o nlist.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    nlist.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     opt.delscn.c && mv -f opt.delscn.o opt.delscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    opt.delscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     x.remscn.c && mv -f x.remscn.o x.remscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    x.remscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     x.movscn.c && mv -f x.movscn.o x.movscn.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    x.movscn.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     x.elfext.c && mv -f x.elfext.o x.elfext.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    x.elfext.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     64.xlatetof.c && mv -f 64.xlatetof.o 64.xlatetof.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    64.xlatetof.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     gelfehdr.c && mv -f gelfehdr.o gelfehdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    gelfehdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     gelfphdr.c && mv -f gelfphdr.o gelfphdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    gelfphdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     gelfshdr.c && mv -f gelfshdr.o gelfshdr.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    gelfshdr.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     gelftrans.c && mv -f gelftrans.o gelftrans.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    gelftrans.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     swap64.c && mv -f swap64.o swap64.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    swap64.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     verdef_32_tof.c && mv -f verdef_32_tof.o verdef_32_tof.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    verdef_32_tof.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     verdef_32_tom.c && mv -f verdef_32_tom.o verdef_32_tom.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    verdef_32_tom.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     verdef_64_tof.c && mv -f verdef_64_tof.o verdef_64_tof.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    verdef_64_tof.c
if test -n ""; then \
  gcc -c -DHAVE_CONFIG_H -I.. -I. -I.     verdef_64_tom.c && mv -f verdef_64_tom.o verdef_64_tom.os; \
else true; fi
gcc -c -DHAVE_CONFIG_H -I.. -I. -I.    verdef_64_tom.c
ar rcv libelf.a begin.o cntl.o end.o errmsg.o errno.o fill.o flag.o getarhdr.o getarsym.o getbase.o getdata.o getident.o getscn.o hash.o kind.o ndxscn.o newdata.o newscn.o next.o nextscn.o rand.o rawdata.o rawfile.o strptr.o update.o version.o checksum.o getaroff.o 32.fsize.o 32.getehdr.o 32.getphdr.o 32.getshdr.o 32.newehdr.o 32.newphdr.o 32.xlatetof.o cook.o data.o input.o assert.o nlist.o opt.delscn.o x.remscn.o x.movscn.o x.elfext.o 64.xlatetof.o gelfehdr.o gelfphdr.o gelfshdr.o gelftrans.o swap64.o verdef_32_tof.o verdef_32_tom.o verdef_64_tof.o verdef_64_tom.o 
a - begin.o
a - cntl.o
a - end.o
a - errmsg.o
a - errno.o
a - fill.o
a - flag.o
a - getarhdr.o
a - getarsym.o
a - getbase.o
a - getdata.o
a - getident.o
a - getscn.o
a - hash.o
a - kind.o
a - ndxscn.o
a - newdata.o
a - newscn.o
a - next.o
a - nextscn.o
a - rand.o
a - rawdata.o
a - rawfile.o
a - strptr.o
a - update.o
a - version.o
a - checksum.o
a - getaroff.o
a - 32.fsize.o
a - 32.getehdr.o
a - 32.getphdr.o
a - 32.getshdr.o
a - 32.newehdr.o
a - 32.newphdr.o
a - 32.xlatetof.o
a - cook.o
a - data.o
a - input.o
a - assert.o
a - nlist.o
a - opt.delscn.o
a - x.remscn.o
a - x.movscn.o
a - x.elfext.o
a - 64.xlatetof.o
a - gelfehdr.o
a - gelfphdr.o
a - gelfshdr.o
a - gelftrans.o
a - swap64.o
a - verdef_32_tof.o
a - verdef_32_tom.o
a - verdef_64_tof.o
a - verdef_64_tom.o
ranlib libelf.a
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/lib'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/libelf'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/libelf'
install -d -m0755 /home/zs14/spaces/cc/openwrt/staging_dir/host/{lib,include/libelf}
cp -fpR /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/lib/{elf_repl.h,gelf.h,libelf.h,nlist.h,sys_elf.h} /home/zs14/spaces/cc/openwrt/staging_dir/host/include/libelf/
cp -fpR /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/lib/libelf.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/libelf-0.8.13/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.libelf_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/libelf'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/flex'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "flex-2.5.39.tar.bz2" "77d44c6bb8c0705e0017ab9a84a1502b" "" "@SF/flex"
--2016-11-22 22:13:03--  http://downloads.sourceforge.net/flex/flex-2.5.39.tar.bz2
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://freefr.dl.sourceforge.net/project/flex/flex-2.5.39.tar.bz2 [following]
--2016-11-22 22:13:03--  https://freefr.dl.sourceforge.net/project/flex/flex-2.5.39.tar.bz2
Resolving freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)... 88.191.250.136, 2a01:e0d:1:8:58bf:fa88:0:1
Connecting to freefr.dl.sourceforge.net (freefr.dl.sourceforge.net)|88.191.250.136|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1612101 (1.5M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.54M   587KB/s    in 2.7s    

2016-11-22 22:13:07 (587 KB/s) - written to stdout [1612101/1612101]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; bzcat /home/zs14/spaces/cc/openwrt/dl/flex-2.5.39.tar.bz2 | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/.. -xf - 

Applying ./patches/100-remove_no_undefined.patch using plaintext: 
patching file Makefile.am
touch /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/.prepared5125b0fb98398ef0a14fe8a362874591
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --disable-shared ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for x86_64-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for fgrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking for bison... bison
checking for help2man... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/help2man
checking for m4 that supports -P... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4
checking for indent... indent
configure: WARNING: no indent program found: make indent target will not function
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pthread_mutex_lock in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for log10 in -lm... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... 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 stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for dup2... yes
checking for isascii... yes
checking for memset... yes
checking for pow... yes
checking for regcomp... yes
checking for setlocale... yes
checking for strchr... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating examples/fastwc/Makefile
config.status: creating examples/manual/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating tests/TEMPLATE/Makefile
config.status: creating tests/test-array-nr/Makefile
config.status: creating tests/test-array-r/Makefile
config.status: creating tests/test-basic-nr/Makefile
config.status: creating tests/test-basic-r/Makefile
config.status: creating tests/test-bison-yylloc/Makefile
config.status: creating tests/test-bison-yylval/Makefile
config.status: creating tests/test-c-cpp-nr/Makefile
config.status: creating tests/test-c-cpp-r/Makefile
config.status: creating tests/test-header-nr/Makefile
config.status: creating tests/test-header-r/Makefile
config.status: creating tests/test-include-by-buffer/Makefile
config.status: creating tests/test-include-by-push/Makefile
config.status: creating tests/test-include-by-reentrant/Makefile
config.status: creating tests/test-multiple-scanners-nr/Makefile
config.status: creating tests/test-multiple-scanners-r/Makefile
config.status: creating tests/test-noansi-nr/Makefile
config.status: creating tests/test-noansi-r/Makefile
config.status: creating tests/test-prefix-nr/Makefile
config.status: creating tests/test-prefix-r/Makefile
config.status: creating tests/test-pthread/Makefile
config.status: creating tests/test-string-nr/Makefile
config.status: creating tests/test-string-r/Makefile
config.status: creating tests/test-yyextra/Makefile
config.status: creating tests/test-alloc-extra/Makefile
config.status: creating tests/test-lineno-nr/Makefile
config.status: creating tests/test-lineno-trailing/Makefile
config.status: creating tests/test-lineno-r/Makefile
config.status: creating tests/test-linedir-r/Makefile
config.status: creating tests/test-debug-r/Makefile
config.status: creating tests/test-debug-nr/Makefile
config.status: creating tests/test-mem-nr/Makefile
config.status: creating tests/test-mem-r/Makefile
config.status: creating tests/test-posix/Makefile
config.status: creating tests/test-posixly-correct/Makefile
config.status: creating tests/test-table-opts/Makefile
config.status: creating tests/test-c++-basic/Makefile
config.status: creating tests/test-bison-nr/Makefile
config.status: creating tests/test-reject/Makefile
config.status: creating tests/test-c++-multiple-scanners/Makefile
config.status: creating tests/test-top/Makefile
config.status: creating tests/test-rescan-nr/Makefile
config.status: creating tests/test-rescan-r/Makefile
config.status: creating tests/test-quotes/Makefile
config.status: creating tests/test-ccl/Makefile
config.status: creating tests/test-extended/Makefile
config.status: creating tests/test-c++-yywrap/Makefile
config.status: creating tests/test-concatenated-options/Makefile
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
 cd . && /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/missing --run automake-1.11 --gnu Makefile
/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/missing: line 52: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
 cd . && /usr/bin/env bash ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
 cd .. && /usr/bin/env bash ./config.status lib/Makefile depfiles
config.status: creating lib/Makefile
config.status: executing depfiles commands
/usr/bin/env bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib.lo -MD -MP -MF .deps/lib.Tpo -c -o lib.lo lib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib.lo -MD -MP -MF .deps/lib.Tpo -c lib.c -o lib.o
mv -f .deps/lib.Tpo .deps/lib.Plo
/usr/bin/env bash ../libtool --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libcompat.la  lib.lo  -lm 
libtool: link: x86_64-linux-gnu-ar cru .libs/libcompat.a  lib.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libcompat.a
libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
Making all in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
/usr/bin/env bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c -o libmain.lo libmain.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c libmain.c -o libmain.o
mv -f .deps/libmain.Tpo .deps/libmain.Plo
/usr/bin/env bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c -o libyywrap.lo libyywrap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c libyywrap.c -o libyywrap.o
mv -f .deps/libyywrap.Tpo .deps/libyywrap.Plo
/usr/bin/env bash ./libtool --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -no-undefined -version-info 2:0:0 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libfl.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib libmain.lo libyywrap.lo  -lm 
libtool: link: x86_64-linux-gnu-ar cru .libs/libfl.a  libmain.o libyywrap.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libfl.a
libtool: link: ( cd ".libs" && rm -f "libfl.la" && ln -s "../libfl.la" "libfl.la" )
/usr/bin/env bash ./libtool --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -no-undefined -version-info 2:0:0 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o libfl_pic.la -rpath /home/zs14/spaces/cc/openwrt/staging_dir/host/lib libmain.lo libyywrap.lo  -lm 
libtool: link: x86_64-linux-gnu-ar cru .libs/libfl_pic.a  libmain.o libyywrap.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libfl_pic.a
libtool: link: ( cd ".libs" && rm -f "libfl_pic.la" && ln -s "../libfl_pic.la" "libfl_pic.la" )
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ccl.o -MD -MP -MF .deps/ccl.Tpo -c -o ccl.o ccl.c
mv -f .deps/ccl.Tpo .deps/ccl.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c
mv -f .deps/dfa.Tpo .deps/dfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT ecs.o -MD -MP -MF .deps/ecs.Tpo -c -o ecs.o ecs.c
mv -f .deps/ecs.Tpo .deps/ecs.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT scanflags.o -MD -MP -MF .deps/scanflags.Tpo -c -o scanflags.o scanflags.c
scanflags.c: In function 'sf_init':
scanflags.c:65:13: warning: passing argument 2 of 'lerrsf_fatal' makes pointer from integer without a cast [-Wint-conversion]
             (long)sizeof(scanflags_t));
             ^
In file included from scanflags.c:34:0:
flexdef.h:912:13: note: expected 'const char *' but argument is of type 'long int'
 extern void lerrsf_fatal PROTO ((const char *, const char *));
             ^~~~~~~~~~~~
mv -f .deps/scanflags.Tpo .deps/scanflags.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT gen.o -MD -MP -MF .deps/gen.Tpo -c -o gen.o gen.c
mv -f .deps/gen.Tpo .deps/gen.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT nfa.o -MD -MP -MF .deps/nfa.Tpo -c -o nfa.o nfa.c
mv -f .deps/nfa.Tpo .deps/nfa.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c
mv -f .deps/scan.Tpo .deps/scan.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT skel.o -MD -MP -MF .deps/skel.Tpo -c -o skel.o skel.c
mv -f .deps/skel.Tpo .deps/skel.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT sym.o -MD -MP -MF .deps/sym.Tpo -c -o sym.o sym.c
mv -f .deps/sym.Tpo .deps/sym.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tblcmp.o -MD -MP -MF .deps/tblcmp.Tpo -c -o tblcmp.o tblcmp.c
mv -f .deps/tblcmp.Tpo .deps/tblcmp.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT yylex.o -MD -MP -MF .deps/yylex.Tpo -c -o yylex.o yylex.c
mv -f .deps/yylex.Tpo .deps/yylex.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
mv -f .deps/options.Tpo .deps/options.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT scanopt.o -MD -MP -MF .deps/scanopt.Tpo -c -o scanopt.o scanopt.c
mv -f .deps/scanopt.Tpo .deps/scanopt.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT buf.o -MD -MP -MF .deps/buf.Tpo -c -o buf.o buf.c
buf.c: In function 'buf_linedir':
buf.c:101:60: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     for (dst = t + sprintf (t, "#line %d \"", lineno), src = filename; *src; *dst++ = *src++)
                                                            ^
mv -f .deps/buf.Tpo .deps/buf.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o tables.c
mv -f .deps/tables.Tpo .deps/tables.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT tables_shared.o -MD -MP -MF .deps/tables_shared.Tpo -c -o tables_shared.o tables_shared.c
mv -f .deps/tables_shared.Tpo .deps/tables_shared.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
mv -f .deps/filter.Tpo .deps/filter.Po
gcc -DHAVE_CONFIG_H -I.  -DLOCALEDIR=\"/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale\" -I./intl -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c
mv -f .deps/regex.Tpo .deps/regex.Po
/usr/bin/env bash ./libtool --tag=CC   --mode=link gcc  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o lib/libcompat.la -lm 
libtool: link: gcc -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -o flex ccl.o dfa.o ecs.o scanflags.o gen.o main.o misc.o nfa.o parse.o scan.o skel.o sym.o tblcmp.o yylex.o options.o scanopt.o buf.o tables.o tables_shared.o filter.o regex.o  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib lib/.libs/libcompat.a -lm
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
Making all in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
 cd .. && /usr/bin/env bash ./config.status doc/Makefile 
config.status: creating doc/Makefile
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
Making all in examples
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
 cd .. && /usr/bin/env bash ./config.status examples/Makefile 
config.status: creating examples/Makefile
Making all in manual
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
 cd ../.. && /usr/bin/env bash ./config.status examples/manual/Makefile 
config.status: creating examples/manual/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
Making all in fastwc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
 cd ../.. && /usr/bin/env bash ./config.status examples/fastwc/Makefile 
config.status: creating examples/fastwc/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
Making all in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/po'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/po'
Making all in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
 cd .. && /usr/bin/env bash ./config.status tests/Makefile 
config.status: creating tests/Makefile
Making all in test-concatenated-options
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-concatenated-options/Makefile 
config.status: creating tests/test-concatenated-options/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
Making all in test-c++-yywrap
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-c++-yywrap/Makefile 
config.status: creating tests/test-c++-yywrap/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
Making all in test-extended
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-extended/Makefile 
config.status: creating tests/test-extended/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
Making all in test-ccl
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-ccl/Makefile 
config.status: creating tests/test-ccl/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
Making all in test-quotes
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-quotes/Makefile 
config.status: creating tests/test-quotes/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
Making all in test-rescan-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-rescan-r/Makefile 
config.status: creating tests/test-rescan-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
Making all in test-rescan-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-rescan-nr/Makefile 
config.status: creating tests/test-rescan-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
Making all in test-basic-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-basic-nr/Makefile 
config.status: creating tests/test-basic-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
Making all in test-basic-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-basic-r/Makefile 
config.status: creating tests/test-basic-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
Making all in test-bison-yylloc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-bison-yylloc/Makefile 
config.status: creating tests/test-bison-yylloc/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
Making all in test-bison-yylval
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-bison-yylval/Makefile 
config.status: creating tests/test-bison-yylval/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
Making all in test-bison-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-bison-nr/Makefile 
config.status: creating tests/test-bison-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
Making all in test-multiple-scanners-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-multiple-scanners-nr/Makefile 
config.status: creating tests/test-multiple-scanners-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
Making all in test-multiple-scanners-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-multiple-scanners-r/Makefile 
config.status: creating tests/test-multiple-scanners-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
Making all in test-header-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-header-nr/Makefile 
config.status: creating tests/test-header-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
Making all in test-header-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-header-r/Makefile 
config.status: creating tests/test-header-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
Making all in test-reject
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-reject/Makefile 
config.status: creating tests/test-reject/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
Making all in test-c++-multiple-scanners
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-c++-multiple-scanners/Makefile 
config.status: creating tests/test-c++-multiple-scanners/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
Making all in test-c++-basic
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-c++-basic/Makefile 
config.status: creating tests/test-c++-basic/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
Making all in test-posixly-correct
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-posixly-correct/Makefile 
config.status: creating tests/test-posixly-correct/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
Making all in test-posix
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-posix/Makefile 
config.status: creating tests/test-posix/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
Making all in test-mem-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-mem-r/Makefile 
config.status: creating tests/test-mem-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
Making all in test-mem-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-mem-nr/Makefile 
config.status: creating tests/test-mem-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
Making all in test-debug-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-debug-nr/Makefile 
config.status: creating tests/test-debug-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
Making all in test-debug-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-debug-r/Makefile 
config.status: creating tests/test-debug-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
Making all in test-lineno-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-lineno-r/Makefile 
config.status: creating tests/test-lineno-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
Making all in test-lineno-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-lineno-nr/Makefile 
config.status: creating tests/test-lineno-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
Making all in test-lineno-trailing
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-lineno-trailing/Makefile 
config.status: creating tests/test-lineno-trailing/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
Making all in test-linedir-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-linedir-r/Makefile 
config.status: creating tests/test-linedir-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
Making all in test-array-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-array-nr/Makefile 
config.status: creating tests/test-array-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
Making all in test-array-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-array-r/Makefile 
config.status: creating tests/test-array-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
Making all in test-c-cpp-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-c-cpp-nr/Makefile 
config.status: creating tests/test-c-cpp-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
Making all in test-c-cpp-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-c-cpp-r/Makefile 
config.status: creating tests/test-c-cpp-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
Making all in test-include-by-buffer
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-include-by-buffer/Makefile 
config.status: creating tests/test-include-by-buffer/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
Making all in test-include-by-push
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-include-by-push/Makefile 
config.status: creating tests/test-include-by-push/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
Making all in test-include-by-reentrant
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-include-by-reentrant/Makefile 
config.status: creating tests/test-include-by-reentrant/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
Making all in test-prefix-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-prefix-nr/Makefile 
config.status: creating tests/test-prefix-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
Making all in test-prefix-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-prefix-r/Makefile 
config.status: creating tests/test-prefix-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
Making all in test-pthread
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-pthread/Makefile 
config.status: creating tests/test-pthread/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
Making all in test-string-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-string-nr/Makefile 
config.status: creating tests/test-string-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
Making all in test-string-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-string-r/Makefile 
config.status: creating tests/test-string-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
Making all in test-yyextra
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-yyextra/Makefile 
config.status: creating tests/test-yyextra/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
Making all in test-alloc-extra
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-alloc-extra/Makefile 
config.status: creating tests/test-alloc-extra/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
Making all in test-noansi-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-noansi-nr/Makefile 
config.status: creating tests/test-noansi-nr/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
Making all in test-noansi-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-noansi-r/Makefile 
config.status: creating tests/test-noansi-r/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
Making all in test-top
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-top/Makefile 
config.status: creating tests/test-top/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
Making all in test-table-opts
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
 cd ../.. && /usr/bin/env bash ./config.status tests/test-table-opts/Makefile 
config.status: creating tests/test-table-opts/Makefile
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/flex'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/flex'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
Making install in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/lib'
Making install in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c   libfl.la libfl_pic.la '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
libtool: install: /usr/bin/install -c .libs/libfl.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl.la
libtool: install: /usr/bin/install -c .libs/libfl_pic.lai /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl_pic.la
libtool: install: /usr/bin/install -c .libs/libfl.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl.a
libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl.a
libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl.a
libtool: install: /usr/bin/install -c .libs/libfl_pic.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl_pic.a
libtool: install: chmod 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl_pic.a
libtool: install: x86_64-linux-gnu-ranlib /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libfl_pic.a
libtool: finish: PATH="/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/home/zs14/spaces/cc/openwrt/staging_dir/host/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n /home/zs14/spaces/cc/openwrt/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/zs14/spaces/cc/openwrt/staging_dir/host/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/env bash ./libtool   --mode=install /usr/bin/install -c flex '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
libtool: install: /usr/bin/install -c flex /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/flex
make  install-exec-hook
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
cd /home/zs14/spaces/cc/openwrt/staging_dir/host/bin && \
    ln -s -f flex flex++
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/flex'
 /usr/bin/install -c -m 644 AUTHORS COPYING NEWS ONEWS README TODO '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/flex'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
 /usr/bin/install -c -m 644 FlexLexer.h '/home/zs14/spaces/cc/openwrt/staging_dir/host/include'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
Making install in doc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
make[7]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/flex'
 /usr/bin/install -c -m 644 flex.pdf '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/flex'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./flex.info ./flex.info-1 ./flex.info-2 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 flex.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/doc'
Making install in examples
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
Making install in manual
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/manual'
Making install in fastwc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples/fastwc'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/examples'
Making install in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/po'
installing ca.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ca/LC_MESSAGES/flex.mo
installing da.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/da/LC_MESSAGES/flex.mo
installing de.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/de/LC_MESSAGES/flex.mo
installing en at quot.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/en at quot/LC_MESSAGES/flex.mo
installing en at boldquot.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/en at boldquot/LC_MESSAGES/flex.mo
installing eo.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/eo/LC_MESSAGES/flex.mo
installing es.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/es/LC_MESSAGES/flex.mo
installing fi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fi/LC_MESSAGES/flex.mo
installing fr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fr/LC_MESSAGES/flex.mo
installing ga.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ga/LC_MESSAGES/flex.mo
installing hr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/hr/LC_MESSAGES/flex.mo
installing ko.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ko/LC_MESSAGES/flex.mo
installing nl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/nl/LC_MESSAGES/flex.mo
installing pl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pl/LC_MESSAGES/flex.mo
installing pt_BR.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pt_BR/LC_MESSAGES/flex.mo
installing ro.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ro/LC_MESSAGES/flex.mo
installing ru.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ru/LC_MESSAGES/flex.mo
installing sr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sr/LC_MESSAGES/flex.mo
installing sv.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sv/LC_MESSAGES/flex.mo
installing tr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/tr/LC_MESSAGES/flex.mo
installing vi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/vi/LC_MESSAGES/flex.mo
installing zh_CN.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_CN/LC_MESSAGES/flex.mo
installing zh_TW.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_TW/LC_MESSAGES/flex.mo
if test "flex" = "gettext-tools"; then \
  /bin/mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/po'
Making install in tests
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
Making install in test-concatenated-options
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-concatenated-options'
Making install in test-c++-yywrap
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-yywrap'
Making install in test-extended
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-extended'
Making install in test-ccl
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-ccl'
Making install in test-quotes
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-quotes'
Making install in test-rescan-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-r'
Making install in test-rescan-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-rescan-nr'
Making install in test-basic-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-nr'
Making install in test-basic-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-basic-r'
Making install in test-bison-yylloc
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylloc'
Making install in test-bison-yylval
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-yylval'
Making install in test-bison-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-bison-nr'
Making install in test-multiple-scanners-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-nr'
Making install in test-multiple-scanners-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-multiple-scanners-r'
Making install in test-header-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-nr'
Making install in test-header-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-header-r'
Making install in test-reject
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-reject'
Making install in test-c++-multiple-scanners
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-multiple-scanners'
Making install in test-c++-basic
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c++-basic'
Making install in test-posixly-correct
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posixly-correct'
Making install in test-posix
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-posix'
Making install in test-mem-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-r'
Making install in test-mem-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-mem-nr'
Making install in test-debug-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-nr'
Making install in test-debug-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-debug-r'
Making install in test-lineno-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-r'
Making install in test-lineno-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-nr'
Making install in test-lineno-trailing
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-lineno-trailing'
Making install in test-linedir-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-linedir-r'
Making install in test-array-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-nr'
Making install in test-array-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-array-r'
Making install in test-c-cpp-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-nr'
Making install in test-c-cpp-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-c-cpp-r'
Making install in test-include-by-buffer
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-buffer'
Making install in test-include-by-push
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-push'
Making install in test-include-by-reentrant
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-include-by-reentrant'
Making install in test-prefix-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-nr'
Making install in test-prefix-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-prefix-r'
Making install in test-pthread
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-pthread'
Making install in test-string-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-nr'
Making install in test-string-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-string-r'
Making install in test-yyextra
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-yyextra'
Making install in test-alloc-extra
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-alloc-extra'
Making install in test-noansi-nr
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-nr'
Making install in test-noansi-r
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-noansi-r'
Making install in test-top
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-top'
Making install in test-table-opts
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests/test-table-opts'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/tests'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/flex-2.5.39/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.flex_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/flex'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/bison'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "bison-3.0.2.tar.xz" "146be9ff9fbd27497f0bf2286a5a2082" "" "@GNU/bison"
--2016-11-22 22:13:24--  http://ftpmirror.gnu.org/bison/bison-3.0.2.tar.xz
Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.73
Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.73|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mirror.tochlab.net/pub/gnu/bison/bison-3.0.2.tar.xz [following]
--2016-11-22 22:13:24--  http://mirror.tochlab.net/pub/gnu/bison/bison-3.0.2.tar.xz
Resolving mirror.tochlab.net (mirror.tochlab.net)... 5.178.86.222
Connecting to mirror.tochlab.net (mirror.tochlab.net)|5.178.86.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1927296 (1.8M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   1.84M  1.29MB/s    in 1.4s    

2016-11-22 22:13:25 (1.29 MB/s) - written to stdout [1927296/1927296]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; xzcat /home/zs14/spaces/cc/openwrt/dl/bison-3.0.2.tar.xz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/.. -xf - 

Applying ./patches/010-intl-stub-compat.patch using plaintext: 
patching file src/main.c

Applying ./patches/100-fix-gets-removal.patch using plaintext: 
patching file lib/stdio.in.h
touch /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/.preparedb23a8bb2b6074ba066f93a8551e8b2da
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether pragma GCC diagnostic push works... yes
checking whether gcc supports POSIXLY_CORRECT=1... yes
checking whether x86_64-linux-gnu-g++ builds executables that work... yes
checking whether x86_64-linux-gnu-g++ supports POSIXLY_CORRECT=1... yes
checking for flex... flex
checking whether lex is flex... yes
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... no
checking for byacc... no
checking for x86_64-linux-gnu-ranlib... (cached) x86_64-linux-gnu-ranlib
checking for GNU M4 that supports accurate traces... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4
checking whether /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/perl
checking for xsltproc... no
checking for locale.h... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... yes
checking for features.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... yes
checking for sched.h... yes
checking for spawn.h... yes
checking for sys/wait.h... yes
checking for sys/time.h... yes
checking for wctype.h... yes
checking for inline... inline
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for symlink... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for __fseterr... no
checking for getdtablesize... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for isascii... yes
checking for mprotect... yes
checking for obstack_printf... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for pipe2... yes
checking for posix_spawn... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for strdup... yes
checking for catgets... yes
checking for strndup... yes
checking for pipe... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for setlocale... yes
checking whether // is distinct from /... no
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... yes
checking for sig_atomic_t... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking whether printf supports infinite 'long double' arguments... no
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
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 for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking whether stdint.h conforms to C99... yes
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 'float'... word 0 bit 23
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... 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... yes
checking whether isnanl works... no
checking whether ldexp() can be used without linking with libm... yes
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... yes
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 whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking whether lstat correctly handles trailing slash... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether obstack_printf is declared... yes
checking for promoted mode_t type... mode_t
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strerror_r is declared... (cached) yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking for ptrdiff_t... yes
checking whether C symbols are prefixed with underscore at the linker level... no
checking for sigset_t... yes
checking for C/C++ restrict keyword... __restrict
checking for uid_t in sys/types.h... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether strdup is declared... 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... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
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... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether unsetenv is declared... yes
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking for ptrdiff_t... (cached) yes
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking whether getdtablesize works... 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 macro works... no
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) no
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking whether ldexpl is declared... yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking for pthread_rwlock_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
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... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for obstacks... yes
checking whether open recognizes a trailing slash... yes
checking whether perror matches strerror... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... (cached) yes
checking whether ldexpl works... (cached) yes
checking whether ldexpl is declared... (cached) yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
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 signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf truncates the result as in C99... yes
checking whether snprintf fully supports the 'n' directive... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... yes
checking for ptrdiff_t... (cached) yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking whether posix_spawn is declared without a macro... yes
checking whether posix_spawnp is declared without a macro... yes
checking whether posix_spawnattr_init is declared without a macro... yes
checking whether posix_spawnattr_destroy is declared without a macro... yes
checking whether posix_spawnattr_getsigdefault is declared without a macro... yes
checking whether posix_spawnattr_setsigdefault is declared without a macro... yes
checking whether posix_spawnattr_getsigmask is declared without a macro... yes
checking whether posix_spawnattr_setsigmask is declared without a macro... yes
checking whether posix_spawnattr_getflags is declared without a macro... yes
checking whether posix_spawnattr_setflags is declared without a macro... yes
checking whether posix_spawnattr_getpgroup is declared without a macro... yes
checking whether posix_spawnattr_setpgroup is declared without a macro... yes
checking whether posix_spawnattr_getschedpolicy is declared without a macro... yes
checking whether posix_spawnattr_setschedpolicy is declared without a macro... yes
checking whether posix_spawnattr_getschedparam is declared without a macro... yes
checking whether posix_spawnattr_setschedparam is declared without a macro... yes
checking whether posix_spawn_file_actions_init is declared without a macro... yes
checking whether posix_spawn_file_actions_destroy is declared without a macro... yes
checking whether posix_spawn_file_actions_addopen is declared without a macro... yes
checking whether posix_spawn_file_actions_addclose is declared without a macro... yes
checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes
checking for ptrdiff_t... (cached) 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 whether NULL can be used in arbitrary expressions... yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
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... no
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... yes
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... yes
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... yes
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... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
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... yes
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... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
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 stpcpy... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strtoul... yes
checking for strverscmp... 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 waitpid is declared without a macro... 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... yes
checking whether euidaccess is declared without a macro... yes
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... yes
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 whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for vsnprintf... (cached) yes
checking whether snprintf truncates the result as in C99... (cached) yes
checking whether snprintf fully supports the 'n' directive... (cached) yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for waitid... 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 whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking if malloc debugging is wanted... no
checking for sys/time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for times... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking whether clock is declared... no
checking whether sysconf is declared... yes
checking for clock_t... yes
checking for struct tms... yes
checking for a sed that does not truncate output... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for valgrind... no
checking for Java compiler... no
checking for Java virtual machine... java
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating javacomp.sh
config.status: creating javaexec.sh
config.status: creating runtime-po/Makefile.in
config.status: creating etc/bench.pl
config.status: creating tests/atlocal
config.status: creating tests/bison
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating doc/yacc.1
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating runtime-po/POTFILES
config.status: creating runtime-po/Makefile
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing tests/atconfig commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
rm -f examples/extracted.stamp examples/extracted.stamp.tmp
touch examples/extracted.stamp.tmp
VERSION="Chaos" /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/perl ./examples/extexi ./doc/bison.texi -- examples/calc++/calc++-driver.cc examples/calc++/calc++-driver.hh examples/calc++/calc++-scanner.ll examples/calc++/calc++.cc examples/calc++/calc++-parser.yy examples/mfcalc/calc.h examples/mfcalc/mfcalc.y examples/rpcalc/rpcalc.y
extexi:  GEN examples/rpcalc/rpcalc.y
extexi:  GEN examples/mfcalc/mfcalc.y
extexi:  GEN examples/mfcalc/calc.h
extexi:  GEN examples/calc++/calc++-driver.hh
extexi:  GEN examples/calc++/calc++-driver.cc
extexi:  GEN examples/calc++/calc++-parser.yy
extexi:  GEN examples/calc++/calc++-scanner.ll
extexi:  GEN examples/calc++/calc++.cc
mv examples/extracted.stamp.tmp examples/extracted.stamp
rm -f lib/alloca.h-t lib/alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./lib/alloca.in.h; \
} > lib/alloca.h-t && \
mv -f lib/alloca.h-t lib/alloca.h
rm -f lib/configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define EXEC_PREFIX "/home/zs14/spaces/cc/openwrt/staging_dir/host"'; \
  echo '#define BINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define SBINDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/bin"'; \
  echo '#define LIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec"'; \
  echo '#define DATAROOTDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define DATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share"'; \
  echo '#define SYSCONFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/etc"'; \
  echo '#define SHAREDSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/com"'; \
  echo '#define LOCALSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var"'; \
  echo '#define RUNSTATEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/var/run"'; \
  echo '#define INCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/bison"'; \
  echo '#define INFODIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info"'; \
  echo '#define HTMLDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/bison"'; \
  echo '#define DVIDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/bison"'; \
  echo '#define PDFDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/bison"'; \
  echo '#define PSDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/doc/bison"'; \
  echo '#define LIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib"'; \
  echo '#define LISPDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/emacs/site-lisp"'; \
  echo '#define LOCALEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale"'; \
  echo '#define MANDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison"'; \
  echo '#define PKGINCLUDEDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/include/bison"'; \
  echo '#define PKGLIBDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/lib/bison"'; \
  echo '#define PKGLIBEXECDIR "/home/zs14/spaces/cc/openwrt/staging_dir/host/libexec/bison"'; \
} | sed '/""/d' > lib/configmake.h-t && \
mv -f lib/configmake.h-t lib/configmake.h
rm -f lib/c++defs.h-t lib/c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
  < ./build-aux/snippet/c++defs.h \
  > lib/c++defs.h-t && \
mv lib/c++defs.h-t lib/c++defs.h
rm -f lib/arg-nonnull.h-t lib/arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
  < ./build-aux/snippet/arg-nonnull.h \
  > lib/arg-nonnull.h-t && \
mv lib/arg-nonnull.h-t lib/arg-nonnull.h
rm -f lib/warn-on-use.h-t lib/warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
  < ./build-aux/snippet/warn-on-use.h \
  > lib/warn-on-use.h-t && \
mv lib/warn-on-use.h-t lib/warn-on-use.h
rm -f lib/fcntl.h-t lib/fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_FCNTL''@/1/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/1/g' \
      -e 's/@''GNULIB_OPENAT''@/0/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_FCNTL''@|1|g' \
      -e 's|@''REPLACE_OPEN''@|0|g' \
      -e 's|@''REPLACE_OPENAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/fcntl.in.h; \
} > lib/fcntl.h-t && \
mv lib/fcntl.h-t lib/fcntl.h
rm -f lib/inttypes.h-t lib/inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
      -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
      -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
      -e 's/@''GNULIB_IMAXABS''@/0/g' \
      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/inttypes.in.h; \
} > lib/inttypes.h-t && \
mv lib/inttypes.h-t lib/inttypes.h
rm -f lib/math.h-t lib/math.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
      -e 's/@''GNULIB_ACOSF''@/0/g' \
      -e 's/@''GNULIB_ACOSL''@/0/g' \
      -e 's/@''GNULIB_ASINF''@/0/g' \
      -e 's/@''GNULIB_ASINL''@/0/g' \
      -e 's/@''GNULIB_ATANF''@/0/g' \
      -e 's/@''GNULIB_ATANL''@/0/g' \
      -e 's/@''GNULIB_ATAN2F''@/0/g' \
      -e 's/@''GNULIB_CBRT''@/0/g' \
      -e 's/@''GNULIB_CBRTF''@/0/g' \
      -e 's/@''GNULIB_CBRTL''@/0/g' \
      -e 's/@''GNULIB_CEIL''@/0/g' \
      -e 's/@''GNULIB_CEILF''@/0/g' \
      -e 's/@''GNULIB_CEILL''@/0/g' \
      -e 's/@''GNULIB_COPYSIGN''@/0/g' \
      -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
      -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
      -e 's/@''GNULIB_COSF''@/0/g' \
      -e 's/@''GNULIB_COSL''@/0/g' \
      -e 's/@''GNULIB_COSHF''@/0/g' \
      -e 's/@''GNULIB_EXPF''@/0/g' \
      -e 's/@''GNULIB_EXPL''@/0/g' \
      -e 's/@''GNULIB_EXP2''@/0/g' \
      -e 's/@''GNULIB_EXP2F''@/0/g' \
      -e 's/@''GNULIB_EXP2L''@/0/g' \
      -e 's/@''GNULIB_EXPM1''@/0/g' \
      -e 's/@''GNULIB_EXPM1F''@/0/g' \
      -e 's/@''GNULIB_EXPM1L''@/0/g' \
      -e 's/@''GNULIB_FABSF''@/0/g' \
      -e 's/@''GNULIB_FABSL''@/0/g' \
      -e 's/@''GNULIB_FLOOR''@/0/g' \
      -e 's/@''GNULIB_FLOORF''@/0/g' \
      -e 's/@''GNULIB_FLOORL''@/0/g' \
      -e 's/@''GNULIB_FMA''@/0/g' \
      -e 's/@''GNULIB_FMAF''@/0/g' \
      -e 's/@''GNULIB_FMAL''@/0/g' \
      -e 's/@''GNULIB_FMOD''@/0/g' \
      -e 's/@''GNULIB_FMODF''@/0/g' \
      -e 's/@''GNULIB_FMODL''@/0/g' \
      -e 's/@''GNULIB_FREXPF''@/0/g' \
      -e 's/@''GNULIB_FREXP''@/1/g' \
      -e 's/@''GNULIB_FREXPL''@/1/g' \
      -e 's/@''GNULIB_HYPOT''@/0/g' \
      -e 's/@''GNULIB_HYPOTF''@/0/g' \
      -e 's/@''GNULIB_HYPOTL''@/0/g' \
      < ./lib/math.in.h | \
  sed -e 's/@''GNULIB_ILOGB''@/0/g' \
      -e 's/@''GNULIB_ILOGBF''@/0/g' \
      -e 's/@''GNULIB_ILOGBL''@/0/g' \
      -e 's/@''GNULIB_ISFINITE''@/0/g' \
      -e 's/@''GNULIB_ISINF''@/0/g' \
      -e 's/@''GNULIB_ISNAN''@/1/g' \
      -e 's/@''GNULIB_ISNANF''@/1/g' \
      -e 's/@''GNULIB_ISNAND''@/1/g' \
      -e 's/@''GNULIB_ISNANL''@/1/g' \
      -e 's/@''GNULIB_LDEXPF''@/0/g' \
      -e 's/@''GNULIB_LDEXPL''@/1/g' \
      -e 's/@''GNULIB_LOG''@/0/g' \
      -e 's/@''GNULIB_LOGF''@/0/g' \
      -e 's/@''GNULIB_LOGL''@/0/g' \
      -e 's/@''GNULIB_LOG10''@/0/g' \
      -e 's/@''GNULIB_LOG10F''@/0/g' \
      -e 's/@''GNULIB_LOG10L''@/0/g' \
      -e 's/@''GNULIB_LOG1P''@/0/g' \
      -e 's/@''GNULIB_LOG1PF''@/0/g' \
      -e 's/@''GNULIB_LOG1PL''@/0/g' \
      -e 's/@''GNULIB_LOG2''@/0/g' \
      -e 's/@''GNULIB_LOG2F''@/0/g' \
      -e 's/@''GNULIB_LOG2L''@/0/g' \
      -e 's/@''GNULIB_LOGB''@/0/g' \
      -e 's/@''GNULIB_LOGBF''@/0/g' \
      -e 's/@''GNULIB_LOGBL''@/0/g' \
      -e 's/@''GNULIB_MODF''@/0/g' \
      -e 's/@''GNULIB_MODFF''@/0/g' \
      -e 's/@''GNULIB_MODFL''@/0/g' \
      -e 's/@''GNULIB_POWF''@/0/g' \
      -e 's/@''GNULIB_REMAINDER''@/0/g' \
      -e 's/@''GNULIB_REMAINDERF''@/0/g' \
      -e 's/@''GNULIB_REMAINDERL''@/0/g' \
      -e 's/@''GNULIB_RINT''@/0/g' \
      -e 's/@''GNULIB_RINTF''@/0/g' \
      -e 's/@''GNULIB_RINTL''@/0/g' \
      -e 's/@''GNULIB_ROUND''@/0/g' \
      -e 's/@''GNULIB_ROUNDF''@/0/g' \
      -e 's/@''GNULIB_ROUNDL''@/0/g' \
      -e 's/@''GNULIB_SIGNBIT''@/1/g' \
      -e 's/@''GNULIB_SINF''@/0/g' \
      -e 's/@''GNULIB_SINL''@/0/g' \
      -e 's/@''GNULIB_SINHF''@/0/g' \
      -e 's/@''GNULIB_SQRTF''@/0/g' \
      -e 's/@''GNULIB_SQRTL''@/0/g' \
      -e 's/@''GNULIB_TANF''@/0/g' \
      -e 's/@''GNULIB_TANL''@/0/g' \
      -e 's/@''GNULIB_TANHF''@/0/g' \
      -e 's/@''GNULIB_TRUNC''@/0/g' \
      -e 's/@''GNULIB_TRUNCF''@/0/g' \
      -e 's/@''GNULIB_TRUNCL''@/0/g' \
  | \
  sed -e 's|@''HAVE_ACOSF''@|1|g' \
      -e 's|@''HAVE_ACOSL''@|1|g' \
      -e 's|@''HAVE_ASINF''@|1|g' \
      -e 's|@''HAVE_ASINL''@|1|g' \
      -e 's|@''HAVE_ATANF''@|1|g' \
      -e 's|@''HAVE_ATANL''@|1|g' \
      -e 's|@''HAVE_ATAN2F''@|1|g' \
      -e 's|@''HAVE_CBRT''@|1|g' \
      -e 's|@''HAVE_CBRTF''@|1|g' \
      -e 's|@''HAVE_CBRTL''@|1|g' \
      -e 's|@''HAVE_COPYSIGN''@|1|g' \
      -e 's|@''HAVE_COPYSIGNL''@|1|g' \
      -e 's|@''HAVE_COSF''@|1|g' \
      -e 's|@''HAVE_COSL''@|1|g' \
      -e 's|@''HAVE_COSHF''@|1|g' \
      -e 's|@''HAVE_EXPF''@|1|g' \
      -e 's|@''HAVE_EXPL''@|1|g' \
      -e 's|@''HAVE_EXPM1''@|1|g' \
      -e 's|@''HAVE_EXPM1F''@|1|g' \
      -e 's|@''HAVE_FABSF''@|1|g' \
      -e 's|@''HAVE_FABSL''@|1|g' \
      -e 's|@''HAVE_FMA''@|1|g' \
      -e 's|@''HAVE_FMAF''@|1|g' \
      -e 's|@''HAVE_FMAL''@|1|g' \
      -e 's|@''HAVE_FMODF''@|1|g' \
      -e 's|@''HAVE_FMODL''@|1|g' \
      -e 's|@''HAVE_FREXPF''@|1|g' \
      -e 's|@''HAVE_HYPOTF''@|1|g' \
      -e 's|@''HAVE_HYPOTL''@|1|g' \
      -e 's|@''HAVE_ILOGB''@|1|g' \
      -e 's|@''HAVE_ILOGBF''@|1|g' \
      -e 's|@''HAVE_ILOGBL''@|1|g' \
      -e 's|@''HAVE_ISNANF''@|1|g' \
      -e 's|@''HAVE_ISNAND''@|1|g' \
      -e 's|@''HAVE_ISNANL''@|0|g' \
      -e 's|@''HAVE_LDEXPF''@|1|g' \
      -e 's|@''HAVE_LOGF''@|1|g' \
      -e 's|@''HAVE_LOGL''@|1|g' \
      -e 's|@''HAVE_LOG10F''@|1|g' \
      -e 's|@''HAVE_LOG10L''@|1|g' \
      -e 's|@''HAVE_LOG1P''@|1|g' \
      -e 's|@''HAVE_LOG1PF''@|1|g' \
      -e 's|@''HAVE_LOG1PL''@|1|g' \
      -e 's|@''HAVE_LOGBF''@|1|g' \
      -e 's|@''HAVE_LOGBL''@|1|g' \
      -e 's|@''HAVE_MODFF''@|1|g' \
      -e 's|@''HAVE_MODFL''@|1|g' \
      -e 's|@''HAVE_POWF''@|1|g' \
      -e 's|@''HAVE_REMAINDER''@|1|g' \
      -e 's|@''HAVE_REMAINDERF''@|1|g' \
      -e 's|@''HAVE_RINT''@|1|g' \
      -e 's|@''HAVE_RINTL''@|1|g' \
      -e 's|@''HAVE_SINF''@|1|g' \
      -e 's|@''HAVE_SINL''@|1|g' \
      -e 's|@''HAVE_SINHF''@|1|g' \
      -e 's|@''HAVE_SQRTF''@|1|g' \
      -e 's|@''HAVE_SQRTL''@|1|g' \
      -e 's|@''HAVE_TANF''@|1|g' \
      -e 's|@''HAVE_TANL''@|1|g' \
      -e 's|@''HAVE_TANHF''@|1|g' \
      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
      -e 's|@''HAVE_DECL_ASINL''@|1|g' \
      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
      -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
      -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
      -e 's|@''HAVE_DECL_CEILF''@|1|g' \
      -e 's|@''HAVE_DECL_CEILL''@|1|g' \
      -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
      -e 's|@''HAVE_DECL_COSL''@|1|g' \
      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
      -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
      -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
      -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
      -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
      -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
      -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
      -e 's|@''HAVE_DECL_LOGB''@|1|g' \
      -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
      -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
      -e 's|@''HAVE_DECL_RINTF''@|1|g' \
      -e 's|@''HAVE_DECL_ROUND''@|1|g' \
      -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
      -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
      -e 's|@''HAVE_DECL_SINL''@|1|g' \
      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
      -e 's|@''HAVE_DECL_TANL''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
  | \
  sed -e 's|@''REPLACE_CBRTF''@|0|g' \
      -e 's|@''REPLACE_CBRTL''@|0|g' \
      -e 's|@''REPLACE_CEIL''@|0|g' \
      -e 's|@''REPLACE_CEILF''@|0|g' \
      -e 's|@''REPLACE_CEILL''@|0|g' \
      -e 's|@''REPLACE_EXPM1''@|0|g' \
      -e 's|@''REPLACE_EXPM1F''@|0|g' \
      -e 's|@''REPLACE_EXP2''@|0|g' \
      -e 's|@''REPLACE_EXP2L''@|0|g' \
      -e 's|@''REPLACE_FABSL''@|0|g' \
      -e 's|@''REPLACE_FLOOR''@|0|g' \
      -e 's|@''REPLACE_FLOORF''@|0|g' \
      -e 's|@''REPLACE_FLOORL''@|0|g' \
      -e 's|@''REPLACE_FMA''@|0|g' \
      -e 's|@''REPLACE_FMAF''@|0|g' \
      -e 's|@''REPLACE_FMAL''@|0|g' \
      -e 's|@''REPLACE_FMOD''@|0|g' \
      -e 's|@''REPLACE_FMODF''@|0|g' \
      -e 's|@''REPLACE_FMODL''@|0|g' \
      -e 's|@''REPLACE_FREXPF''@|0|g' \
      -e 's|@''REPLACE_FREXP''@|0|g' \
      -e 's|@''REPLACE_FREXPL''@|0|g' \
      -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
      -e 's|@''REPLACE_HYPOT''@|0|g' \
      -e 's|@''REPLACE_HYPOTF''@|0|g' \
      -e 's|@''REPLACE_HYPOTL''@|0|g' \
      -e 's|@''REPLACE_ILOGB''@|0|g' \
      -e 's|@''REPLACE_ILOGBF''@|0|g' \
      -e 's|@''REPLACE_ISFINITE''@|0|g' \
      -e 's|@''REPLACE_ISINF''@|0|g' \
      -e 's|@''REPLACE_ISNAN''@|1|g' \
      -e 's|@''REPLACE_ITOLD''@|0|g' \
      -e 's|@''REPLACE_LDEXPL''@|0|g' \
      -e 's|@''REPLACE_LOG''@|0|g' \
      -e 's|@''REPLACE_LOGF''@|0|g' \
      -e 's|@''REPLACE_LOGL''@|0|g' \
      -e 's|@''REPLACE_LOG10''@|0|g' \
      -e 's|@''REPLACE_LOG10F''@|0|g' \
      -e 's|@''REPLACE_LOG10L''@|0|g' \
      -e 's|@''REPLACE_LOG1P''@|0|g' \
      -e 's|@''REPLACE_LOG1PF''@|0|g' \
      -e 's|@''REPLACE_LOG1PL''@|0|g' \
      -e 's|@''REPLACE_LOG2''@|0|g' \
      -e 's|@''REPLACE_LOG2F''@|0|g' \
      -e 's|@''REPLACE_LOG2L''@|0|g' \
      -e 's|@''REPLACE_LOGB''@|0|g' \
      -e 's|@''REPLACE_LOGBF''@|0|g' \
      -e 's|@''REPLACE_LOGBL''@|0|g' \
      -e 's|@''REPLACE_MODF''@|0|g' \
      -e 's|@''REPLACE_MODFF''@|0|g' \
      -e 's|@''REPLACE_MODFL''@|0|g' \
      -e 's|@''REPLACE_NAN''@|0|g' \
      -e 's|@''REPLACE_REMAINDER''@|0|g' \
      -e 's|@''REPLACE_REMAINDERF''@|0|g' \
      -e 's|@''REPLACE_REMAINDERL''@|0|g' \
      -e 's|@''REPLACE_ROUND''@|0|g' \
      -e 's|@''REPLACE_ROUNDF''@|0|g' \
      -e 's|@''REPLACE_ROUNDL''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
      -e 's|@''REPLACE_SQRTL''@|0|g' \
      -e 's|@''REPLACE_TRUNC''@|0|g' \
      -e 's|@''REPLACE_TRUNCF''@|0|g' \
      -e 's|@''REPLACE_TRUNCL''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
} > lib/math.h-t && \
mv lib/math.h-t lib/math.h
rm -f lib/signal.h-t lib/signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''GNULIB_RAISE''@|1|g' \
      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
      -e 's/@''GNULIB_SIGACTION''@/1/g' \
      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
      -e 's|@''HAVE_RAISE''@|1|g' \
      -e 's|@''HAVE_SIGSET_T''@|1|g' \
      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
      -e 's|@''HAVE_SIGACTION''@|1|g' \
      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
      -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
      -e 's|@''REPLACE_RAISE''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/signal.in.h; \
} > lib/signal.h-t && \
mv lib/signal.h-t lib/signal.h
rm -f lib/spawn.h-t lib/spawn.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_SPAWN_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
      -e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
      -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
      -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/spawn.in.h; \
} > lib/spawn.h-t && \
mv lib/spawn.h-t lib/spawn.h
rm -f lib/stdio.h-t lib/stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/1/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/1/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/1/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/0/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
      < ./lib/stdio.in.h | \
  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|1|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|1|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|1|g' \
      -e 's|@''REPLACE_SPRINTF''@|1|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|1|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|1|g' \
      -e 's|@''REPLACE_VSPRINTF''@|1|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
} > lib/stdio.h-t && \
mv lib/stdio.h-t lib/stdio.h
rm -f lib/stdlib.h-t lib/stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBTOWC''@/0/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_REALPATH''@/0/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
      -e 's/@''GNULIB_SETENV''@/0/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/1/g' \
      -e 's/@''GNULIB_WCTOMB''@/0/g' \
      < ./lib/stdlib.in.h | \
  sed -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_CALLOC''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_MALLOC''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _Noreturn/r ./build-aux/snippet/_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
} > lib/stdlib.h-t && \
mv lib/stdlib.h-t lib/stdlib.h
rm -f lib/string.h-t lib/string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/0/g' \
      -e 's/@''GNULIB_MEMRCHR''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
      -e 's/@''GNULIB_STPCPY''@/1/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
      -e 's/@''GNULIB_STRDUP''@/1/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/1/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/1/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/1/g' \
      < ./lib/string.in.h | \
  sed -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_MEMCHR''@|1|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|1|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
      < ./lib/string.in.h; \
} > lib/string.h-t && \
mv lib/string.h-t lib/string.h
/bin/mkdir -p lib/sys
rm -f lib/sys/stat.h-t lib/sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/0/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/1/g' \
      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_FSTAT''@|0|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|0|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_STAT''@|0|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/sys_stat.in.h; \
} > lib/sys/stat.h-t && \
mv lib/sys/stat.h-t lib/sys/stat.h
/bin/mkdir -p lib/sys
rm -f lib/sys/types.h-t lib/sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      < ./lib/sys_types.in.h; \
} > lib/sys/types.h-t && \
mv lib/sys/types.h-t lib/sys/types.h
/bin/mkdir -p lib/sys
rm -f lib/sys/wait.h-t lib/sys/wait.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
      -e 's/@''GNULIB_WAITPID''@/1/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/sys_wait.in.h; \
} > lib/sys/wait.h-t && \
mv lib/sys/wait.h-t lib/sys/wait.h
rm -f lib/time.h-t lib/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_MKTIME''@/0/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/0/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/time.in.h; \
} > lib/time.h-t && \
mv lib/time.h-t lib/time.h
rm -f lib/unistd.h-t lib/unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_CHDIR''@/0/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/1/g' \
      -e 's/@''GNULIB_DUP''@/0/g' \
      -e 's/@''GNULIB_DUP2''@/1/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/1/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/0/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      -e 's/@''GNULIB_GETCWD''@/0/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/0/g' \
      -e 's/@''GNULIB_PIPE2''@/1/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/0/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/0/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/0/g' \
      -e 's/@''GNULIB_SYMLINK''@/0/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_UNLINK''@/1/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/0/g' \
      < ./lib/unistd.in.h | \
  sed -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  | \
  sed -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
} > lib/unistd.h-t && \
mv lib/unistd.h-t lib/unistd.h
rm -f lib/unitypes.h-t lib/unitypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./lib/unitypes.in.h; \
} > lib/unitypes.h-t && \
mv -f lib/unitypes.h-t lib/unitypes.h
rm -f lib/uniwidth.h-t lib/uniwidth.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./lib/uniwidth.in.h; \
} > lib/uniwidth.h-t && \
mv -f lib/uniwidth.h-t lib/uniwidth.h
rm -f lib/wchar.h-t lib/wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|1|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      < ./lib/wchar.in.h | \
  sed -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  | \
  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r lib/arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h'; \
} > lib/wchar.h-t && \
mv lib/wchar.h-t lib/wchar.h
rm -f lib/wctype.h-t lib/wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
      -e 's/@''GNULIB_ISWBLANK''@/0/g' \
      -e 's/@''GNULIB_WCTYPE''@/0/g' \
      -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
      -e 's/@''GNULIB_WCTRANS''@/0/g' \
      -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
      -e 's/@''HAVE_ISWBLANK''@/1/g' \
      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
      -e 's/@''HAVE_WINT_T''@/1/g' \
      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r lib/c++defs.h' \
      -e '/definition of _GL_WARN_ON_USE/r lib/warn-on-use.h' \
      < ./lib/wctype.in.h; \
} > lib/wctype.h-t && \
mv lib/wctype.h-t lib/wctype.h
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
Making all in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/po'
Making all in runtime-po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/runtime-po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/runtime-po'
Making all in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-AnnotationList.o -MD -MP -MF src/.deps/bison-AnnotationList.Tpo -c -o src/bison-AnnotationList.o `test -f 'src/AnnotationList.c' || echo './'`src/AnnotationList.c
mv -f src/.deps/bison-AnnotationList.Tpo src/.deps/bison-AnnotationList.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-InadequacyList.o -MD -MP -MF src/.deps/bison-InadequacyList.Tpo -c -o src/bison-InadequacyList.o `test -f 'src/InadequacyList.c' || echo './'`src/InadequacyList.c
mv -f src/.deps/bison-InadequacyList.Tpo src/.deps/bison-InadequacyList.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-LR0.o -MD -MP -MF src/.deps/bison-LR0.Tpo -c -o src/bison-LR0.o `test -f 'src/LR0.c' || echo './'`src/LR0.c
mv -f src/.deps/bison-LR0.Tpo src/.deps/bison-LR0.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-Sbitset.o -MD -MP -MF src/.deps/bison-Sbitset.Tpo -c -o src/bison-Sbitset.o `test -f 'src/Sbitset.c' || echo './'`src/Sbitset.c
mv -f src/.deps/bison-Sbitset.Tpo src/.deps/bison-Sbitset.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-assoc.o -MD -MP -MF src/.deps/bison-assoc.Tpo -c -o src/bison-assoc.o `test -f 'src/assoc.c' || echo './'`src/assoc.c
mv -f src/.deps/bison-assoc.Tpo src/.deps/bison-assoc.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-closure.o -MD -MP -MF src/.deps/bison-closure.Tpo -c -o src/bison-closure.o `test -f 'src/closure.c' || echo './'`src/closure.c
mv -f src/.deps/bison-closure.Tpo src/.deps/bison-closure.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-complain.o -MD -MP -MF src/.deps/bison-complain.Tpo -c -o src/bison-complain.o `test -f 'src/complain.c' || echo './'`src/complain.c
mv -f src/.deps/bison-complain.Tpo src/.deps/bison-complain.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-conflicts.o -MD -MP -MF src/.deps/bison-conflicts.Tpo -c -o src/bison-conflicts.o `test -f 'src/conflicts.c' || echo './'`src/conflicts.c
mv -f src/.deps/bison-conflicts.Tpo src/.deps/bison-conflicts.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-derives.o -MD -MP -MF src/.deps/bison-derives.Tpo -c -o src/bison-derives.o `test -f 'src/derives.c' || echo './'`src/derives.c
mv -f src/.deps/bison-derives.Tpo src/.deps/bison-derives.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-files.o -MD -MP -MF src/.deps/bison-files.Tpo -c -o src/bison-files.o `test -f 'src/files.c' || echo './'`src/files.c
mv -f src/.deps/bison-files.Tpo src/.deps/bison-files.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-getargs.o -MD -MP -MF src/.deps/bison-getargs.Tpo -c -o src/bison-getargs.o `test -f 'src/getargs.c' || echo './'`src/getargs.c
mv -f src/.deps/bison-getargs.Tpo src/.deps/bison-getargs.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-gram.o -MD -MP -MF src/.deps/bison-gram.Tpo -c -o src/bison-gram.o `test -f 'src/gram.c' || echo './'`src/gram.c
mv -f src/.deps/bison-gram.Tpo src/.deps/bison-gram.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-graphviz.o -MD -MP -MF src/.deps/bison-graphviz.Tpo -c -o src/bison-graphviz.o `test -f 'src/graphviz.c' || echo './'`src/graphviz.c
mv -f src/.deps/bison-graphviz.Tpo src/.deps/bison-graphviz.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-lalr.o -MD -MP -MF src/.deps/bison-lalr.Tpo -c -o src/bison-lalr.o `test -f 'src/lalr.c' || echo './'`src/lalr.c
mv -f src/.deps/bison-lalr.Tpo src/.deps/bison-lalr.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-ielr.o -MD -MP -MF src/.deps/bison-ielr.Tpo -c -o src/bison-ielr.o `test -f 'src/ielr.c' || echo './'`src/ielr.c
mv -f src/.deps/bison-ielr.Tpo src/.deps/bison-ielr.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-location.o -MD -MP -MF src/.deps/bison-location.Tpo -c -o src/bison-location.o `test -f 'src/location.c' || echo './'`src/location.c
mv -f src/.deps/bison-location.Tpo src/.deps/bison-location.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-main.o -MD -MP -MF src/.deps/bison-main.Tpo -c -o src/bison-main.o `test -f 'src/main.c' || echo './'`src/main.c
mv -f src/.deps/bison-main.Tpo src/.deps/bison-main.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-muscle-tab.o -MD -MP -MF src/.deps/bison-muscle-tab.Tpo -c -o src/bison-muscle-tab.o `test -f 'src/muscle-tab.c' || echo './'`src/muscle-tab.c
mv -f src/.deps/bison-muscle-tab.Tpo src/.deps/bison-muscle-tab.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-named-ref.o -MD -MP -MF src/.deps/bison-named-ref.Tpo -c -o src/bison-named-ref.o `test -f 'src/named-ref.c' || echo './'`src/named-ref.c
mv -f src/.deps/bison-named-ref.Tpo src/.deps/bison-named-ref.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-nullable.o -MD -MP -MF src/.deps/bison-nullable.Tpo -c -o src/bison-nullable.o `test -f 'src/nullable.c' || echo './'`src/nullable.c
mv -f src/.deps/bison-nullable.Tpo src/.deps/bison-nullable.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-output.o -MD -MP -MF src/.deps/bison-output.Tpo -c -o src/bison-output.o `test -f 'src/output.c' || echo './'`src/output.c
mv -f src/.deps/bison-output.Tpo src/.deps/bison-output.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-parse-gram.o -MD -MP -MF src/.deps/bison-parse-gram.Tpo -c -o src/bison-parse-gram.o `test -f 'src/parse-gram.c' || echo './'`src/parse-gram.c
mv -f src/.deps/bison-parse-gram.Tpo src/.deps/bison-parse-gram.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-print-xml.o -MD -MP -MF src/.deps/bison-print-xml.Tpo -c -o src/bison-print-xml.o `test -f 'src/print-xml.c' || echo './'`src/print-xml.c
mv -f src/.deps/bison-print-xml.Tpo src/.deps/bison-print-xml.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-print.o -MD -MP -MF src/.deps/bison-print.Tpo -c -o src/bison-print.o `test -f 'src/print.c' || echo './'`src/print.c
mv -f src/.deps/bison-print.Tpo src/.deps/bison-print.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-print_graph.o -MD -MP -MF src/.deps/bison-print_graph.Tpo -c -o src/bison-print_graph.o `test -f 'src/print_graph.c' || echo './'`src/print_graph.c
mv -f src/.deps/bison-print_graph.Tpo src/.deps/bison-print_graph.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-reader.o -MD -MP -MF src/.deps/bison-reader.Tpo -c -o src/bison-reader.o `test -f 'src/reader.c' || echo './'`src/reader.c
mv -f src/.deps/bison-reader.Tpo src/.deps/bison-reader.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-reduce.o -MD -MP -MF src/.deps/bison-reduce.Tpo -c -o src/bison-reduce.o `test -f 'src/reduce.c' || echo './'`src/reduce.c
mv -f src/.deps/bison-reduce.Tpo src/.deps/bison-reduce.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-relation.o -MD -MP -MF src/.deps/bison-relation.Tpo -c -o src/bison-relation.o `test -f 'src/relation.c' || echo './'`src/relation.c
mv -f src/.deps/bison-relation.Tpo src/.deps/bison-relation.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-scan-code-c.o -MD -MP -MF src/.deps/bison-scan-code-c.Tpo -c -o src/bison-scan-code-c.o `test -f 'src/scan-code-c.c' || echo './'`src/scan-code-c.c
mv -f src/.deps/bison-scan-code-c.Tpo src/.deps/bison-scan-code-c.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-scan-gram-c.o -MD -MP -MF src/.deps/bison-scan-gram-c.Tpo -c -o src/bison-scan-gram-c.o `test -f 'src/scan-gram-c.c' || echo './'`src/scan-gram-c.c
mv -f src/.deps/bison-scan-gram-c.Tpo src/.deps/bison-scan-gram-c.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-scan-skel-c.o -MD -MP -MF src/.deps/bison-scan-skel-c.Tpo -c -o src/bison-scan-skel-c.o `test -f 'src/scan-skel-c.c' || echo './'`src/scan-skel-c.c
mv -f src/.deps/bison-scan-skel-c.Tpo src/.deps/bison-scan-skel-c.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-state.o -MD -MP -MF src/.deps/bison-state.Tpo -c -o src/bison-state.o `test -f 'src/state.c' || echo './'`src/state.c
mv -f src/.deps/bison-state.Tpo src/.deps/bison-state.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-symlist.o -MD -MP -MF src/.deps/bison-symlist.Tpo -c -o src/bison-symlist.o `test -f 'src/symlist.c' || echo './'`src/symlist.c
mv -f src/.deps/bison-symlist.Tpo src/.deps/bison-symlist.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-symtab.o -MD -MP -MF src/.deps/bison-symtab.Tpo -c -o src/bison-symtab.o `test -f 'src/symtab.c' || echo './'`src/symtab.c
mv -f src/.deps/bison-symtab.Tpo src/.deps/bison-symtab.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-tables.o -MD -MP -MF src/.deps/bison-tables.Tpo -c -o src/bison-tables.o `test -f 'src/tables.c' || echo './'`src/tables.c
mv -f src/.deps/bison-tables.Tpo src/.deps/bison-tables.Po
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT src/bison-uniqstr.o -MD -MP -MF src/.deps/bison-uniqstr.Tpo -c -o src/bison-uniqstr.o `test -f 'src/uniqstr.c' || echo './'`src/uniqstr.c
mv -f src/.deps/bison-uniqstr.Tpo src/.deps/bison-uniqstr.Po
depbase=`echo lib/argmatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/argmatch.o -MD -MP -MF $depbase.Tpo -c -o lib/argmatch.o lib/argmatch.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/binary-io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/binary-io.o -MD -MP -MF $depbase.Tpo -c -o lib/binary-io.o lib/binary-io.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/bitrotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/bitrotate.o -MD -MP -MF $depbase.Tpo -c -o lib/bitrotate.o lib/bitrotate.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/c-ctype.o -MD -MP -MF $depbase.Tpo -c -o lib/c-ctype.o lib/c-ctype.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/c-strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o lib/c-strcasecmp.o lib/c-strcasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/c-strncasecmp.o -MD -MP -MF $depbase.Tpo -c -o lib/c-strncasecmp.o lib/c-strncasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/cloexec.o -MD -MP -MF $depbase.Tpo -c -o lib/cloexec.o lib/cloexec.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/close-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/close-stream.o -MD -MP -MF $depbase.Tpo -c -o lib/close-stream.o lib/close-stream.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/closeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/closeout.o -MD -MP -MF $depbase.Tpo -c -o lib/closeout.o lib/closeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/concat-filename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/concat-filename.o -MD -MP -MF $depbase.Tpo -c -o lib/concat-filename.o lib/concat-filename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/dirname.o -MD -MP -MF $depbase.Tpo -c -o lib/dirname.o lib/dirname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/basename.o -MD -MP -MF $depbase.Tpo -c -o lib/basename.o lib/basename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/dirname-lgpl.o -MD -MP -MF $depbase.Tpo -c -o lib/dirname-lgpl.o lib/dirname-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o lib/basename-lgpl.o lib/basename-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/stripslash.o -MD -MP -MF $depbase.Tpo -c -o lib/stripslash.o lib/stripslash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/exitfail.o -MD -MP -MF $depbase.Tpo -c -o lib/exitfail.o lib/exitfail.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fatal-signal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fatal-signal.o -MD -MP -MF $depbase.Tpo -c -o lib/fatal-signal.o lib/fatal-signal.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fd-hook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fd-hook.o -MD -MP -MF $depbase.Tpo -c -o lib/fd-hook.o lib/fd-hook.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fd-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fd-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o lib/fd-safer-flag.o lib/fd-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/dup-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/dup-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o lib/dup-safer-flag.o lib/dup-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fopen-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fopen-safer.o -MD -MP -MF $depbase.Tpo -c -o lib/fopen-safer.o lib/fopen-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/hash.o -MD -MP -MF $depbase.Tpo -c -o lib/hash.o lib/hash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/localcharset.o -MD -MP -MF $depbase.Tpo -c -o lib/localcharset.o lib/localcharset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/glthread/lock.o -MD -MP -MF $depbase.Tpo -c -o lib/glthread/lock.o lib/glthread/lock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/math.o -MD -MP -MF $depbase.Tpo -c -o lib/math.o lib/math.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/mbswidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/mbswidth.o -MD -MP -MF $depbase.Tpo -c -o lib/mbswidth.o lib/mbswidth.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/pipe2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/pipe2.o -MD -MP -MF $depbase.Tpo -c -o lib/pipe2.o lib/pipe2.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/pipe2-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/pipe2-safer.o -MD -MP -MF $depbase.Tpo -c -o lib/pipe2-safer.o lib/pipe2-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/printf-frexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/printf-frexp.o -MD -MP -MF $depbase.Tpo -c -o lib/printf-frexp.o lib/printf-frexp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/printf-frexpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/printf-frexpl.o -MD -MP -MF $depbase.Tpo -c -o lib/printf-frexpl.o lib/printf-frexpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/progname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/progname.o -MD -MP -MF $depbase.Tpo -c -o lib/progname.o lib/progname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/quotearg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/quotearg.o -MD -MP -MF $depbase.Tpo -c -o lib/quotearg.o lib/quotearg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/sig-handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/sig-handler.o -MD -MP -MF $depbase.Tpo -c -o lib/sig-handler.o lib/sig-handler.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/spawn-pipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/spawn-pipe.o -MD -MP -MF $depbase.Tpo -c -o lib/spawn-pipe.o lib/spawn-pipe.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/glthread/threadlib.o -MD -MP -MF $depbase.Tpo -c -o lib/glthread/threadlib.o lib/glthread/threadlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/unistd.o -MD -MP -MF $depbase.Tpo -c -o lib/unistd.o lib/unistd.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/dup-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/dup-safer.o -MD -MP -MF $depbase.Tpo -c -o lib/dup-safer.o lib/dup-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fd-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fd-safer.o -MD -MP -MF $depbase.Tpo -c -o lib/fd-safer.o lib/fd-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/pipe-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/pipe-safer.o -MD -MP -MF $depbase.Tpo -c -o lib/pipe-safer.o lib/pipe-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o lib/uniwidth/width.o lib/uniwidth/width.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/wait-process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/wait-process.o -MD -MP -MF $depbase.Tpo -c -o lib/wait-process.o lib/wait-process.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/wctype-h.o -MD -MP -MF $depbase.Tpo -c -o lib/wctype-h.o lib/wctype-h.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xmalloc.o -MD -MP -MF $depbase.Tpo -c -o lib/xmalloc.o lib/xmalloc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o lib/xalloc-die.o lib/xalloc-die.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xconcat-filename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xconcat-filename.o -MD -MP -MF $depbase.Tpo -c -o lib/xconcat-filename.o lib/xconcat-filename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xsize.o -MD -MP -MF $depbase.Tpo -c -o lib/xsize.o lib/xsize.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xstrndup.o -MD -MP -MF $depbase.Tpo -c -o lib/xstrndup.o lib/xstrndup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/abitset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/abitset.o -MD -MP -MF $depbase.Tpo -c -o lib/abitset.o lib/abitset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/bitset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/bitset.o -MD -MP -MF $depbase.Tpo -c -o lib/bitset.o lib/bitset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/bitset_stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/bitset_stats.o -MD -MP -MF $depbase.Tpo -c -o lib/bitset_stats.o lib/bitset_stats.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/bitsetv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/bitsetv.o -MD -MP -MF $depbase.Tpo -c -o lib/bitsetv.o lib/bitsetv.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/ebitset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/ebitset.o -MD -MP -MF $depbase.Tpo -c -o lib/ebitset.o lib/ebitset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/lbitset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/lbitset.o -MD -MP -MF $depbase.Tpo -c -o lib/lbitset.o lib/lbitset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/vbitset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/vbitset.o -MD -MP -MF $depbase.Tpo -c -o lib/vbitset.o lib/vbitset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/bitsetv-print.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/bitsetv-print.o -MD -MP -MF $depbase.Tpo -c -o lib/bitsetv-print.o lib/bitsetv-print.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/timevar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/timevar.o -MD -MP -MF $depbase.Tpo -c -o lib/timevar.o lib/timevar.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/get-errno.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/get-errno.o -MD -MP -MF $depbase.Tpo -c -o lib/get-errno.o lib/get-errno.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/asnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/asnprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/asnprintf.o lib/asnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fcntl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fcntl.o -MD -MP -MF $depbase.Tpo -c -o lib/fcntl.o lib/fcntl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/fprintf.o lib/fprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/fseterr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/fseterr.o -MD -MP -MF $depbase.Tpo -c -o lib/fseterr.o lib/fseterr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/isnand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/isnand.o -MD -MP -MF $depbase.Tpo -c -o lib/isnand.o lib/isnand.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/isnanf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/isnanf.o -MD -MP -MF $depbase.Tpo -c -o lib/isnanf.o lib/isnanf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/isnanl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/isnanl.o -MD -MP -MF $depbase.Tpo -c -o lib/isnanl.o lib/isnanl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/printf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/printf.o -MD -MP -MF $depbase.Tpo -c -o lib/printf.o lib/printf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/printf-args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/printf-args.o -MD -MP -MF $depbase.Tpo -c -o lib/printf-args.o lib/printf-args.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/printf-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/printf-parse.o -MD -MP -MF $depbase.Tpo -c -o lib/printf-parse.o lib/printf-parse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/snprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/snprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/snprintf.o lib/snprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/sprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/sprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/sprintf.o lib/sprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/strerror_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/strerror_r.o -MD -MP -MF $depbase.Tpo -c -o lib/strerror_r.o lib/strerror_r.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/vasnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/vasnprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/vasnprintf.o lib/vasnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/vfprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/vfprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/vfprintf.o lib/vfprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/vsnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/vsnprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/vsnprintf.o lib/vsnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/vsprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/vsprintf.o -MD -MP -MF $depbase.Tpo -c -o lib/vsprintf.o lib/vsprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/xmemdup0.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/xmemdup0.o -MD -MP -MF $depbase.Tpo -c -o lib/xmemdup0.o lib/xmemdup0.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f lib/libbison.a
x86_64-linux-gnu-ar cru lib/libbison.a lib/argmatch.o lib/binary-io.o lib/bitrotate.o lib/c-ctype.o lib/c-strcasecmp.o lib/c-strncasecmp.o lib/cloexec.o lib/close-stream.o lib/closeout.o lib/concat-filename.o lib/dirname.o lib/basename.o lib/dirname-lgpl.o lib/basename-lgpl.o lib/stripslash.o lib/exitfail.o lib/fatal-signal.o lib/fd-hook.o lib/fd-safer-flag.o lib/dup-safer-flag.o lib/fopen-safer.o lib/hash.o lib/localcharset.o lib/glthread/lock.o lib/math.o lib/mbswidth.o lib/pipe2.o lib/pipe2-safer.o lib/printf-frexp.o lib/printf-frexpl.o lib/progname.o lib/quotearg.o lib/sig-handler.o lib/spawn-pipe.o lib/glthread/threadlib.o lib/unistd.o lib/dup-safer.o lib/fd-safer.o lib/pipe-safer.o lib/uniwidth/width.o lib/wait-process.o lib/wctype-h.o lib/xmalloc.o lib/xalloc-die.o lib/xconcat-filename.o lib/xsize.o lib/xstrndup.o lib/abitset.o lib/bitset.o lib/bitset_stats.o lib/bitsetv.o lib/ebitset.o lib/lbitset.o lib/vbitset.o lib/bitsetv-print.o lib/timevar.o lib/get-errno.o lib/asnprintf.o lib/fcntl.o lib/fprintf.o lib/fseterr.o lib/isnand.o lib/isnanf.o lib/isnanl.o lib/printf.o lib/printf-args.o lib/printf-parse.o lib/snprintf.o lib/sprintf.o lib/strerror_r.o lib/vasnprintf.o lib/vfprintf.o lib/vsnprintf.o lib/vsprintf.o lib/xmemdup0.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-linux-gnu-ranlib lib/libbison.a
gcc   -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o src/bison src/bison-AnnotationList.o src/bison-InadequacyList.o src/bison-LR0.o src/bison-Sbitset.o src/bison-assoc.o src/bison-closure.o src/bison-complain.o src/bison-conflicts.o src/bison-derives.o src/bison-files.o src/bison-getargs.o src/bison-gram.o src/bison-graphviz.o src/bison-lalr.o src/bison-ielr.o src/bison-location.o src/bison-main.o src/bison-muscle-tab.o src/bison-named-ref.o src/bison-nullable.o src/bison-output.o src/bison-parse-gram.o src/bison-print-xml.o src/bison-print.o src/bison-print_graph.o src/bison-reader.o src/bison-reduce.o src/bison-relation.o src/bison-scan-code-c.o src/bison-scan-gram-c.o src/bison-scan-skel-c.o src/bison-state.o src/bison-symlist.o src/bison-symtab.o src/bison-tables.o src/bison-uniqstr.o lib/libbison.a  
src/bison --version >doc/bison.help.tmp
src/bison --help   >>doc/bison.help.tmp
./build-aux/move-if-change doc/bison.help.tmp doc/bison.help
depbase=`echo lib/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/main.o -MD -MP -MF $depbase.Tpo -c -o lib/main.o lib/main.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lib/yyerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc    -I. -Ilib -I. -I./lib -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -MT lib/yyerror.o -MD -MP -MF $depbase.Tpo -c -o lib/yyerror.o lib/yyerror.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f lib/liby.a
x86_64-linux-gnu-ar cru lib/liby.a lib/main.o lib/yyerror.o 
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-linux-gnu-ranlib lib/liby.a
rm -f src/yacc src/yacc.tmp
echo '#! /bin/sh' >src/yacc.tmp
echo "exec '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/bison' -y "'"$@"' >>src/yacc.tmp
chmod a+x src/yacc.tmp
mv src/yacc.tmp src/yacc
rm -f lib/charset.alias-t lib/charset.alias && \
/usr/bin/env bash ./lib/config.charset 'x86_64-pc-linux-gnu' > lib/charset.alias-t && \
mv lib/charset.alias-t lib/charset.alias
rm -f lib/ref-add.sed-t lib/ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/bison/g' lib/ref-add.sin > lib/ref-add.sed-t && \
mv lib/ref-add.sed-t lib/ref-add.sed
rm -f lib/ref-del.sed-t lib/ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/bison/g' lib/ref-del.sin > lib/ref-del.sed-t && \
mv lib/ref-del.sed-t lib/ref-del.sed
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/bison'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/bison'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make  install-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
Making install in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/po'
installing da.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/da/LC_MESSAGES/bison.mo
installing de.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/de/LC_MESSAGES/bison.mo
installing el.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/el/LC_MESSAGES/bison.mo
installing eo.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/eo/LC_MESSAGES/bison.mo
installing es.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/es/LC_MESSAGES/bison.mo
installing et.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/et/LC_MESSAGES/bison.mo
installing fi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fi/LC_MESSAGES/bison.mo
installing fr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fr/LC_MESSAGES/bison.mo
installing ga.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ga/LC_MESSAGES/bison.mo
installing hr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/hr/LC_MESSAGES/bison.mo
installing id.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/id/LC_MESSAGES/bison.mo
installing it.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/it/LC_MESSAGES/bison.mo
installing ja.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ja/LC_MESSAGES/bison.mo
installing ms.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ms/LC_MESSAGES/bison.mo
installing nb.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/nb/LC_MESSAGES/bison.mo
installing nl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/nl/LC_MESSAGES/bison.mo
installing pl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pl/LC_MESSAGES/bison.mo
installing pt.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pt/LC_MESSAGES/bison.mo
installing pt_BR.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pt_BR/LC_MESSAGES/bison.mo
installing ro.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ro/LC_MESSAGES/bison.mo
installing ru.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ru/LC_MESSAGES/bison.mo
installing sr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sr/LC_MESSAGES/bison.mo
installing sv.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sv/LC_MESSAGES/bison.mo
installing tr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/tr/LC_MESSAGES/bison.mo
installing uk.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/uk/LC_MESSAGES/bison.mo
installing vi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/vi/LC_MESSAGES/bison.mo
installing zh_CN.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_CN/LC_MESSAGES/bison.mo
installing zh_TW.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_TW/LC_MESSAGES/bison.mo
if test "bison" = "gettext-tools"; then \
  /bin/mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/po'
Making install in runtime-po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/runtime-po'
installing ast.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ast/LC_MESSAGES/bison-runtime.mo
installing da.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/da/LC_MESSAGES/bison-runtime.mo
installing de.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/de/LC_MESSAGES/bison-runtime.mo
installing el.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/el/LC_MESSAGES/bison-runtime.mo
installing eo.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/eo/LC_MESSAGES/bison-runtime.mo
installing es.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/es/LC_MESSAGES/bison-runtime.mo
installing et.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/et/LC_MESSAGES/bison-runtime.mo
installing fi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fi/LC_MESSAGES/bison-runtime.mo
installing fr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/fr/LC_MESSAGES/bison-runtime.mo
installing ga.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ga/LC_MESSAGES/bison-runtime.mo
installing gl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/gl/LC_MESSAGES/bison-runtime.mo
installing hr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/hr/LC_MESSAGES/bison-runtime.mo
installing hu.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/hu/LC_MESSAGES/bison-runtime.mo
installing ia.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ia/LC_MESSAGES/bison-runtime.mo
installing id.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/id/LC_MESSAGES/bison-runtime.mo
installing it.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/it/LC_MESSAGES/bison-runtime.mo
installing ja.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ja/LC_MESSAGES/bison-runtime.mo
installing ky.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ky/LC_MESSAGES/bison-runtime.mo
installing lt.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/lt/LC_MESSAGES/bison-runtime.mo
installing lv.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/lv/LC_MESSAGES/bison-runtime.mo
installing ms.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ms/LC_MESSAGES/bison-runtime.mo
installing nb.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/nb/LC_MESSAGES/bison-runtime.mo
installing nl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/nl/LC_MESSAGES/bison-runtime.mo
installing pl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pl/LC_MESSAGES/bison-runtime.mo
installing pt.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pt/LC_MESSAGES/bison-runtime.mo
installing pt_BR.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
installing ro.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ro/LC_MESSAGES/bison-runtime.mo
installing ru.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/ru/LC_MESSAGES/bison-runtime.mo
installing sl.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sl/LC_MESSAGES/bison-runtime.mo
installing sq.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sq/LC_MESSAGES/bison-runtime.mo
installing sr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sr/LC_MESSAGES/bison-runtime.mo
installing sv.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/sv/LC_MESSAGES/bison-runtime.mo
installing th.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/th/LC_MESSAGES/bison-runtime.mo
installing tr.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/tr/LC_MESSAGES/bison-runtime.mo
installing uk.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/uk/LC_MESSAGES/bison-runtime.mo
installing vi.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/vi/LC_MESSAGES/bison-runtime.mo
installing zh_CN.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
installing zh_TW.gmo as /home/zs14/spaces/cc/openwrt/staging_dir/host/share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
if test "bison" = "gettext-tools"; then \
  /bin/mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/runtime-po'
Making install in .
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
src/bison --version >doc/bison.help.tmp
src/bison --help   >>doc/bison.help.tmp
./build-aux/move-if-change doc/bison.help.tmp doc/bison.help
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
  /usr/bin/install -c src/bison '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
 /usr/bin/install -c src/yacc '/home/zs14/spaces/cc/openwrt/staging_dir/host/bin'
if test yes = no; then \
  case 'linux-gnu' in \
    darwin[56]*) \
      need_charset_alias=true ;; \
    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
      need_charset_alias=false ;; \
    *) \
      need_charset_alias=true ;; \
  esac ; \
else \
  need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
  /usr/bin/env bash /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/build-aux/install-sh -d /home/zs14/spaces/cc/openwrt/staging_dir/host/lib ; \
fi ; \
if test -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias; then \
  sed -f lib/ref-add.sed /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
  rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
else \
  if $need_charset_alias; then \
    sed -f lib/ref-add.sed lib/charset.alias > /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
    /usr/bin/install -c -m 644 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.alias ; \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/charset.tmp ; \
  fi ; \
fi
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 /usr/bin/install -c -m 644  lib/liby.a '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib'
 ( cd '/home/zs14/spaces/cc/openwrt/staging_dir/host/lib' && x86_64-linux-gnu-ranlib liby.a )
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /usr/bin/install -c -m 644 m4/bison-i18n.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison/m4sugar'
 /usr/bin/install -c -m 644 data/m4sugar/foreach.m4 data/m4sugar/m4sugar.m4 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison/m4sugar'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison'
 /usr/bin/install -c -m 644 data/README data/bison.m4 data/c++-skel.m4 data/c++.m4 data/c-like.m4 data/c-skel.m4 data/c.m4 data/glr.c data/glr.cc data/java-skel.m4 data/java.m4 data/lalr1.cc data/lalr1.java data/location.cc data/stack.hh data/variant.hh data/yacc.c '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison/xslt'
 /usr/bin/install -c -m 644 data/xslt/bison.xsl data/xslt/xml2dot.xsl data/xslt/xml2text.xsl data/xslt/xml2xhtml.xsl '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/bison/xslt'
src/bison --version >doc/bison.help.tmp
src/bison --help   >>doc/bison.help.tmp
./build-aux/move-if-change doc/bison.help.tmp doc/bison.help
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /usr/bin/install -c -m 644 ./doc/bison.info '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/info'
 /bin/mkdir -p '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
 /usr/bin/install -c -m 644 ./doc/bison.1 doc/yacc.1 '/home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2'
install -m0755 ./scripts/yacc /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/yacc
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/bison-3.0.2/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.bison_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/bison'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mklibs'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "mklibs_0.1.35.tar.gz" "3d2a4bd0bbf5ba964b0a1ecdafd1ea9a" "" "http://ftp.de.debian.org/debian/pool/main/m/mklibs/"
--2016-11-22 22:14:03--  http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.35.tar.gz
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-22 22:14:04 ERROR 404: Not Found.

Download failed.
--2016-11-22 22:14:04--  http://mirror2.openwrt.org/sources/mklibs_0.1.35.tar.gz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24121 (24K) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]  23.56K  --.-KB/s    in 0.05s   

2016-11-22 22:14:05 (451 KB/s) - written to stdout [24121/24121]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/mklibs_0.1.35.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/.. -xf - 

Applying ./patches/001-compile.patch using plaintext: 
patching file configure.ac

Applying ./patches/002-disable_symbol_checks.patch using plaintext: 
patching file src/mklibs

Applying ./patches/003-no_copy.patch using plaintext: 
patching file src/mklibs

Applying ./patches/004-libpthread_link.patch using plaintext: 
patching file src/mklibs

Applying ./patches/005-duplicate_syms.patch using plaintext: 
patching file src/mklibs

Applying ./patches/006-uclibc_init.patch using plaintext: 
patching file src/mklibs

Applying ./patches/007-gc_sections.patch using plaintext: 
patching file src/mklibs

Applying ./patches/008-uclibc_libgcc_link.patch using plaintext: 
patching file src/mklibs

Applying ./patches/009-uclibc_libpthread_symbols.patch using plaintext: 
patching file src/mklibs

Applying ./patches/010-remove_STT_GNU_IFUNC.patch using plaintext: 
patching file src/mklibs-readelf/main.cpp

Applying ./patches/011-remove_multiarch.patch using plaintext: 
patching file src/mklibs
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/.preparedf804b0e27453b3f8206b65e2d6f57e4c
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf autom4te.cache; [ -e ./config.rpath ] || ln -s /home/zs14/spaces/cc/openwrt/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake ACLOCAL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/libtool M4=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoreconf -v -f -i -s -B /home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force 
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:6: the top level
autoreconf: configure.ac: tracing
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:6: the top level
autoreconf: configure.ac: not using Libtool
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoconf --include=m4 --include=. --prepend-include=/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal --force
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:6: the top level
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/autoheader --include=m4 --include=. --prepend-include=/home/zs14/spaces/cc/openwrt/staging_dir/host/share/aclocal --force
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:6: the top level
autoreconf: running: /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake --add-missing --force-missing
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/automake line 3938.
configure.ac:6: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
../../lib/autoconf/general.m4:1833: AC_CANONICAL_TARGET is expanded from...
configure.ac:6: the top level
configure.ac:6: installing './config.guess'
configure.ac:6: installing './config.sub'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
src/mklibs-readelf/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/tools/mklibs/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
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 x86_64-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/mklibs/Makefile
config.status: creating lib/mklibs/utils/Makefile
config.status: creating src/Makefile
config.status: creating src/mklibs-readelf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/.configured
make -j1 -C /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
make  all-recursive
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
Making all in lib
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib'
Making all in mklibs
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs'
Making all in utils
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs/utils'
make[8]: Nothing to be done for 'all'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs/utils'
make[8]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs'
make[8]: Nothing to be done for 'all-am'.
make[8]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs'
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib/mklibs'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/lib'
Making all in src
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src'
Making all in mklibs-readelf
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src/mklibs-readelf'
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -g -O2 -MT elf.o -MD -MP -MF .deps/elf.Tpo -c -o elf.o elf.cpp
mv -f .deps/elf.Tpo .deps/elf.Po
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..   -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include  -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
mv -f .deps/main.Tpo .deps/main.Po
x86_64-linux-gnu-g++  -g -O2  -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib -o mklibs-readelf elf.o main.o  
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src/mklibs-readelf'
make[7]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mklibs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mklibs'
install -m0755 /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src/mklibs /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src/mklibs-copy /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/src/mklibs-readelf/mklibs-readelf /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mklibs-0.1.35/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.mklibs_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mklibs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/sstrip'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/.prepared6ab716be3753bc6911174dd79195168d
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/.configured
gcc -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -include endian.h -o /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/sstrip src/sstrip.c
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/sstrip'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/sstrip'
cp -fpR /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/sstrip /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/sstrip/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.sstrip_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/sstrip'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/make-ext4fs'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
--2016-11-22 22:14:13--  http://mirror2.openwrt.org/sources/make-ext4fs-2015-05-01.tar.gz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-22 22:14:13 ERROR 404: Not Found.

Download failed.
--2016-11-22 22:14:13--  http://downloads.openwrt.org/sources/make-ext4fs-2015-05-01.tar.gz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 78.24.191.177
Connecting to downloads.openwrt.org (downloads.openwrt.org)|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62461 (61K) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]  61.00K   393KB/s    in 0.2s    

2016-11-22 22:14:13 (393 KB/s) - written to stdout [62461/62461]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/make-ext4fs-2015-05-01.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/.. -xf - 
touch /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/.prepared22322495129a4e2d159c6fc1d6f20676
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
touch /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/.configured
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01 make_ext4fs
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01'
cc  -Iinclude -Ilibsparse/include -c -o allocate.o allocate.c
cc  -Iinclude -Ilibsparse/include -c -o canned_fs_config.o canned_fs_config.c
cc  -Iinclude -Ilibsparse/include -c -o contents.o contents.c
cc  -Iinclude -Ilibsparse/include -c -o crc16.o crc16.c
cc  -Iinclude -Ilibsparse/include -c -o ext4fixup.o ext4fixup.c
cc  -Iinclude -Ilibsparse/include -c -o ext4_sb.o ext4_sb.c
cc  -Iinclude -Ilibsparse/include -c -o ext4_utils.o ext4_utils.c
cc  -Iinclude -Ilibsparse/include -c -o extent.o extent.c
cc  -Iinclude -Ilibsparse/include -c -o indirect.o indirect.c
cc  -Iinclude -Ilibsparse/include -c -o make_ext4fs_main.o make_ext4fs_main.c
cc  -Iinclude -Ilibsparse/include -c -o make_ext4fs.o make_ext4fs.c
cc  -Iinclude -Ilibsparse/include -c -o sha1.o sha1.c
cc  -Iinclude -Ilibsparse/include -c -o uuid.o uuid.c
cc  -Iinclude -Ilibsparse/include -c -o wipe.o wipe.c
make -C libsparse/ libsparse.a
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/libsparse'
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o backed_block.o backed_block.c
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o output_file.o output_file.c
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o sparse.o sparse.c
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o sparse_crc32.o sparse_crc32.c
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o sparse_err.o sparse_err.c
cc  -Iinclude -Ilibsparse/include -Iinclude -c -o sparse_read.o sparse_read.c
ar rcs libsparse.a backed_block.o output_file.o sparse.o sparse_crc32.o sparse_err.o sparse_read.o
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/libsparse'
cc -o make_ext4fs allocate.o canned_fs_config.o contents.o crc16.o ext4fixup.o ext4_sb.o ext4_utils.o extent.o indirect.o make_ext4fs_main.o make_ext4fs.o sha1.o uuid.o wipe.o libsparse/libsparse.a -lz
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/make-ext4fs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/make-ext4fs'
install -m0755 /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/make_ext4fs /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/make-ext4fs-2015-05-01/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.make-ext4fs_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/make-ext4fs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/e2fsprogs'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "e2fsprogs-1.42.8.tar.gz" "8ef664b6eb698aa6b733df59b17b9ed4" "" "@SF/e2fsprogs"
--2016-11-22 22:14:14--  http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-1.42.8.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz [following]
--2016-11-22 22:14:15--  http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://netix.dl.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz [following]
--2016-11-22 22:14:15--  https://netix.dl.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.8/e2fsprogs-1.42.8.tar.gz
Resolving netix.dl.sourceforge.net (netix.dl.sourceforge.net)... 87.121.121.2
Connecting to netix.dl.sourceforge.net (netix.dl.sourceforge.net)|87.121.121.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5990116 (5.7M) [application/x-gzip]
Saving to: 'STDOUT'

-                     100%[========================>]   5.71M  1.14MB/s    in 5.3s    

2016-11-22 22:14:21 (1.08 MB/s) - written to stdout [5990116/5990116]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/e2fsprogs-1.42.8.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/.. -xf - 

Applying ./patches/001-exit_0_on_corrected_errors.patch using plaintext: 
patching file e2fsck/e2fsck.h

Applying ./patches/002-dont-build-e4defrag.patch using plaintext: 
patching file misc/Makefile.in

Applying ./patches/003-openbsd-compat.patch using plaintext: 
patching file lib/blkid/getsize.c
patching file lib/quota/mkquota.c

Applying ./patches/004-freebsd-compat.patch using plaintext: 
patching file lib/ext2fs/tdb.c
rm -rf /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/doc
touch /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/.prepared3447e23cab6452dbf4f284770d4c46d6
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -fpic" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin --disable-shared --disable-elf-shlibs --enable-static --enable-dynamic-e2fsck --disable-tls --disable-nls ; fi )
configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck
Generating configuration file for e2fsprogs version 1.42.8
Release date is June, 2013
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for dlopen in -ldl... yes
checking for x86_64-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for additional special compiler flags... (none)
Disabling maintainer mode by default
Disabling symlinks for install by default
Disabling relative symlinks for install by default
Disabling symlinks for build by default
Disabling verbose make commands
Disabling compression support by default
Enabling htree directory support by default
Disabling ELF shared libraries
Disabling BSD shared libraries by default
Disabling profiling libraries by default
Disabling checker libraries by default
Disabling journal debugging by default
Disabling blkid debugging by default
Enabling testio debugging by default
checking pkg-config is at least version 0.9.0... yes
Enabling private uuid library by default
checking pkg-config is at least version 0.9.0... yes
Enabling private blkid library by default
checking pkg-config is at least version 0.9.0... yes
Disabling quota support by default
Enabling use of backtrace by default
Enabling debugfs support by default
Enabling e2image support by default
Enabling e2resize support by default
Enabling e4defrag support by default
Building fsck wrapper by default
Building e2initrd helper by default
Disabling thread local support
Building uuidd by default
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking for strerror in -lcposix... no
checking for grep that handles long lines and -e... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep
checking for egrep... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
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 for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
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 ptrdiff_t... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0.2, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking whether make sets $(MAKE)... (cached) yes
checking for GNU make... make
checking for ln... /bin/ln
checking whether ln -s works... yes
checking for mv... /bin/mv
checking for cp... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/cp
checking for rm... /bin/rm
checking for chmod... /bin/chmod
checking for gawk... gawk
checking for egrep... (cached) /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/grep -E
checking for sed... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/sed
checking for perl... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/perl
checking for ldconfig... /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/ldconfig
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for x86_64-linux-gnu-ranlib... (cached) x86_64-linux-gnu-ranlib
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for makeinfo... makeinfo
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for malloc.h... (cached) yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/disklabel.h usability... no
checking sys/disklabel.h presence... no
checking for sys/disklabel.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) 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 sys/disk.h... no
checking for sys/mount.h... yes
checking for net/if.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for struct dirent.d_reclen... yes
checking for ssize_t... yes
checking whether llseek is declared... no
checking whether lseek64 is declared... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of off_t... 8
checking whether byte ordering is bigendian... no
checking for inttypes.h... (cached) yes
checking for intptr_t... yes
checking whether struct stat has a st_flags field... no
checking for struct sockaddr.sa_len... no
checking for __secure_getenv... no
checking for backtrace... yes
checking for blkid_probe_get_topology... no
checking for chflags... no
checking for fallocate... yes
checking for fallocate64... yes
checking for fchown... yes
checking for fdatasync... yes
checking for fstat64... yes
checking for ftruncate64... yes
checking for getdtablesize... yes
checking for getmntinfo... no
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for jrand48... yes
checking for llseek... yes
checking for lseek64... yes
checking for mallinfo... yes
checking for mbstowcs... yes
checking for memalign... yes
checking for mmap... yes
checking for msync... yes
checking for nanosleep... yes
checking for open64... yes
checking for pathconf... yes
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for prctl... yes
checking for secure_getenv... yes
checking for setmntent... yes
checking for setresgid... yes
checking for setresuid... yes
checking for srandom... yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strnlen... yes
checking for strptime... yes
checking for strtoull... yes
checking for sync_file_range... yes
checking for sysconf... yes
checking for usleep... yes
checking for utime... yes
checking for valloc... yes
checking for socket in -lsocket... no
checking for optreset... no
checking for sem_init... no
checking for sem_init in -lpthread... yes
checking for unified diff option... -u
Setting root_sbindir to /home/zs14/spaces/cc/openwrt/staging_dir/host/bin
Setting root_sysconfdir to /home/zs14/spaces/cc/openwrt/staging_dir/host/etc
checking whether we can link with -static... yes
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating Makefile
config.status: creating e2fsprogs.spec
config.status: creating util/Makefile
config.status: creating util/subst.conf
config.status: creating util/gen-tarball
config.status: creating util/install-symlink
config.status: creating lib/et/Makefile
config.status: creating lib/ss/Makefile
config.status: creating lib/e2p/Makefile
config.status: creating lib/ext2fs/Makefile
config.status: creating lib/ext2fs/ext2_types.h
config.status: creating lib/uuid/Makefile
config.status: creating lib/uuid/uuid_types.h
config.status: creating lib/blkid/Makefile
config.status: creating lib/blkid/blkid_types.h
config.status: creating lib/quota/Makefile
config.status: creating lib/ss/ss.pc
config.status: creating lib/uuid/uuid.pc
config.status: creating lib/et/com_err.pc
config.status: creating lib/e2p/e2p.pc
config.status: creating lib/blkid/blkid.pc
config.status: creating lib/ext2fs/ext2fs.pc
config.status: creating misc/Makefile
config.status: creating ext2ed/Makefile
config.status: creating e2fsck/Makefile
config.status: creating debugfs/Makefile
config.status: creating tests/Makefile
config.status: creating tests/progs/Makefile
config.status: creating resize/Makefile
config.status: creating intl/Makefile
config.status: creating intl/libgnuintl.h
config.status: creating po/Makefile.in
config.status: creating lib/config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck
touch /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/.configured
make   -C /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8  
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
cd ./util ; make subst
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/util'
    CC subst.c
    LD subst
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/util'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'util/subst.conf' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/config.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
    SUBST lib/dirpaths.h
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
config.status: creating ./lib/ext2fs/ext2_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing default-1 commands
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
config.status: creating ./lib/blkid/blkid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing default-1 commands
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
config.status: creating ./lib/uuid/uuid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing default-1 commands
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
    SUBST compile_et
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
    SUBST ext2_err.et
    COMPILE_ET ext2_err.et
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make libs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'util/subst.conf' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/config.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/dirpaths.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/ext2fs/ext2_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/blkid/blkid_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/uuid/uuid_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[6]: 'compile_et' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[6]: 'ext2_err.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/et
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
    CC error_message.c
    CC et_name.c
    CC init_et.c
    CC com_err.c
    CC com_right.c
    GEN_LIB libcom_err.a
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
making all in lib/ss
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
    SUBST mk_cmds
    COMPILE_ET ss_err.et
    CC ss_err.c
    MK_CMDS std_rqs.c
    CC std_rqs.c
    CC invocation.c
    CC help.c
    CC execute_cmd.c
    CC listen.c
    CC parse.c
    CC error.c
    CC prompt.c
    CC request_tbl.c
    CC list_rqs.c
    CC pager.c
    CC requests.c
    CC data.c
    CC get_readline.c
    GEN_LIB libss.a
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
making all in lib/e2p
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
    CC feature.c
    CC fgetflags.c
    CC fsetflags.c
    CC fgetversion.c
    CC fsetversion.c
    CC getflags.c
    CC getversion.c
    CC hashstr.c
    CC iod.c
    CC ls.c
    CC mntopts.c
    CC parse_num.c
    CC pe.c
    CC pf.c
    CC ps.c
    CC setflags.c
    CC setversion.c
    CC uuid.c
    CC ostype.c
    CC percent.c
    GEN_LIB libe2p.a
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
making all in lib/uuid
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
    CP uuid.h
    CC clear.c
    CC compare.c
    CC copy.c
    CC gen_uuid.c
In file included from /usr/include/stdio.h:27:0,
                 from gen_uuid.c:48:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
    CC isnull.c
    CC pack.c
    CC parse.c
    CC unpack.c
    CC unparse.c
    CC uuid_time.c
    GEN_LIB libuuid.a
    CC tst_uuid.o
    LD tst_uuid
    LD uuid_time
    SUBST uuid.3
    SUBST uuid_clear.3
    SUBST uuid_compare.3
    SUBST uuid_copy.3
    SUBST uuid_generate.3
    SUBST uuid_is_null.3
    SUBST uuid_parse.3
    SUBST uuid_time.3
    SUBST uuid_unparse.3
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
making all in lib/ext2fs
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
    CC bb_compat.c
    CC inode_io.c
    CC write_bb_file.c
    CC dupfs.c
    CC imager.c
    CC test_io.c
    CC ext2_err.c
    CC alloc.c
    CC alloc_sb.c
    CC alloc_stats.c
    CC alloc_tables.c
    CC badblocks.c
    CC bb_inode.c
    CC bitmaps.c
    CC bitops.c
    CC blkmap64_ba.c
    CC blkmap64_rb.c
    CC blknum.c
    CC block.c
    CC bmap.c
    CC check_desc.c
    CC closefs.c
    CC crc16.c
    CC gen_crc32ctable
    GEN32CTABLE crc32c_table.h
    CC crc32c.c
    CC csum.c
    CC dblist.c
    CC dblist_dir.c
    CC dirblock.c
    CC dirhash.c
    CC dir_iterate.c
    CC expanddir.c
    CC ext_attr.c
    CC extent.c
    CC fileio.c
    CC finddev.c
    CC flushb.c
    CC freefs.c
    CC gen_bitmap.c
    CC gen_bitmap64.c
    CC get_pathname.c
    CC getsize.c
    CC getsectsize.c
    CC i_block.c
    CC icount.c
    CC ind_block.c
    CC initialize.c
    CC inline.c
    CC inode.c
    CC io_manager.c
    CC ismounted.c
    CC link.c
    CC llseek.c
    CC lookup.c
    CC mkdir.c
    CC mkjournal.c
    CC mmp.c
    CC namei.c
    CC native.c
    CC newdir.c
    CC openfs.c
    CC progress.c
    CC punch.c
    CC qcow2.c
    CC read_bb.c
    CC read_bb_file.c
    CC res_gdt.c
    CC rw_bitmaps.c
    CC swapfs.c
    CC symlink.c
    CC tdb.c
    CC undo_io.c
    CC unix_io.c
    CC unlink.c
    CC valid_blk.c
    CC version.c
    CC rbtree.c
    GEN_LIB libext2fs.a
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/blkid
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
    CP blkid.h
    CC cache.c
    CC dev.c
    CC devname.c
    CC devno.c
    CC getsize.c
    CC llseek.c
    CC probe.c
    CC read.c
    CC resolve.c
    CC save.c
    CC tag.c
    CC version.c
    GEN_LIB libblkid.a
    SUBST libblkid.3
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
making all in lib/quota
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
    CC mkquota.c
    CC quotaio.c
    CC quotaio_v2.c
    CC quotaio_tree.c
    CC ../../e2fsck/dict.c
    GEN_LIB libquota.a
    CONFIG.STATUS quota.pc
config.status: creating lib/quota/quota.pc
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing default-1 commands
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
making all in intl
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make progs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'util/subst.conf' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/config.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/dirpaths.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/ext2fs/ext2_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/blkid/blkid_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: 'lib/uuid/uuid_types.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[6]: 'compile_et' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[6]: 'ext2_err.h' is up to date.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/et
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
making all in lib/ss
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
making all in lib/e2p
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
making all in lib/uuid
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
making all in lib/ext2fs
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/blkid
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
making all in lib/quota
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
making all in intl
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
making all in e2fsck
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
    COMPILE_ET prof_err.et
    CC gen_crc32table
    GEN32TABLE crc32table.h
    CC crc32.c
    CC dict.c
    CC unix.c
    CC e2fsck.c
    CC super.c
    CC pass1.c
    CC pass1b.c
    CC pass2.c
    CC pass3.c
    CC pass4.c
    CC pass5.c
    CC journal.c
    CC badblocks.c
    CC util.c
    CC dirinfo.c
    CC dx_dirinfo.c
    CC ehandler.c
    CC problem.c
    CC message.c
    CC quota.c
    CC recovery.c
    CC region.c
    CC revoke.c
    CC ea_refcount.c
    CC rehash.c
    CC profile.c
    CC prof_err.c
    CC logfile.c
    CC sigcatcher.c
    LD e2fsck
    SUBST e2fsck.8
    SUBST e2fsck.conf.5
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
making all in debugfs
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
    MK_CMDS debug_cmds.c
    CC debug_cmds.c
    CC debugfs.c
    CC util.c
    CC ncheck.c
    CC icheck.c
    CC ls.c
    CC lsdel.c
    CC dump.c
    CC set_fields.c
    CC logdump.c
    CC htree.c
    CC unused.c
    CC e2freefrag.o
    CC filefrag.c
    MK_CMDS extent_cmds.c
    CC extent_cmds.c
    CC extent_inode.c
    CC zap.c
    LD debugfs
    SUBST debugfs.8
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
making all in misc
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
    CP ../e2fsck/profile.h
    COMPILE_ET prof_err.et
    CC mke2fs.c
    CC util.c
    CC ../e2fsck/profile.c
    CC prof_err.c
if test -f ./mke2fs.conf.custom.in ; then \
    cp ./mke2fs.conf.custom.in mke2fs.conf; \
else \
    cp ./mke2fs.conf.in mke2fs.conf; \
fi
    PROFILE_TO_C mke2fs.conf
    CC default_profile.c
    LD mke2fs
    CC badblocks.c
    LD badblocks
    CC tune2fs.c
In file included from /usr/include/fcntl.h:25:0,
                 from tune2fs.c:31:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
    LD tune2fs
    CC dumpe2fs.c
    LD dumpe2fs
    CC blkid.c
    LD blkid
    CC logsave.c
    LD logsave
    CC e2image.c
    LD e2image
    CC fsck.c
    CC base_device.c
    CC ismounted.c
    LD fsck
    CC e2undo.c
    LD e2undo
    CC chattr.c
    LD chattr
    CC lsattr.c
    LD lsattr
    CC uuidgen.c
    LD uuidgen
    CC mklost+found.c
    LD mklost+found
    CC filefrag.c
    LD filefrag
    CC e2freefrag.c
    LD e2freefrag
    CC uuidd.c
    LD uuidd
    SUBST tune2fs.8
    SUBST mklost+found.8
    SUBST mke2fs.8
    SUBST dumpe2fs.8
    SUBST badblocks.8
    SUBST e2label.8
    SUBST findfs.8
    SUBST blkid.8
    SUBST e2image.8
    SUBST logsave.8
    SUBST filefrag.8
    SUBST e2freefrag.8
    SUBST e2undo.8
    SUBST uuidd.8
    SUBST e4defrag.8
    SUBST fsck.8
    SUBST chattr.1
    SUBST lsattr.1
    SUBST uuidgen.1
    SUBST mke2fs.conf.5
    CC e2initrd_helper.c
    LD e2initrd_helper
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
making all in resize
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
    CC extent.c
    CC resize2fs.c
    CC main.c
    CC online.c
    CC resource_track.c
    CC sim_progress.c
    LD resize2fs
    CC test_extent.c
    LD test_extent
    SUBST resize2fs.8
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
making all in tests/progs
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
    CC test_icount.c
    MK_CMDS test_icount_cmds.c
    CC test_icount_cmds.c
    LD test_icount
    CC crcsum.c
    LD crcsum
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
making all in po
make[6]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make docs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
Makefile:314: recipe for target 'docs' failed
make[5]: [docs] Error 1 (ignored)
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/e2fsprogs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/e2fsprogs'
export MAKEFLAGS= ;make -C /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8 install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'util/subst.conf' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/config.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/dirpaths.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/ext2fs/ext2_types.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/blkid/blkid_types.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: 'lib/uuid/uuid_types.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[5]: 'compile_et' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[5]: 'ext2_err.h' is up to date.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/et
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
making all in lib/ss
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
making all in lib/e2p
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
making all in lib/uuid
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
making all in lib/ext2fs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making all in lib/blkid
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
making all in lib/quota
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
making all in intl
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
making install in e2fsck
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
    MKINSTALLDIRS /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8
mkdir /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8
mkdir /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man5
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/e2fsck
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/fsck.ext2
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/fsck.ext3
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/fsck.ext4
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/fsck.ext4dev
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e2fsck.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man5/e2fsck.conf.5
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/fsck.ext2.8
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/fsck.ext3.8
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/fsck.ext4.8
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/fsck.ext4dev.8
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/e2fsck'
making install in debugfs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
    MKINSTALLDIRS /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/debugfs
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/debugfs.8
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/debugfs'
making install in misc
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
    MKINSTALLDIRS /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1 /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8 /home/zs14/spaces/cc/openwrt/staging_dir/host/lib /home/zs14/spaces/cc/openwrt/staging_dir/host/etc
mkdir //home/zs14/spaces/cc/openwrt/staging_dir/host/etc
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mke2fs
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/badblocks
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/tune2fs
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/dumpe2fs
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/blkid
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/logsave
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/e2image
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/fsck
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/e2undo
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mklost+found
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/filefrag
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/e2freefrag
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/uuidd
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mkfs.ext2
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mkfs.ext3
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mkfs.ext4
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/mkfs.ext4dev
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/findfs
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/chattr
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/lsattr
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/uuidgen
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/e2initrd_helper
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/tune2fs.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/mklost+found.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/mke2fs.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/dumpe2fs.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/badblocks.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e2label.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/findfs.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/blkid.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e2image.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/logsave.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/filefrag.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e2freefrag.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e2undo.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/uuidd.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/e4defrag.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/fsck.8
    LINK mkfs.ext2.8
    LINK mkfs.ext3.8
    LINK mkfs.ext4.8
    LINK mkfs.ext4dev.8
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1/chattr.1
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1/lsattr.1
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man1/uuidgen.1
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man5/mke2fs.conf.5
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/etc/mke2fs.conf
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/misc'
making install in resize
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
    MKINSTALLDIRS /home/zs14/spaces/cc/openwrt/staging_dir/host/bin /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8
    INSTALL /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/resize2fs
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man8/resize2fs.8
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/resize'
making install in tests/progs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/tests/progs'
making install in po
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
if test "e2fsprogs" = "gettext-tools"; then \
  /bin/sh ../config/mkinstalldirs /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
            /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/zs14/spaces/cc/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/po'
making install-shlibs in lib/et
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/et'
making install-shlibs in lib/ss
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ss'
making install-shlibs in lib/e2p
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/e2p'
making install-shlibs in lib/uuid
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
making install-shlibs in lib/ext2fs
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/ext2fs'
making install-shlibs in lib/blkid
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/blkid'
making install-shlibs in lib/quota
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/quota'
making install-shlibs in intl
make[5]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
make[5]: Nothing to be done for 'install-shlibs'.
make[5]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/intl'
Makefile:317: recipe for target 'install-doc-libs' failed
make[4]: [install-doc-libs] Error 1 (ignored)
if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then make install-libs ; fi
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8'
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid install
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
    MKINSTALLDIRS /home/zs14/spaces/cc/openwrt/staging_dir/host/lib /home/zs14/spaces/cc/openwrt/staging_dir/host/include/uuid /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3
mkdir /home/zs14/spaces/cc/openwrt/staging_dir/host/include/uuid
mkdir /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/libuuid.a
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/include/uuid/uuid.h
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_clear.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_compare.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_copy.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_generate.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_is_null.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_parse.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_time.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_unparse.3
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_generate_random.3
    LINK /home/zs14/spaces/cc/openwrt/staging_dir/host/share/man/man3/uuid_generate_time.3
    INSTALL_DATA /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/pkgconfig/uuid.pc
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid'
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/include/e2fsprogs
cp -fpR /home/zs14/spaces/cc/openwrt/staging_dir/host/include/uuid /home/zs14/spaces/cc/openwrt/staging_dir/host/include/e2fsprogs/
rm -rf /home/zs14/spaces/cc/openwrt/staging_dir/host/include/uuid
install -m0644 /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/lib/uuid/libuuid.a /home/zs14/spaces/cc/openwrt/staging_dir/host/lib/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/e2fsprogs-1.42.8/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.e2fsprogs_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/e2fsprogs'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mtd-utils'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
--2016-11-22 22:14:53--  http://mirror2.openwrt.org/sources/mtd-utils-1.5.1-92686f212c9a4e16891c6a3c57629cbf4f0f8360.tar.gz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 351836 (344K) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>] 343.59K   343KB/s    in 1.0s    

2016-11-22 22:14:54 (343 KB/s) - written to stdout [351836/351836]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; gzip -dc /home/zs14/spaces/cc/openwrt/dl/mtd-utils-1.5.1-92686f212c9a4e16891c6a3c57629cbf4f0f8360.tar.gz | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/.. -xf - 

Applying ./patches/100-sscanf_fix.patch using plaintext: 
patching file mkfs.jffs2.c

Applying ./patches/110-portability.patch using plaintext: 
patching file compr_lzo.c
patching file compr_zlib.c
patching file rbtree.h
patching file include/mtd/ubi-media.h
patching file mkfs.ubifs/mkfs.ubifs.h
patching file mkfs.ubifs/mkfs.ubifs.c
patching file mkfs.ubifs/devtable.c
patching file include/common.h
patching file include/mtd/ubifs-media.h

Applying ./patches/130-lzma_jffs2.patch using plaintext: 
patching file Makefile
patching file compr.c
patching file compr.h
patching file compr_lzma.c
patching file include/linux/jffs2.h
patching file include/linux/lzma.h
patching file include/linux/lzma/LzFind.h
patching file include/linux/lzma/LzHash.h
patching file include/linux/lzma/LzmaDec.h
patching file include/linux/lzma/LzmaEnc.h
patching file include/linux/lzma/Types.h
patching file lzma/LzFind.c
patching file lzma/LzmaDec.c
patching file lzma/LzmaEnc.c
patching file mkfs.jffs2.c

Applying ./patches/134-freebsd_loff_t.patch using plaintext: 
patching file include/mtd/mtd-abi.h

Applying ./patches/135-mkubifs_optional_lzo.patch using plaintext: 
patching file mkfs.ubifs/compr.c
patching file Makefile

Applying ./patches/136-mkfs.ubifs-xz-support.patch using plaintext: 
patching file Makefile
patching file mkfs.ubifs/compr.c
patching file mkfs.ubifs/compr.h
patching file mkfs.ubifs/mkfs.ubifs.c
patching file mkfs.ubifs/mkfs.ubifs.h
patching file include/mtd/ubifs-media.h

Applying ./patches/137-no_extern_inline.patch using plaintext: 
patching file mkfs.ubifs/hashtable/hashtable_itr.c
patching file mkfs.ubifs/hashtable/hashtable_itr.h

Applying ./patches/200-libubigen-add-ubigen_write_terminator-function.patch using plaintext: 
patching file ubi-utils/libubigen.c
patching file ubi-utils/include/libubigen.h

Applying ./patches/201-ubinize-add-terminator-support.patch using plaintext: 
patching file ubi-utils/ubinize.c

Applying ./patches/300-libfec_use_standard_unsigned_long.patch using plaintext: 
patching file lib/libfec.c
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/.preparedc4eb1ee37e79534a3e929b8d376f5071
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include/e2fsprogs" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/.configured
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1 CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include/e2fsprogs -I/home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/include -L/home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1 -L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -DNO_NATIVE_SUPPORT" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" WITHOUT_LZO=1 WITHOUT_XATTR=1 SUBDIRS="" BUILDDIR="/home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1" TARGETS="mkfs.jffs2 ubi-utils/ubinize mkfs.ubifs/mkfs.ubifs"
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1'
  CHK     include/version.h
  CC      mkfs.jffs2.o
  CC      compr_rtime.o
  CC      compr_zlib.o
  CC      compr_lzma.o
compr_lzma.c:95:14: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .compress = &jffs2_lzma_compress,
              ^
compr_lzma.c:95:14: note: (near initialization for 'jffs2_lzma_comp.compress')
compr_lzma.c:96:16: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .decompress = &jffs2_lzma_decompress,
                ^
compr_lzma.c:96:16: note: (near initialization for 'jffs2_lzma_comp.decompress')
  CC      lzma/LzFind.o
  CC      lzma/LzmaEnc.o
  CC      lzma/LzmaDec.o
  CC      compr.o
  CC      rbtree.o
  CC      lib/libmtd.o
lib/libmtd.c: In function 'mtd_get_dev_info1':
lib/libmtd.c:749:46: warning: passing argument 3 of 'dev_read_data' discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
  ret = dev_read_data(lib->mtd_name, mtd_num, &mtd->name,
                                              ^
lib/libmtd.c:182:12: note: expected 'void *' but argument is of type 'const char (*)[128]'
 static int dev_read_data(const char *patt, int mtd_num, void *buf, int buf_len)
            ^~~~~~~~~~~~~
lib/libmtd.c:755:46: warning: passing argument 3 of 'dev_read_data' discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
  ret = dev_read_data(lib->mtd_type, mtd_num, &mtd->type_str,
                                              ^
lib/libmtd.c:182:12: note: expected 'void *' but argument is of type 'const char (*)[65]'
 static int dev_read_data(const char *patt, int mtd_num, void *buf, int buf_len)
            ^~~~~~~~~~~~~
  CC      lib/libmtd_legacy.o
  CC      lib/libcrc32.o
  CC      lib/libfec.o
  AR      lib/libmtd.a
  LD      mkfs.jffs2
  CC      ubi-utils/ubinize.o
  CC      ubi-utils/libubigen.o
  AR      ubi-utils/libubigen.a
  CC      ubi-utils/libiniparser.o
  CC      ubi-utils/dictionary.o
  AR      ubi-utils/libiniparser.a
  CC      ubi-utils/libubi.o
  AR      ubi-utils/libubi.a
  CC      ubi-utils/ubiutils-common.o
  LD      ubi-utils/ubinize
  CC      mkfs.ubifs/mkfs.ubifs.o
  CC      mkfs.ubifs/crc16.o
  CC      mkfs.ubifs/lpt.o
  CC      mkfs.ubifs/compr.o
  CC      mkfs.ubifs/devtable.o
  CC      mkfs.ubifs/hashtable/hashtable.o
  CC      mkfs.ubifs/hashtable/hashtable_itr.o
  LD      mkfs.ubifs/mkfs.ubifs
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1'
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/.built
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mtd-utils'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mtd-utils'
cp -fpR /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/mkfs.jffs2 /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/mkfs.ubifs/mkfs.ubifs /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/ubi-utils/ubinize /home/zs14/spaces/cc/openwrt/staging_dir/host/bin/
mkdir -p /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp
touch /home/zs14/spaces/cc/openwrt/build_dir/host/mtd-utils-1.5.1/.built
touch /home/zs14/spaces/cc/openwrt/staging_dir/host/stamp/.mtd-utils_installed
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mtd-utils'
make[3]: Entering directory '/home/zs14/spaces/cc/openwrt/tools/mkimage'
mkdir -p /home/zs14/spaces/cc/openwrt/dl
/home/zs14/spaces/cc/openwrt/scripts/download.pl "/home/zs14/spaces/cc/openwrt/dl" "u-boot-2014.10.tar.bz2" "3ddcaee2f05b7c464778112ec83664b5" "" "http://mirror2.openwrt.org/sources" "ftp://ftp.denx.de/pub/u-boot"
--2016-11-22 22:15:00--  http://mirror2.openwrt.org/sources/u-boot-2014.10.tar.bz2
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10217685 (9.7M) [application/octet-stream]
Saving to: 'STDOUT'

-                     100%[========================>]   9.74M  1.18MB/s    in 8.5s    

2016-11-22 22:15:08 (1.14 MB/s) - written to stdout [10217685/10217685]

. /home/zs14/spaces/cc/openwrt/include/shell.sh; bzcat /home/zs14/spaces/cc/openwrt/dl/u-boot-2014.10.tar.bz2 | tar -C /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.. -xf - 

Applying ./patches/010-freebsd-ulong-fix.patch using plaintext: 
patching file include/image.h

Applying ./patches/020-include_compile_fix.patch using plaintext: 
patching file include/u-boot/rsa-checksum.h

Applying ./patches/030-allow-to-use-different-magic.patch using plaintext: 
patching file tools/mkimage.c
patching file tools/default_image.c
patching file tools/imagetool.h

Applying ./patches/040-include_order.patch using plaintext: 
patching file tools/Makefile

Applying ./patches/050-image_h_portability.patch using plaintext: 
patching file include/image.h

Applying ./patches/060-remove_kernel_includes.patch using plaintext: 
patching file include/compiler.h
patching file include/linux/posix_types.h
patching file include/linux/types.h

Applying ./patches/070-socfpgaimage_portability.patch using plaintext: 
patching file tools/socfpgaimage.c

Applying ./patches/080-remove_compiler_check.patch using plaintext: 
patching file include/linux/compiler-gcc4.h

Applying ./patches/100-freebsd-compat.patch using plaintext: 
patching file Makefile

Applying ./patches/200-compiler-support.patch using plaintext: 
patching file include/linux/compiler-gcc.h
patching file include/linux/compiler-gcc3.h
patching file include/linux/compiler-gcc4.h
patching file include/linux/compiler-intel.h
patching file include/linux/compiler.h
rm -f /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/errno.h /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/malloc.h /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/tools/.depend
touch /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/config.mk
touch /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/config.h
touch /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.prepared88f505c5e1f77bddc74c0298953ea102
(cd /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/; if [ -x configure ]; then cp -fpR /home/zs14/spaces/cc/openwrt/scripts/config.{guess,sub} /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" CPPFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" LDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib" SHELL="/usr/bin/env bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --exec-prefix=/home/zs14/spaces/cc/openwrt/staging_dir/host --sysconfdir=/home/zs14/spaces/cc/openwrt/staging_dir/host/etc --localstatedir=/home/zs14/spaces/cc/openwrt/staging_dir/host/var --sbindir=/home/zs14/spaces/cc/openwrt/staging_dir/host/bin ; fi )
touch /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.configured
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10 defconfig   HOSTCFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" HOSTLDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib"
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10'
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
#
# configuration written to .config
#
*** Default configuration is based on 'sandbox_defconfig'
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10'
make -C /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10 tools-only  HOSTCFLAGS="-I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include -O2 -I/home/zs14/spaces/cc/openwrt/staging_dir/host/include -I/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/include" HOSTLDFLAGS="-L/home/zs14/spaces/cc/openwrt/staging_dir/host/lib -L/home/zs14/spaces/cc/openwrt/staging_dir/host/usr/lib"
make[4]: Entering directory '/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10'
scripts/kconfig/conf --silentoldconfig Kconfig
  CHK     include/config.h
  UPD     include/config.h
  GEN     include/autoconf.mk
  GEN     include/autoconf.mk.dep
make[4]: sdl-config: Command not found
make[4]: sdl-config: Command not found
make[4]: sdl-config: Command not found
  CHK     include/config/uboot.release
  UPD     include/config/uboot.release
make[4]: sdl-config: Command not found
  CHK     include/generated/version_autogenerated.h
  UPD     include/generated/version_autogenerated.h
make[4]: sdl-config: Command not found
  CHK     include/generated/timestamp_autogenerated.h
  UPD     include/generated/timestamp_autogenerated.h
make[4]: sdl-config: Command not found
  HOSTCC  tools/img2srec
In file included from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
                 from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
                 from <command-line>:0:
/home/zs14/spaces/cc/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
 #include_next <byteswap.h>
  ^~~~~~~~~~~~
  HOSTCC  tools/aisimage.o
  HOSTCC  tools/atmelimage.o
  WRAP    tools/common/bootm.c
  HOSTCC  tools/common/bootm.o
  WRAP    tools/common/image-fit.c
  HOSTCC  tools/common/image-fit.o
  WRAP    tools/common/image-sig.c
  HOSTCC  tools/common/image-sig.o
  WRAP    tools/common/image.c
  HOSTCC  tools/common/image.o
  HOSTCC  tools/default_image.o
  HOSTCC  tools/dumpimage.o
  HOSTCC  tools/fit_check_sign.o
  HOSTCC  tools/fit_common.o
  HOSTCC  tools/fit_image.o
  HOSTCC  tools/fit_info.o
  HOSTCC  tools/gpimage-common.o
  HOSTCC  tools/gpimage.o
  HOSTCC  tools/image-host.o
  HOSTCC  tools/imagetool.o
  HOSTCC  tools/imximage.o
  HOSTCC  tools/kwbimage.o
  WRAP    tools/lib/crc32.c
  HOSTCC  tools/lib/crc32.o
In file included from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
                 from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
                 from <command-line>:0:
/home/zs14/spaces/cc/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
 #include_next <byteswap.h>
  ^~~~~~~~~~~~
  WRAP    tools/lib/fdtdec.c
  HOSTCC  tools/lib/fdtdec.o
  WRAP    tools/lib/fdtdec_common.c
  HOSTCC  tools/lib/fdtdec_common.o
  WRAP    tools/lib/libfdt/fdt.c
  HOSTCC  tools/lib/libfdt/fdt.o
  WRAP    tools/lib/libfdt/fdt_ro.c
  HOSTCC  tools/lib/libfdt/fdt_ro.o
  WRAP    tools/lib/libfdt/fdt_rw.c
  HOSTCC  tools/lib/libfdt/fdt_rw.o
  WRAP    tools/lib/libfdt/fdt_strerror.c
  HOSTCC  tools/lib/libfdt/fdt_strerror.o
  WRAP    tools/lib/libfdt/fdt_wip.c
  HOSTCC  tools/lib/libfdt/fdt_wip.o
  WRAP    tools/lib/md5.c
  HOSTCC  tools/lib/md5.o
In file included from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/compiler.h:46:0,
                 from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/include/libfdt_env.h:12,
                 from <command-line>:0:
/home/zs14/spaces/cc/openwrt/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
 #include_next <byteswap.h>
  ^~~~~~~~~~~~
  WRAP    tools/lib/rsa/rsa-checksum.c
  HOSTCC  tools/lib/rsa/rsa-checksum.o
  WRAP    tools/lib/rsa/rsa-sign.c
  HOSTCC  tools/lib/rsa/rsa-sign.o
In file included from tools/lib/rsa/rsa-sign.c:1:0:
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_remove':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:156:2: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]
  ERR_remove_thread_state(NULL);
  ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509_vfy.h:20:0,
                 from /usr/include/openssl/x509.h:309,
                 from /usr/include/openssl/pem.h:17,
                 from /home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:13,
                 from tools/lib/rsa/rsa-sign.c:1:
/usr/include/openssl/err.h:246:1: note: declared here
 DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
 ^
In file included from tools/lib/rsa/rsa-sign.c:1:0:
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_sign_with_key':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:213:2: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
  EVP_MD_CTX_cleanup(context);
  ^~~~~~~~~~~~~~~~~~
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_get_exponent':
/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  if (BN_num_bits(key->e) > 64)
                     ^~
scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o' failed
make[5]: *** [tools/lib/rsa/rsa-sign.o] Error 1
Makefile:1195: recipe for target 'tools-only' failed
make[4]: *** [tools-only] Error 2
make[4]: Leaving directory '/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10'
Makefile:46: recipe for target '/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.built' failed
make[3]: *** [/home/zs14/spaces/cc/openwrt/build_dir/host/u-boot-2014.10/.built] Error 2
make[3]: Leaving directory '/home/zs14/spaces/cc/openwrt/tools/mkimage'
tools/Makefile:122: recipe for target 'tools/mkimage/compile' failed
make[2]: *** [tools/mkimage/compile] Error 2
make[2]: Leaving directory '/home/zs14/spaces/cc/openwrt'
tools/Makefile:121: recipe for target '/home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyyyyyyyyyyynyyyyynnyyynyyynnnyy' failed
make[1]: *** [/home/zs14/spaces/cc/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyyyyyyyyyyynyyyyynnyyynyyynnnyy] Error 2
make[1]: Leaving directory '/home/zs14/spaces/cc/openwrt'
/home/zs14/spaces/cc/openwrt/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2
zs14 at g46vw:~/spaces/cc/openwrt$ 

-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list