Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 346.21 KB | None | 0 0
  1. gcc-6.3.0.tar.bz2: OK (sha512: 234dd9b1bdc9a9c6e352216a7ef4ccadc6c07f156006a59759c5e0e6a69f0abcdc14630eff11e3826dd6ba5933a8faa43043f3d1d62df6bd5ab1e82862f9bf78)
  2. >>> host-gcc-initial 6.3.0 Extracting
  3. bzcat /home/mpfj/buildroot/dl/gcc-6.3.0.tar.bz2 | tar --strip-components=1 -C /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0 --exclude='libjava/*' --exclude='libgo/*' --exclude='gcc/testsuite/*' --exclude='libstdc++-v3/testsuite/*' -xf -
  4. mkdir -p /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/libstdc++-v3/testsuite/
  5. echo "all:" > /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/libstdc++-v3/testsuite/Makefile.in
  6. echo "install:" >> /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/libstdc++-v3/testsuite/Makefile.in
  7. >>> host-gcc-initial 6.3.0 Patching
  8. for patchdir in package/gcc/6.3.0 board/beaglebone/patches/gcc/6.3.0 board/beaglebone/patches/gcc ; do if test -d ${patchdir}; then PATH=/home/mpfj/buildroot/output/host/usr/bin:$PATH support/scripts/apply-patches.sh /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0 ${patchdir} \*.patch || exit 1; fi; done
  9.  
  10. Applying 100-uclibc-conf.patch using patch:
  11. patching file contrib/regression/objs-gcc.sh
  12.  
  13. Applying 301-missing-execinfo_h.patch using patch:
  14. patching file boehm-gc/include/gc.h
  15.  
  16. Applying 810-arm-softfloat-libgcc.patch using patch:
  17. patching file gcc/config/arm/linux-elf.h
  18. patching file libgcc/config/arm/t-linux
  19.  
  20. Applying 830-arm_unbreak_armv4t.patch using patch:
  21. patching file gcc/config/arm/linux-eabi.h
  22.  
  23. Applying 831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch using patch:
  24. patching file gcc/config/arm/cortex-a8-neon.md
  25.  
  26. Applying 860-cilk-wchar.patch using patch:
  27. patching file libcilkrts/include/cilk/reducer_min_max.h
  28.  
  29. Applying 870-xtensa-Fix-PR-target-78118.patch using patch:
  30. patching file gcc/config/xtensa/xtensa-protos.h
  31. patching file gcc/config/xtensa/xtensa.c
  32. patching file gcc/config/xtensa/xtensa.h
  33. patching file gcc/config/xtensa/xtensa.md
  34.  
  35. Applying 871-xtensa-Fix-PR-target-78603.patch using patch:
  36. patching file gcc/config/xtensa/xtensa.c
  37.  
  38. Applying 890-fix-m68k-compile.patch using patch:
  39. patching file libgcc/config/m68k/linux-atomic.c
  40.  
  41. Applying 891-fix-m68k-uclinux.patch using patch:
  42. patching file libgcc/config.host
  43. Hunk #1 succeeded at 819 (offset 7 lines).
  44.  
  45. Applying 892-libgcc-mkmap-symver-support-skip_underscore.patch using patch:
  46. patching file libgcc/mkmap-symver.awk
  47.  
  48. Applying 893-libgcc-config-bfin-use-the-generic-linker-version-in.patch using patch:
  49. patching file libgcc/config/bfin/libgcc-glibc.ver
  50. patching file libgcc/config/bfin/t-linux
  51.  
  52. Applying 894-libgcc-fix-DWARF-compilation-with-FDPIC-targets.patch using patch:
  53. patching file libgcc/unwind-dw2-fde-dip.c
  54.  
  55. Applying 895-bfin-define-REENTRANT.patch using patch:
  56. patching file gcc/config/bfin/linux.h
  57.  
  58. Applying 896-microblaze-Revert.patch using patch:
  59. patching file gcc/config/microblaze/microblaze.h
  60. Hunk #1 succeeded at 253 (offset -16 lines).
  61.  
  62. Applying 897-Make-MicroBlaze-support-DWARF-EH-old-Xilinx-patch-ne.patch using patch:
  63. patching file gcc/common/config/microblaze/microblaze-common.c
  64. patching file gcc/config/microblaze/microblaze-protos.h
  65. patching file gcc/config/microblaze/microblaze.c
  66. Hunk #1 succeeded at 1924 (offset -2 lines).
  67. Hunk #2 succeeded at 1955 (offset -2 lines).
  68. Hunk #3 succeeded at 3036 (offset -2 lines).
  69. Hunk #4 succeeded at 3339 (offset -2 lines).
  70. patching file gcc/config/microblaze/microblaze.h
  71. Hunk #1 succeeded at 184 with fuzz 2.
  72. patching file gcc/config/microblaze/microblaze.md
  73.  
  74. Applying 940-uclinux-enable-threads.patch using patch:
  75. patching file gcc/config.gcc
  76. Hunk #1 succeeded at 838 (offset 5 lines).
  77.  
  78. Applying 941-mips-Add-support-for-mips-r6-musl.patch using patch:
  79. patching file gcc/config/mips/linux.h
  80.  
  81. Applying 942-ubsan-fix-check-empty-string.patch using patch:
  82. patching file gcc/ubsan.c
  83. >>> host-gcc-initial 6.3.0 Updating config.sub and config.guess
  84. for file in config.guess config.sub; do for i in $(find /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0 -name $file); do cp support/gnuconfig/$file $i; done; done
  85. >>> host-gcc-initial 6.3.0 Patching libtool
  86. patching file /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/ltmain.sh
  87. Hunk #1 succeeded at 1225 (offset 11 lines).
  88. Hunk #2 succeeded at 2250 (offset 11 lines).
  89. Hunk #3 succeeded at 4318 (offset -114 lines).
  90. Hunk #4 succeeded at 4328 (offset -114 lines).
  91. Hunk #5 succeeded at 4610 (offset -114 lines).
  92. Hunk #6 succeeded at 4883 (offset -111 lines).
  93. Hunk #7 succeeded at 5627 (offset -111 lines).
  94. Hunk #8 succeeded at 5785 (offset -111 lines).
  95. Hunk #9 succeeded at 8269 (offset -109 lines).
  96. >>> host-gcc-initial 6.3.0 Configuring
  97. mkdir -p /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build
  98. ln -sf ../configure /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/configure
  99. (cd /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build && rm -rf config.cache; PATH="/home/mpfj/buildroot/output/host/bin:/home/mpfj/buildroot/output/host/sbin:/home/mpfj/buildroot/output/host/usr/bin:/home/mpfj/buildroot/output/host/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/mpfj/buildroot/output/host/usr/bin" PKG_CONFIG="/home/mpfj/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/mpfj/buildroot/output/host/usr/lib/pkgconfig:/home/mpfj/buildroot/output/host/usr/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/mpfj/buildroot/output/host/usr/include" CFLAGS="-O2 -I/home/mpfj/buildroot/output/host/usr/include" CXXFLAGS="-O2 -I/home/mpfj/buildroot/output/host/usr/include" LDFLAGS="-L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/mpfj/buildroot/output/host/usr/include" LDFLAGS="-L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib" MAKEINFO=missing CFLAGS_FOR_TARGET="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS_FOR_TARGET="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CONFIG_SITE=/dev/null ./configure --prefix="/home/mpfj/buildroot/output/host/usr" --sysconfdir="/home/mpfj/buildroot/output/host/etc" --localstatedir="/home/mpfj/buildroot/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking --target=arm-buildroot-linux-uclibcgnueabihf --with-sysroot=/home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot --disable-__cxa_atexit --with-gnu-ld --disable-libssp --disable-multilib --with-gmp=/home/mpfj/buildroot/output/host/usr --with-mpc=/home/mpfj/buildroot/output/host/usr --with-mpfr=/home/mpfj/buildroot/output/host/usr --with-pkgversion="Buildroot 2017.08-git-00752-ge7548ed" --with-bugurl="http://bugs.buildroot.net/" --disable-libquadmath --disable-libsanitizer --enable-tls --disable-libmudflap --enable-threads --without-isl --without-cloog --disable-decimal-float --with-abi="aapcs-linux" --with-cpu=cortex-a8 --with-fpu=vfpv3-d16 --with-float=hard --with-mode=arm --enable-languages=c --disable-shared --without-headers --disable-threads --with-newlib --disable-largefile --disable-nls )
  100. configure: loading site script /dev/null
  101. checking build system type... x86_64-pc-linux-gnu
  102. checking host system type... x86_64-pc-linux-gnu
  103. checking target system type... arm-buildroot-linux-uclibcgnueabihf
  104. checking for a BSD-compatible install... /usr/bin/install -c
  105. checking whether ln works... yes
  106. checking whether ln -s works... yes
  107. checking for a sed that does not truncate output... /bin/sed
  108. checking for gawk... no
  109. checking for mawk... mawk
  110. checking for libatomic support... yes
  111. checking for libcilkrts support... no
  112. checking for libitm support... yes
  113. checking for libvtv support... yes
  114. checking for libmpx support... no
  115. checking for gcc... /usr/bin/gcc
  116. checking for C compiler default output file name... a.out
  117. checking whether the C compiler works... yes
  118. checking whether we are cross compiling... no
  119. checking for suffix of executables...
  120. checking for suffix of object files... o
  121. checking whether we are using the GNU C compiler... yes
  122. checking whether /usr/bin/gcc accepts -g... yes
  123. checking for /usr/bin/gcc option to accept ISO C89... none needed
  124. checking whether we are using the GNU C++ compiler... yes
  125. checking whether /usr/bin/g++ accepts -g... yes
  126. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  127. checking for gnatbind... no
  128. checking for gnatmake... no
  129. checking whether compiler driver understands Ada... no
  130. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  131. checking for objdir... .libs
  132. checking for the correct version of gmp.h... yes
  133. checking for the correct version of mpfr.h... yes
  134. checking for the correct version of mpc.h... yes
  135. checking for the correct version of the gmp/mpfr/mpc libraries... yes
  136. *** This configuration is not supported in the following subdirectories:
  137. target-libquadmath target-libcilkrts target-libmpx gnattools gotools target-libada target-libstdc++-v3 target-libgfortran target-libbacktrace target-libffi target-zlib target-libobjc target-liboffloadmic target-libsanitizer target-libssp target-boehm-gc target-libitm target-libvtv
  138. (Any other directories should still work fine.)
  139. checking for default BUILD_CONFIG...
  140. checking for --enable-vtable-verify... no
  141. checking for bison... bison -y
  142. checking for bison... bison
  143. checking for gm4... no
  144. checking for gnum4... no
  145. checking for m4... m4
  146. checking for flex... flex
  147. checking for flex... flex
  148. checking for makeinfo... missing
  149. ./configure: 8003: ./configure.lineno: missing: not found
  150. checking for expect... no
  151. checking for runtest... no
  152. checking for ar... (cached) /usr/bin/ar
  153. checking for as... (cached) /usr/bin/as
  154. checking for dlltool... no
  155. checking for ld... (cached) /usr/bin/ld
  156. checking for lipo... no
  157. checking for nm... (cached) /usr/bin/nm
  158. checking for ranlib... (cached) /usr/bin/ranlib
  159. checking for strip... strip
  160. checking for windres... no
  161. checking for windmc... no
  162. checking for objcopy... (cached) /usr/bin/objcopy
  163. checking for objdump... objdump
  164. checking for readelf... readelf
  165. checking for arm-buildroot-linux-uclibcgnueabihf-cc... no
  166. checking for arm-buildroot-linux-uclibcgnueabihf-gcc... no
  167. checking for arm-buildroot-linux-uclibcgnueabihf-c++... no
  168. checking for arm-buildroot-linux-uclibcgnueabihf-g++... no
  169. checking for arm-buildroot-linux-uclibcgnueabihf-cxx... no
  170. checking for arm-buildroot-linux-uclibcgnueabihf-gxx... no
  171. checking for arm-buildroot-linux-uclibcgnueabihf-gcc... no
  172. checking for arm-buildroot-linux-uclibcgnueabihf-gcj... no
  173. checking for arm-buildroot-linux-uclibcgnueabihf-gfortran... no
  174. checking for arm-buildroot-linux-uclibcgnueabihf-gccgo... no
  175. checking for ar... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/ar
  176. checking for as... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/as
  177. checking for dlltool... no
  178. checking for arm-buildroot-linux-uclibcgnueabihf-dlltool... no
  179. checking for ld... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/ld
  180. checking for lipo... no
  181. checking for arm-buildroot-linux-uclibcgnueabihf-lipo... no
  182. checking for nm... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/nm
  183. checking for objcopy... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/objcopy
  184. checking for objdump... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/objdump
  185. checking for ranlib... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/ranlib
  186. checking for readelf... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/readelf
  187. checking for strip... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/strip
  188. checking for windres... no
  189. checking for arm-buildroot-linux-uclibcgnueabihf-windres... no
  190. checking for windmc... no
  191. checking for arm-buildroot-linux-uclibcgnueabihf-windmc... no
  192. checking where to find the target ar... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  193. checking where to find the target as... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  194. checking where to find the target cc... just compiled
  195. checking where to find the target c++... pre-installed
  196. checking where to find the target c++ for libstdc++... pre-installed
  197. checking where to find the target dlltool... pre-installed
  198. checking where to find the target gcc... just compiled
  199. checking where to find the target gcj... pre-installed
  200. checking where to find the target gfortran... pre-installed
  201. checking where to find the target gccgo... pre-installed
  202. checking where to find the target ld... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  203. checking where to find the target lipo... pre-installed
  204. checking where to find the target nm... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  205. checking where to find the target objcopy... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  206. checking where to find the target objdump... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  207. checking where to find the target ranlib... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  208. checking where to find the target readelf... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  209. checking where to find the target strip... pre-installed in /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin
  210. checking where to find the target windres... pre-installed
  211. checking where to find the target windmc... pre-installed
  212. checking whether to enable maintainer-specific portions of Makefiles... no
  213. configure: creating ./config.status
  214. config.status: creating Makefile
  215. >>> host-gcc-initial 6.3.0 Building
  216. PATH="/home/mpfj/buildroot/output/host/bin:/home/mpfj/buildroot/output/host/sbin:/home/mpfj/buildroot/output/host/usr/bin:/home/mpfj/buildroot/output/host/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/mpfj/buildroot/output/host/usr/bin" PKG_CONFIG="/home/mpfj/buildroot/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/mpfj/buildroot/output/host/usr/lib/pkgconfig:/home/mpfj/buildroot/output/host/usr/share/pkgconfig" /usr/bin/make -j5 gcc_cv_libc_provides_ssp=no all-gcc all-target-libgcc -C /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build
  217. mkdir -p -- ./lto-plugin
  218. mkdir -p -- ./intl
  219. Configuring in ./intl
  220. Configuring in ./lto-plugin
  221. mkdir -p -- ./libiberty
  222. mkdir -p -- build-x86_64-pc-linux-gnu/libiberty
  223. mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes
  224. Configuring in build-x86_64-pc-linux-gnu/libiberty
  225. Configuring in ./libiberty
  226. Configuring in build-x86_64-pc-linux-gnu/fixincludes
  227. configure: creating cache ./config.cache
  228. checking whether to enable maintainer-specific portions of Makefiles... no
  229. checking for makeinfo... /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo
  230. configure: WARNING:
  231. *** Makeinfo is missing. Info documentation will not be built.
  232. checking for perl... /usr/bin/perl
  233. checking build system type... configure: creating cache ./config.cache
  234. checking whether make sets $(MAKE)... configure: creating cache ./config.cache
  235. checking whether to enable maintainer-specific portions of Makefiles... no
  236. checking for makeinfo... /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo
  237. configure: WARNING:
  238. *** Makeinfo is missing. Info documentation will not be built.
  239. checking for perl... /usr/bin/perl
  240. x86_64-pc-linux-gnu
  241. checking host system type... checking build system type... configure: creating cache ./config.cache
  242. configure: creating cache ./config.cache
  243. x86_64-pc-linux-gnu
  244. checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar
  245. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  246. checking whether to install libiberty headers and static library... no
  247. configure: target_header_dir =
  248. checking build system type... checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  249. x86_64-pc-linux-gnu
  250. checking host system type... x86_64-pc-linux-gnu
  251. checking host system type... checking build system type... x86_64-pc-linux-gnu
  252. checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar
  253. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  254. checking whether to install libiberty headers and static library... no
  255. configure: target_header_dir =
  256. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  257. yes
  258. checking for a BSD-compatible install... x86_64-pc-linux-gnu
  259. checking host system type... x86_64-pc-linux-gnu
  260. checking target system type... x86_64-pc-linux-gnu
  261. checking target system type... /usr/bin/install -c
  262. checking whether NLS is requested... no
  263. arm-buildroot-linux-uclibcgnueabihf
  264. checking for a BSD-compatible install... arm-buildroot-linux-uclibcgnueabihf
  265. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  266. checking for msgfmt... /usr/bin/install -c
  267. checking whether build environment is sane... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... a.out
  268. checking whether the C compiler works... yes
  269. checking whether we are cross compiling... no
  270. checking for suffix of executables... a.out
  271. checking whether the C compiler works... a.out
  272. checking whether the C compiler works... yes
  273. yes
  274. checking whether we are cross compiling... no
  275. checking for suffix of executables... checking whether we are cross compiling... no
  276. checking for suffix of executables...
  277. checking for suffix of object files...
  278. checking for suffix of object files...
  279. checking for suffix of object files... o
  280. checking whether we are using the GNU C compiler... o
  281. checking whether we are using the GNU C compiler... o
  282. checking whether we are using the GNU C compiler... yes
  283. checking whether /usr/bin/gcc accepts -g... yes
  284. checking whether /usr/bin/gcc accepts -g... yes
  285. checking whether /usr/bin/gcc accepts -g... yes
  286. checking for /usr/bin/gcc option to accept ISO C89... yes
  287. checking for /usr/bin/gcc option to accept ISO C89... yes
  288. checking for /usr/bin/gcc option to accept ISO C89... none needed
  289. checking how to run the C preprocessor... none needed
  290. checking how to run the C preprocessor... none needed
  291. checking how to run the C preprocessor... /usr/bin/gcc -E
  292. checking for grep that handles long lines and -e... /usr/bin/gcc -E
  293. /usr/bin/gcc -E
  294. /bin/grep
  295. checking for egrep... /bin/grep -E
  296. checking for ANSI C header files... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /bin/grep
  297. checking for egrep... /bin/grep
  298. checking for egrep... /bin/grep -E
  299. checking for ANSI C header files... /bin/grep -E
  300. checking for ANSI C header files... yes
  301. checking for sys/types.h... yes
  302. checking for sys/types.h... yes
  303. yes
  304. checking for sys/stat.h... checking for sys/types.h... yes
  305. checking for sys/stat.h... yes
  306. yes
  307. checking for sys/stat.h... checking for stdlib.h... yes
  308. checking for stdlib.h... yes
  309. yes
  310. yes
  311. checking for stdlib.h... checking for string.h... checking for string.h... yes
  312. yes
  313. checking for memory.h... checking for string.h... yes
  314. yes
  315. yes
  316. checking for memory.h... checking for strings.h... checking for memory.h... yes
  317. yes
  318. yes
  319. checking for strings.h... checking for strings.h... checking for inttypes.h... yes
  320. yes
  321. checking for inttypes.h... yes
  322. checking for inttypes.h... checking for stdint.h... yes
  323. yes
  324. checking for stdint.h... checking for stdint.h... yes
  325. checking for unistd.h... yes
  326. yes
  327. checking for unistd.h... checking for unistd.h... yes
  328. yes
  329. yes
  330. checking minix/config.h usability... checking minix/config.h usability... checking minix/config.h usability... no
  331. checking minix/config.h presence... no
  332. checking minix/config.h presence... no
  333. checking for minix/config.h... no
  334. checking whether it is safe to define __EXTENSIONS__... no
  335. checking minix/config.h presence... no
  336. checking for minix/config.h... no
  337. checking whether it is safe to define __EXTENSIONS__... no
  338. checking for minix/config.h... no
  339. checking whether it is safe to define __EXTENSIONS__... yes
  340. yes
  341. checking for a sed that does not truncate output... yes
  342. /bin/sed
  343. checking whether /usr/bin/gcc supports -W... checking for a thread-safe mkdir -p... checking whether /usr/bin/gcc supports -W... yes
  344. /bin/mkdir -p
  345. checking for gawk... mawk
  346. checking whether make sets $(MAKE)... checking whether /usr/bin/gcc supports -W... yes
  347. checking whether /usr/bin/gcc supports -Wall... yes
  348. yes
  349. checking whether /usr/bin/gcc supports -Wall... checking whether to enable maintainer-specific portions of Makefiles... no
  350. yes
  351. checking for style of include used by make... checking whether /usr/bin/gcc supports -Wall... GNU
  352. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  353. yes
  354. yes
  355. checking whether /usr/bin/gcc supports -Wwrite-strings... yes
  356. checking whether /usr/bin/gcc supports -Wwrite-strings... checking whether /usr/bin/gcc supports -Wwrite-strings... checking for C compiler default output file name... yes
  357. checking whether /usr/bin/gcc supports -Wc++-compat... yes
  358. yes
  359. checking whether /usr/bin/gcc supports -Wstrict-prototypes... checking whether /usr/bin/gcc supports -Wc++-compat... yes
  360. checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes
  361. yes
  362. a.out
  363. checking whether the C compiler works... checking whether /usr/bin/gcc supports -Wmissing-prototypes... checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes
  364. /usr/bin/msgfmt
  365. checking for gmsgfmt... /usr/bin/msgfmt
  366. checking whether we are cross compiling... no
  367. checking for suffix of executables... checking for xgettext... yes
  368. checking whether /usr/bin/gcc supports -pedantic ... yes
  369. checking whether /usr/bin/gcc supports -Wold-style-definition...
  370. checking for suffix of object files... yes
  371. yes
  372. checking whether /usr/bin/gcc and cc understand -c and -o together... checking whether /usr/bin/gcc supports -pedantic ... yes
  373. o
  374. checking whether we are using the GNU C compiler... checking whether /usr/bin/gcc supports -Wmissing-format-attribute... yes
  375. checking whether /usr/bin/gcc and cc understand -c and -o together... yes
  376. checking whether /usr/bin/gcc accepts -g... yes
  377. checking whether /usr/bin/gcc supports -Woverlength-strings... yes
  378. checking for /usr/bin/gcc option to accept ISO C89... yes
  379. checking whether /usr/bin/gcc supports -pedantic -Wlong-long... yes
  380. checking for ANSI C header files... (cached) yes
  381. checking stddef.h usability... none needed
  382. checking dependency style of /usr/bin/gcc... none
  383. checking how to run the C preprocessor... /usr/bin/gcc -E
  384. yes
  385. checking stddef.h presence... yes
  386. checking for stddef.h... yes
  387. checking for grep that handles long lines and -e... checking for stdlib.h... (cached) yes
  388. /bin/grep
  389. checking for egrep... /bin/grep -E
  390. checking for ANSI C header files... checking for strings.h... (cached) yes
  391. yes
  392. checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
  393. yes
  394. checking for an ANSI C-conforming const... checking fcntl.h usability... yes
  395. checking for inline... yes
  396. checking for inline... inline
  397. checking whether byte ordering is bigendian... inline
  398. checking whether byte ordering is bigendian... yes
  399. checking for sys/types.h... yes
  400. checking for sys/stat.h... no
  401. checking for a BSD-compatible install... no
  402. checking for a BSD-compatible install... /usr/bin/install -c
  403. /usr/bin/install -c
  404. yes
  405. checking for stdlib.h... checking for sys/file.h... checking for sys/file.h... yes
  406. yes
  407. checking fcntl.h presence... yes
  408. yes
  409. checking for string.h... checking for sys/param.h... yes
  410. checking for fcntl.h... yes
  411. checking for sys/param.h... yes
  412. checking sys/file.h usability... checking for limits.h... yes
  413. yes
  414. yes
  415. checking for limits.h... checking for stdlib.h... (cached) yes
  416. yes
  417. yes
  418. checking sys/file.h presence... checking for memory.h... checking for malloc.h... checking for stdlib.h... (cached) yes
  419. yes
  420. yes
  421. checking for sys/file.h... yes
  422. checking for sys/stat.h... (cached) yes
  423. checking for malloc.h... checking for string.h... (cached) yes
  424. checking for clearerr_unlocked... checking for unistd.h... (cached) yes
  425. yes
  426. yes
  427. checking for strings.h... (cached) yes
  428. checking for strings.h... checking for string.h... (cached) yes
  429. checking for sys/time.h... checking for unistd.h... (cached) yes
  430. yes
  431. yes
  432. checking for strings.h... checking for feof_unlocked... (cached) yes
  433. yes
  434. checking for time.h... checking for sys/time.h... checking for inttypes.h... yes
  435. checking for time.h... yes
  436. yes
  437. checking for ferror_unlocked... checking for stdint.h... yes
  438. yes
  439. yes
  440. yes
  441. checking for sys/resource.h... checking for sys/resource.h... checking for fflush_unlocked... checking for unistd.h... /usr/bin/xgettext
  442. yes
  443. yes
  444. checking for msgmerge... checking for sys/stat.h... (cached) yes
  445. checking for sys/stat.h... (cached) yes
  446. checking for sys/mman.h... checking for sys/mman.h... yes
  447. yes
  448. yes
  449. yes
  450. checking for fgetc_unlocked... checking for fcntl.h... checking minix/config.h usability... checking for fcntl.h... yes
  451. yes
  452. checking for alloca.h... checking for alloca.h... no
  453. checking minix/config.h presence... yes
  454. yes
  455. checking for sys/pstat.h... checking for fgets_unlocked... yes
  456. no
  457. checking for minix/config.h... no
  458. checking whether it is safe to define __EXTENSIONS__... checking for sys/pstat.h... no
  459. checking for sys/sysmp.h... no
  460. checking for sys/sysinfo.h... yes
  461. yes
  462. no
  463. checking for sys/sysmp.h... checking for machine/hal_sysinfo.h... checking for fileno_unlocked... yes
  464. checking for x86_64-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
  465. no
  466. checking for sys/table.h... no
  467. checking for sys/sysinfo.h... yes
  468. yes
  469. checking for machine/hal_sysinfo.h... checking whether we are using the GNU C compiler... (cached) yes
  470. checking whether /usr/bin/gcc accepts -g... (cached) yes
  471. checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
  472. checking dependency style of /usr/bin/gcc... (cached) none
  473. checking for fprintf_unlocked... checking whether /usr/bin/gcc supports -Wall... /usr/bin/msgmerge
  474. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  475. no
  476. no
  477. yes
  478. checking for -static-libgcc... checking for sys/sysctl.h... checking for sys/table.h... checking for C compiler default output file name... no
  479. yes
  480. checking for sys/sysctl.h... checking how to print strings... no
  481. checking for fputc_unlocked... a.out
  482. checking whether the C compiler works... yes
  483. checking whether we are cross compiling... no
  484. checking for suffix of executables... printf
  485. checking for a sed that does not truncate output... /bin/sed
  486. checking for fgrep... /bin/grep -F
  487. checking for ld used by /usr/bin/gcc... /usr/bin/ld
  488. checking if the linker (/usr/bin/ld) is GNU ld... yes
  489. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  490. checking the name lister (/usr/bin/nm) interface...
  491. checking for suffix of object files... yes
  492. checking for fputs_unlocked... o
  493. checking whether we are using the GNU C compiler... yes
  494. checking whether /usr/bin/gcc accepts -g... yes
  495. yes
  496. yes
  497. yes
  498. checking for /usr/bin/gcc option to accept ISO C89... checking for sys/systemcfg.h... checking for sys/systemcfg.h... BSD nm
  499. checking whether ln -s works... yes
  500. checking the maximum length of command line arguments... checking for fread_unlocked... no
  501. no
  502. none needed
  503. checking for stdint.h... (cached) yes
  504. checking for stdint.h... (cached) yes
  505. checking for stdio_ext.h... 1572864
  506. checking whether the shell understands some XSI constructs... yes
  507. checking whether the shell understands "+="... yes
  508. yes
  509. checking for stdio_ext.h... checking build system type... checking for /usr/bin/ld option to reload object files... -r
  510. checking for x86_64-pc-linux-gnu-objdump... objdump
  511. checking how to recognize dependent libraries... checking for fwrite_unlocked... pass_all
  512. checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar
  513. checking for x86_64-pc-linux-gnu-strip... no
  514. checking for strip... strip
  515. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  516. checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes
  517. yes
  518. x86_64-pc-linux-gnu
  519. checking host system type... checking for process.h... x86_64-pc-linux-gnu
  520. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  521. checking for library containing strerror... checking for process.h... yes
  522. no
  523. checking for getchar_unlocked... checking for sys/prctl.h... no
  524. checking for sys/prctl.h... none required
  525. checking how to run the C preprocessor... yes
  526. checking for getc_unlocked... /usr/bin/gcc -E
  527. yes
  528. checking for grep that handles long lines and -e... checking for putchar_unlocked... /bin/grep
  529. checking for egrep... /bin/grep -E
  530. checking for ANSI C header files... ok
  531. yes
  532. yes
  533. checking for sys/wait.h that is POSIX.1 compatible... checking for sys/wait.h that is POSIX.1 compatible... checking for dlfcn.h... yes
  534. checking for putc_unlocked... yes
  535. checking whether time.h and sys/time.h may both be included... yes
  536. checking whether time.h and sys/time.h may both be included... yes
  537. checking for objdir... .libs
  538. yes
  539. checking whether errno must be declared... yes
  540. checking whether errno must be declared... yes
  541. no
  542. checking size of int... checking whether abort is declared... no
  543. checking size of int... yes
  544. checking for an ANSI C-conforming const... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes
  545. checking for inline... yes
  546. checking whether asprintf is declared... 4
  547. inline
  548. checking size of long... no
  549. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  550. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... checking for sys/types.h... 4
  551. checking size of long... yes
  552. yes
  553. checking if /usr/bin/gcc static flag -static works... yes
  554. checking for sys/stat.h... checking whether basename is declared... yes
  555. checking for stdlib.h... 8
  556. checking size of size_t... yes
  557. checking whether errno is declared... 8
  558. checking size of size_t... yes
  559. yes
  560. checking if /usr/bin/gcc supports -c -o file.o... no
  561. checking whether vasprintf is declared... checking for string.h... 8
  562. checking for long long... 8
  563. checking for long long... yes
  564. yes
  565. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  566. checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  567. checking for memory.h... checking whether clearerr_unlocked is declared... yes
  568. checking whether -lc should be explicitly linked in... yes
  569. no
  570. checking dynamic linker characteristics... checking for strings.h... yes
  571. checking size of long long... yes
  572. yes
  573. checking whether feof_unlocked is declared... checking for inttypes.h... yes
  574. checking size of long long... yes
  575. yes
  576. checking whether ferror_unlocked is declared... checking for stdint.h... GNU/Linux ld.so
  577. checking how to hardcode library paths into programs... immediate
  578. checking whether stripping libraries is possible... 8
  579. checking for a 64-bit type... yes
  580. 8
  581. checking for a 64-bit type... checking whether fflush_unlocked is declared... yes
  582. checking if libtool supports shared libraries... yes
  583. checking whether to build shared libraries... yes
  584. checking whether to build static libraries... no
  585. checking for int64_t... uint64_t
  586. checking for intptr_t... yes
  587. uint64_t
  588. checking for intptr_t... checking for unistd.h... yes
  589. checking whether fgetc_unlocked is declared... yes
  590. checking for off_t... yes
  591. checking for uint64_t... yes
  592. yes
  593. checking for sys/wait.h that is POSIX.1 compatible... yes
  594. checking for uintptr_t... yes
  595. checking for uintptr_t... checking whether fgets_unlocked is declared... yes
  596. yes
  597. checking for size_t... yes
  598. checking whether fileno_unlocked is declared... configure: updating cache ./config.cache
  599. configure: creating ./config.status
  600. yes
  601. checking for ssize_t... yes
  602. checking whether fprintf_unlocked is declared... yes
  603. checking for ssize_t... yes
  604. checking for working alloca.h... yes
  605. checking for alloca... no
  606. checking whether fputc_unlocked is declared... yes
  607. checking for pid_t... yes
  608. checking for stdlib.h... (cached) yes
  609. checking for unistd.h... (cached) yes
  610. yes
  611. checking for pid_t... checking for getpagesize... yes
  612. checking whether fputs_unlocked is declared... yes
  613. checking for library containing strerror... yes
  614. checking for working mmap... yes
  615. checking whether fread_unlocked is declared... yes
  616. none required
  617. checking for library containing strerror... checking for asprintf... yes
  618. checking whether fwrite_unlocked is declared... yes
  619. checking whether we are using the GNU C Library 2.1 or newer... yes
  620. checking whether integer division by zero raises SIGFPE... none required
  621. yes
  622. checking for asprintf... checking for atexit... yes
  623. checking whether getchar_unlocked is declared... yes
  624. checking for inttypes.h... yes
  625. yes
  626. checking for stdint.h... checking for atexit... yes
  627. checking for basename... yes
  628. yes
  629. checking for unsigned long long... checking whether getc_unlocked is declared... yes
  630. checking for basename... yes
  631. checking for bcmp... yes
  632. checking for inttypes.h... yes
  633. yes
  634. checking whether putchar_unlocked is declared... checking for bcmp... yes
  635. checking whether the inttypes.h PRIxNN macros are broken... yes
  636. checking for bcopy... yes
  637. no
  638. checking argz.h usability... checking whether putc_unlocked is declared... yes
  639. yes
  640. yes
  641. checking for an ANSI C-conforming const... checking for bsearch... checking for bcopy... yes
  642. checking argz.h presence... yes
  643. checking sys/mman.h usability... yes
  644. checking for argz.h... yes
  645. checking limits.h usability... yes
  646. yes
  647. checking sys/mman.h presence... checking for bzero... yes
  648. yes
  649. checking limits.h presence... yes
  650. checking for sys/mman.h... yes
  651. checking for mmap... yes
  652. checking for limits.h... yes
  653. checking for bsearch... checking locale.h usability... yes
  654. yes
  655. checking for bzero... yes
  656. checking whether read-only mmap of a plain file works... yes
  657. checking whether mmap from /dev/zero works... yes
  658. checking for MAP_ANON(YMOUS)... yes
  659. checking locale.h presence... checking for calloc... yes
  660. checking for locale.h... yes
  661. yes
  662. checking whether mmap with MAP_ANON(YMOUS) works... yes
  663. checking whether to enable maintainer-specific portions of Makefiles... no
  664. checking nl_types.h usability... yes
  665. yes
  666. checking for calloc... configure: updating cache ./config.cache
  667. configure: creating ./config.status
  668. checking for clock... yes
  669. checking nl_types.h presence... yes
  670. checking for nl_types.h... yes
  671. checking malloc.h usability... yes
  672. checking for ffs... yes
  673. checking for clock... yes
  674. checking malloc.h presence... yes
  675. checking for malloc.h... yes
  676. checking stddef.h usability... yes
  677. checking for ffs... yes
  678. yes
  679. checking stddef.h presence... checking for getcwd... yes
  680. checking for stddef.h... yes
  681. yes
  682. config.status: creating Makefile
  683. checking for stdlib.h... (cached) yes
  684. checking for getcwd... config.status: creating Makefile
  685. checking for string.h... (cached) yes
  686. yes
  687. config.status: creating config.h
  688. checking for unistd.h... (cached) yes
  689. checking for getpagesize... checking sys/param.h usability... config.status: executing depfiles commands
  690. config.status: executing libtool commands
  691. config.status: creating mkheaders.almost
  692. yes
  693. yes
  694. checking sys/param.h presence... yes
  695. checking for getpagesize... checking for gettimeofday... yes
  696. checking for sys/param.h... yes
  697. checking for feof_unlocked... config.status: creating config.h
  698. mkdir -p -- build-x86_64-pc-linux-gnu/libcpp
  699. Configuring in build-x86_64-pc-linux-gnu/libcpp
  700. yes
  701. yes
  702. checking for gettimeofday... checking for index... yes
  703. mkdir -p -- ./zlib
  704. checking for fgets_unlocked... Configuring in ./zlib
  705. yes
  706. yes
  707. yes
  708. checking for index... checking for getc_unlocked... checking for insque... yes
  709. yes
  710. checking for getcwd... yes
  711. checking for memchr... checking for insque... yes
  712. checking for getegid... yes
  713. yes
  714. checking for memchr... checking for memcmp... yes
  715. yes
  716. checking for geteuid... checking for memcpy... yes
  717. checking for memcmp... yes
  718. yes
  719. checking for getgid... checking for memmem... yes
  720. checking for memcpy... yes
  721. checking for getuid... yes
  722. checking for memmove... yes
  723. checking for memmem... yes
  724. checking for mempcpy... yes
  725. yes
  726. checking for mempcpy... checking for memmove... yes
  727. checking for munmap... yes
  728. configure: creating cache ./config.cache
  729. checking for memset... yes
  730. configure: creating cache ./config.cache
  731. yes
  732. checking build system type... checking for putenv... checking for mempcpy... checking build system type... x86_64-pc-linux-gnu
  733. checking host system type... yes
  734. checking for mkstemps... x86_64-pc-linux-gnu
  735. checking target system type... x86_64-pc-linux-gnu
  736. checking host system type... yes
  737. arm-buildroot-linux-uclibcgnueabihf
  738. checking whether make sets $(MAKE)... yes
  739. checking for setenv... x86_64-pc-linux-gnu
  740. checking target system type... yes
  741. checking for a BSD-compatible install... checking for memset... arm-buildroot-linux-uclibcgnueabihf
  742. checking for a BSD-compatible install... yes
  743. /usr/bin/install -c
  744. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  745. /usr/bin/install -c
  746. checking whether build environment is sane... checking for putenv... yes
  747. checking for setlocale... checking for C compiler default output file name... yes
  748. checking for mkstemps... yes
  749. yes
  750. checking for random... checking for stpcpy... a.out
  751. checking whether the C compiler works... yes
  752. checking whether we are cross compiling... no
  753. checking for suffix of executables... yes
  754.  
  755. checking for suffix of object files... checking for putenv... yes
  756. checking for rename... yes
  757. o
  758. checking whether we are using the GNU C compiler... checking for strcasecmp... yes
  759. yes
  760. checking whether /usr/bin/gcc accepts -g... checking for random... yes
  761. yes
  762. checking for /usr/bin/gcc option to accept ISO C89... checking for rindex... yes
  763. none needed
  764. checking for strdup... yes
  765. checking for rename... yes
  766. checking whether we are using the GNU C++ compiler... checking for setenv... yes
  767. checking whether /usr/bin/g++ accepts -g... yes
  768. yes
  769. checking for strtoul... yes
  770. checking for rindex... yes
  771. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  772. checking how to run the C preprocessor... checking for snprintf... yes
  773. yes
  774. checking for setenv... checking for tsearch... /usr/bin/gcc -E
  775. yes
  776. checking for sigsetmask... checking for grep that handles long lines and -e... /bin/grep
  777. checking for egrep... /bin/grep -E
  778. checking for ANSI C header files... yes
  779. yes
  780. checking for __argz_count... yes
  781. checking for snprintf... checking for stpcpy... yes
  782. yes
  783. checking for sigsetmask... checking for __argz_stringify... yes
  784. checking for sys/types.h... yes
  785. checking for stpncpy... yes
  786. yes
  787. checking for stpcpy... checking for __argz_next... yes
  788. checking for sys/stat.h... yes
  789. yes
  790. checking for stdlib.h... checking for __fsetlocking... yes
  791. checking for a thread-safe mkdir -p... /bin/mkdir -p
  792. checking for gawk... mawk
  793. checking whether make sets $(MAKE)... yes
  794. yes
  795. yes
  796. checking for strcasecmp... yes
  797. yes
  798. checking whether to enable maintainer-specific portions of Makefiles... no
  799. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  800. checking for string.h... checking for iconv... checking for stpncpy... yes
  801. checking for memory.h... yes
  802. checking for strchr... yes
  803. yes
  804. checking for C compiler default output file name... checking for strcasecmp... checking for strings.h... yes
  805. checking for iconv declaration... a.out
  806. checking whether the C compiler works... yes
  807. yes
  808. checking whether we are cross compiling... no
  809. checking for suffix of executables... yes
  810. checking for inttypes.h... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  811. checking for nl_langinfo and CODESET... checking for strdup... yes
  812.  
  813. checking for suffix of object files... yes
  814. checking for LC_MESSAGES... checking for strchr... yes
  815. yes
  816. o
  817. checking whether we are using the GNU C compiler... checking for stdint.h... checking for strncasecmp... yes
  818. checking for bison... bison
  819. checking version of bison... yes
  820. yes
  821. checking whether /usr/bin/gcc accepts -g... checking for strdup... yes
  822. checking for unistd.h... yes
  823. checking for /usr/bin/gcc option to accept ISO C89... yes
  824. yes
  825. checking for strndup... yes
  826. none needed
  827. checking for style of include used by make... checking minix/config.h usability... GNU
  828. checking dependency style of /usr/bin/gcc... none
  829. checking how to print strings... checking for strncasecmp... printf
  830. checking for a sed that does not truncate output... /bin/sed
  831. checking for grep that handles long lines and -e... /bin/grep
  832. checking for egrep... /bin/grep -E
  833. checking for fgrep... /bin/grep -F
  834. checking for ld used by /usr/bin/gcc... no
  835. checking minix/config.h presence... 3.0.4, ok
  836. checking for ld used by GCC... /usr/bin/ld
  837. checking if the linker (/usr/bin/ld) is GNU ld... /usr/bin/ld
  838. yes
  839. checking for shared library run path origin... checking if the linker (/usr/bin/ld) is GNU ld... yes
  840. yes
  841. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  842. checking the name lister (/usr/bin/nm) interface... no
  843. checking for strnlen... checking for minix/config.h... no
  844. checking whether it is safe to define __EXTENSIONS__... yes
  845. checking for strndup... BSD nm
  846. checking whether ln -s works... yes
  847. checking the maximum length of command line arguments... done
  848. checking whether NLS is requested... no
  849. checking whether to use NLS... no
  850. checking for aclocal... no
  851. checking for autoconf... no
  852. checking for autoheader... no
  853. 1572864
  854. checking whether the shell understands some XSI constructs... yes
  855. checking whether the shell understands "+="... yes
  856. checking for /usr/bin/ld option to reload object files... -r
  857. checking for x86_64-pc-linux-gnu-objdump... objdump
  858. checking how to recognize dependent libraries... pass_all
  859. checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar
  860. checking for x86_64-pc-linux-gnu-strip... no
  861. checking for strip... strip
  862. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  863. checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes
  864. yes
  865. checking for aclocal... no
  866. checking for autoconf... no
  867. checking for autoheader... no
  868. checking for strrchr... checking whether /usr/bin/gcc supports -W... configure: updating cache ./config.cache
  869. configure: creating ./config.status
  870. yes
  871. yes
  872. checking for strnlen... checking whether /usr/bin/gcc supports -Wall... yes
  873. yes
  874. ok
  875. checking whether /usr/bin/gcc supports -Wnarrowing... checking for strstr... yes
  876. checking how to run the C preprocessor... yes
  877. checking for strrchr... checking whether /usr/bin/gcc supports -Wwrite-strings... /usr/bin/gcc -E
  878. yes
  879. yes
  880. checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking for strtod... checking for ANSI C header files... yes
  881. checking for strstr... yes
  882. checking whether /usr/bin/gcc supports -Wstrict-prototypes... config.status: creating Makefile
  883. config.status: creating config.intl
  884. yes
  885. yes
  886. yes
  887. checking for strtod... checking whether /usr/bin/gcc supports -Wmissing-prototypes... checking for strtol... yes
  888. checking whether /usr/bin/gcc supports -Wold-style-definition... config.status: creating config.h
  889. yes
  890. config.status: executing default-1 commands
  891. checking for strtol... yes
  892. yes
  893. checking whether /usr/bin/gcc supports -Wc++-compat... checking for sys/types.h... yes
  894. checking for strtoul... yes
  895. checking whether /usr/bin/gcc supports -pedantic -Wlong-long... yes
  896. yes
  897. yes
  898. checking whether /usr/bin/gcc supports -fno-exceptions... checking for sys/stat.h... mkdir -p -- ./libbacktrace
  899. checking for strtoul... Configuring in ./libbacktrace
  900. yes
  901. yes
  902. checking whether /usr/bin/gcc supports -fno-rtti... yes
  903. checking for stdlib.h... checking for strtoll... yes
  904. checking for strtoll... yes
  905. yes
  906. checking for string.h... yes
  907. yes
  908. checking dependency style of /usr/bin/g++... checking for strtoull... checking for strtoull... yes
  909. checking for memory.h... yes
  910. yes
  911. checking for strverscmp... gcc3
  912. checking whether time.h and sys/time.h may both be included... yes
  913. checking for strverscmp... checking for strings.h... yes
  914. checking whether string.h and strings.h may both be included... yes
  915. checking for tmpnam... yes
  916. yes
  917. checking for tmpnam... checking for inttypes.h... yes
  918. checking locale.h usability... yes
  919. yes
  920. yes
  921. checking for stdint.h... yes
  922. checking locale.h presence... checking for vasprintf... checking for vasprintf... yes
  923. checking for locale.h... yes
  924. checking fcntl.h usability... yes
  925. checking for unistd.h... yes
  926. checking for vfprintf... yes
  927. checking fcntl.h presence... yes
  928. yes
  929. checking for fcntl.h... yes
  930. yes
  931. checking for dlfcn.h... checking limits.h usability... checking for vfprintf... yes
  932. checking for vprintf... yes
  933. checking for objdir... yes
  934. checking limits.h presence... .libs
  935. yes
  936. checking for limits.h... yes
  937. checking stddef.h usability... yes
  938. yes
  939. checking for vprintf... checking for vsnprintf... yes
  940. checking stddef.h presence... yes
  941. checking for stddef.h... yes
  942. checking for stdlib.h... (cached) yes
  943. checking for strings.h... (cached) yes
  944. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... checking for string.h... (cached) yes
  945. no
  946. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  947. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  948. checking for vsnprintf... yes
  949. configure: creating cache ./config.cache
  950. checking sys/file.h usability... yes
  951. checking if /usr/bin/gcc static flag -static works... checking for vsprintf... checking build system type... x86_64-pc-linux-gnu
  952. checking host system type... yes
  953. checking sys/file.h presence... yes
  954. checking for sys/file.h... yes
  955. x86_64-pc-linux-gnu
  956. checking target system type... checking for unistd.h... (cached) yes
  957. yes
  958. checking whether byte ordering is bigendian... yes
  959. checking if /usr/bin/gcc supports -c -o file.o... arm-buildroot-linux-uclibcgnueabihf
  960. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  961. yes
  962. checking for vsprintf... checking for waitpid... checking for C compiler default output file name... yes
  963. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  964. checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  965. no
  966. checking for an ANSI C-conforming const... a.out
  967. checking whether the C compiler works... checking for waitpid... yes
  968. checking dynamic linker characteristics... yes
  969. yes
  970. checking whether we are cross compiling... no
  971. checking for suffix of executables... yes
  972. checking for inline... checking for setproctitle...
  973. checking for suffix of object files... yes
  974. inline
  975. checking for obstacks... checking for setproctitle... no
  976. checking whether alloca needs Cray hooks... o
  977. checking whether we are using the GNU C compiler... no
  978. checking stack direction for C alloca... yes
  979. checking whether /usr/bin/gcc accepts -g... GNU/Linux ld.so
  980. checking how to hardcode library paths into programs... immediate
  981. checking whether stripping libraries is possible... no
  982. checking whether alloca needs Cray hooks... yes
  983. checking if libtool supports shared libraries... yes
  984. checking whether to build shared libraries... no
  985. checking whether to build static libraries... yes
  986. checking how to run the C preprocessor... /usr/bin/gcc -E
  987. no
  988. checking stack direction for C alloca... yes
  989. checking for /usr/bin/gcc option to accept ISO C89... yes
  990. checking for off_t... -1
  991. checking for vfork.h... checking for stdlib.h... (cached) yes
  992. none needed
  993. checking how to run the C preprocessor... checking for unistd.h... (cached) yes
  994. checking for getpagesize... no
  995. checking for fork... /usr/bin/gcc -E
  996. -1
  997. checking for vfork.h... yes
  998. checking for size_t... yes
  999. no
  1000. checking for fork... checking for working mmap... checking for grep that handles long lines and -e... /bin/grep
  1001. checking for egrep... /bin/grep -E
  1002. checking for ANSI C header files... yes
  1003. checking for vfork... yes
  1004. checking for vfork... yes
  1005. checking for memcpy... yes
  1006. checking for working fork... yes
  1007. checking for ssize_t... yes
  1008. yes
  1009. checking for strerror... checking for working fork... yes
  1010. checking for unistd.h... (cached) yes
  1011. yes
  1012. checking for sys/types.h... yes
  1013. checking for working vfork... (cached) yes
  1014. checking for _doprnt... yes
  1015. checking for working vfork... (cached) yes
  1016. checking for _doprnt... yes
  1017. checking for uintptr_t... yes
  1018. configure: updating cache ./config.cache
  1019. checking for sys/stat.h... configure: creating ./config.status
  1020. no
  1021. checking for sys_errlist... yes
  1022. checking for stdlib.h... no
  1023. checking for sys_errlist... yes
  1024. checking for ptrdiff_t... yes
  1025. yes
  1026. yes
  1027. checking for string.h... checking for sys_nerr... checking for sys_nerr... yes
  1028. checking for memory.h... yes
  1029. checking for sys_siglist... yes
  1030. checking for uint64_t... yes
  1031. checking for sys_siglist... yes
  1032. yes
  1033. checking whether struct tm is in sys/time.h or time.h... checking for strings.h... yes
  1034. time.h
  1035. checking size of int... checking for external symbol _system_configuration... yes
  1036. checking for external symbol _system_configuration... no
  1037. yes
  1038. checking for __fsetlocking... checking for inttypes.h... no
  1039. checking for __fsetlocking... yes
  1040. 4
  1041. checking size of long... checking for stdint.h... yes
  1042. checking for canonicalize_file_name... yes
  1043. yes
  1044. checking for canonicalize_file_name... checking for unistd.h... yes
  1045. 8
  1046. yes
  1047. checking minix/config.h usability... yes
  1048. checking for dup3... checking for clearerr_unlocked... checking for dup3... no
  1049. checking minix/config.h presence... yes
  1050. no
  1051. checking for minix/config.h... no
  1052. checking whether it is safe to define __EXTENSIONS__... checking for getrlimit... yes
  1053. checking for getrlimit... yes
  1054. checking for feof_unlocked... yes
  1055. checking for a BSD-compatible install... /usr/bin/install -c
  1056. checking whether build environment is sane... yes
  1057. yes
  1058. checking for getrusage... checking for getrusage... yes
  1059. checking for ferror_unlocked... yes
  1060. yes
  1061. checking for getsysinfo... checking for getsysinfo... yes
  1062. checking for fflush_unlocked... no
  1063. no
  1064. checking for gettimeofday... checking for gettimeofday... (cached) yes
  1065. (cached) yes
  1066. checking for on_exit... yes
  1067. checking for on_exit... checking for fgetc_unlocked... yes
  1068. checking for psignal... yes
  1069. yes
  1070. checking for fgets_unlocked... checking for psignal... yes
  1071. yes
  1072. checking for fileno_unlocked... checking for pstat_getdynamic... yes
  1073. checking for pstat_getdynamic... no
  1074. checking for pstat_getstatic... yes
  1075. checking for fprintf_unlocked... no
  1076. checking for pstat_getstatic... no
  1077. checking for realpath... no
  1078. checking for fputc_unlocked... config.status: creating Makefile
  1079. config.status: executing default-1 commands
  1080. no
  1081. yes
  1082. checking for realpath... checking for setrlimit... yes
  1083. yes
  1084. yes
  1085. checking for setrlimit... checking for fputs_unlocked... checking for sbrk... yes
  1086. yes
  1087. checking for sbrk... checking for fread_unlocked... yes
  1088. checking for spawnve... yes
  1089. yes
  1090. checking for spawnve... checking for fwrite_unlocked... no
  1091. checking for spawnvpe... no
  1092. yes
  1093. checking for spawnvpe... config.status: executing depfiles commands
  1094. config.status: executing libtool commands
  1095. checking for getchar_unlocked... no
  1096. checking for strerror... yes
  1097. checking for getc_unlocked... no
  1098. checking for strerror... yes
  1099. yes
  1100. mkdir -p -- ./libdecnumber
  1101. Configuring in ./libdecnumber
  1102. checking for strsignal... yes
  1103. checking for putchar_unlocked... checking for strsignal... yes
  1104. yes
  1105. yes
  1106. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1107. checking for gawk... mawk
  1108. checking whether make sets $(MAKE)... checking for sysconf... checking for sysconf... yes
  1109. yes
  1110. checking whether to enable maintainer-specific portions of Makefiles... no
  1111. checking for x86_64-pc-linux-gnu-gcc... (cached) /usr/bin/gcc
  1112. checking for putc_unlocked... yes
  1113. checking for sysctl... yes
  1114. checking whether we are using the GNU C compiler... (cached) yes
  1115. checking whether /usr/bin/gcc accepts -g... (cached) yes
  1116. checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
  1117. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  1118. checking for gawk... (cached) mawk
  1119. checking how to print strings... checking for sysctl... printf
  1120. checking for a sed that does not truncate output... /bin/sed
  1121. checking for fgrep... /bin/grep -F
  1122. checking for ld used by /usr/bin/gcc... /usr/bin/ld
  1123. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1124. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  1125. checking the name lister (/usr/bin/nm) interface... yes
  1126. yes
  1127. yes
  1128. BSD nm
  1129. checking whether ln -s works... yes
  1130. checking the maximum length of command line arguments... checking for sysmp... 1572864
  1131. checking whether the shell understands some XSI constructs... checking whether abort is declared... checking for sysmp... yes
  1132. checking whether the shell understands "+="... yes
  1133. checking for /usr/bin/ld option to reload object files... -r
  1134. checking for x86_64-pc-linux-gnu-objdump... objdump
  1135. checking how to recognize dependent libraries... pass_all
  1136. checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar
  1137. checking for x86_64-pc-linux-gnu-strip... no
  1138. checking for strip... strip
  1139. checking for x86_64-pc-linux-gnu-ranlib... (cached) /usr/bin/ranlib
  1140. checking command to parse /usr/bin/nm output from /usr/bin/gcc object... yes
  1141. no
  1142. checking whether asprintf is declared... no
  1143. checking for table... checking for table... yes
  1144. checking whether basename is declared... ok
  1145. no
  1146. no
  1147. checking for times... checking for times... checking for dlfcn.h... yes
  1148. yes
  1149. yes
  1150. checking for wait3... checking for wait3... checking whether errno is declared... configure: creating cache ./config.cache
  1151. checking whether make sets $(MAKE)... yes
  1152. checking for objdir... .libs
  1153. yes
  1154. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  1155. no
  1156. yes
  1157. checking whether getopt is declared... yes
  1158. checking for wait4... checking for wait4... checking for C compiler default output file name... yes
  1159. checking whether vasprintf is declared... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... a.out
  1160. checking whether the C compiler works... yes
  1161. checking whether we are cross compiling... no
  1162. checking for suffix of executables... yes
  1163. yes
  1164. yes
  1165. checking whether basename is declared... checking whether clearerr_unlocked is declared... checking whether basename is declared... no
  1166. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  1167. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  1168. checking if /usr/bin/gcc static flag -static works... yes
  1169.  
  1170. checking for suffix of object files... yes
  1171. yes
  1172. checking whether ffs is declared... checking whether feof_unlocked is declared... checking whether ffs is declared... o
  1173. checking whether we are using the GNU C compiler... yes
  1174. checking whether /usr/bin/gcc accepts -g... yes
  1175. yes
  1176. checking whether asprintf is declared... yes
  1177. checking if /usr/bin/gcc supports -c -o file.o... checking whether asprintf is declared... yes
  1178. yes
  1179. checking for /usr/bin/gcc option to accept ISO C89... checking whether ferror_unlocked is declared... yes
  1180. checking whether vasprintf is declared... none needed
  1181. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  1182. checking for aclocal... no
  1183. checking for autoconf... no
  1184. checking for autoheader... no
  1185. yes
  1186. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  1187. checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... checking whether /usr/bin/gcc supports -W... yes
  1188. yes
  1189. checking whether fflush_unlocked is declared... yes
  1190. yes
  1191. yes
  1192. checking dynamic linker characteristics... checking whether /usr/bin/gcc supports -Wall... checking whether vasprintf is declared... yes
  1193. checking whether snprintf is declared... checking whether /usr/bin/gcc supports -Wwrite-strings... yes
  1194. yes
  1195. yes
  1196. checking whether /usr/bin/gcc supports -Wstrict-prototypes... checking whether snprintf is declared... checking whether fgetc_unlocked is declared... GNU/Linux ld.so
  1197. checking how to hardcode library paths into programs... immediate
  1198. checking whether stripping libraries is possible... yes
  1199. checking if libtool supports shared libraries... yes
  1200. checking whether to build shared libraries... no
  1201. checking whether to build static libraries... yes
  1202. yes
  1203. checking unwind.h usability... yes
  1204. checking whether /usr/bin/gcc supports -Wmissing-prototypes... checking whether vsnprintf is declared... yes
  1205. yes
  1206. checking whether vsnprintf is declared... yes
  1207. checking whether /usr/bin/gcc supports -Wold-style-definition... checking whether fgets_unlocked is declared... yes
  1208. checking unwind.h presence... yes
  1209. checking whether calloc is declared... yes
  1210. yes
  1211. yes
  1212. checking for unwind.h... yes
  1213. checking for _Unwind_Backtrace... checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking whether calloc is declared... yes
  1214. yes
  1215. checking whether fileno_unlocked is declared... yes
  1216. checking whether /usr/bin/gcc supports -Wcast-qual... checking whether getenv is declared... yes
  1217. yes
  1218. checking for -funwind-tables option... yes
  1219. checking whether /usr/bin/gcc supports -pedantic -Wlong-long... checking whether getenv is declared... yes
  1220. checking whether getopt is declared... yes
  1221. checking for -frandom-seed=string option... yes
  1222. checking whether fprintf_unlocked is declared... yes
  1223. yes
  1224. checking how to run the C preprocessor... checking whether /usr/bin/gcc supports -W... yes
  1225. checking whether malloc is declared... yes
  1226. yes
  1227. no
  1228. /usr/bin/gcc -E
  1229. checking whether getopt is declared... checking whether /usr/bin/gcc supports -Wall... checking whether fputc_unlocked is declared... yes
  1230. checking for grep that handles long lines and -e... yes
  1231. checking whether /usr/bin/gcc supports -Wwrite-strings... /bin/grep
  1232. checking for egrep... checking whether realloc is declared... /bin/grep -E
  1233. checking for ANSI C header files... yes
  1234. checking whether malloc is declared... yes
  1235. yes
  1236. checking whether fputs_unlocked is declared... checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes
  1237. checking whether sbrk is declared... yes
  1238. yes
  1239. checking whether /usr/bin/gcc supports -Wmissing-prototypes... checking whether realloc is declared... yes
  1240. yes
  1241. checking whether /usr/bin/gcc supports -Wold-style-definition... checking whether fread_unlocked is declared... yes
  1242. checking for sys/types.h... yes
  1243. checking whether strtol is declared... yes
  1244. checking whether /usr/bin/gcc supports -Wmissing-format-attribute... yes
  1245. checking for sys/stat.h... yes
  1246. yes
  1247. yes
  1248. checking whether sbrk is declared... checking whether /usr/bin/gcc supports -Wcast-qual... checking whether fwrite_unlocked is declared... yes
  1249. yes
  1250. checking for stdlib.h... yes
  1251. checking for _Unwind_GetIPInfo... yes
  1252. yes
  1253. checking whether strtoul is declared... checking whether strtol is declared... yes
  1254. checking whether getchar_unlocked is declared... checking for string.h... yes
  1255. yes
  1256. checking __sync extensions... checking whether strtoul is declared... yes
  1257. yes
  1258. checking for memory.h... yes
  1259. checking whether strtoll is declared... checking whether getc_unlocked is declared... yes
  1260. yes
  1261. checking whether strtoll is declared... checking for strings.h... yes
  1262. yes
  1263. checking whether putchar_unlocked is declared... checking whether strtoull is declared... yes
  1264. checking whether strtoull is declared... yes
  1265. checking for inttypes.h... yes
  1266. checking __atomic extensions... yes
  1267. checking whether putc_unlocked is declared... yes
  1268. yes
  1269. yes
  1270. checking whether strverscmp is declared... checking whether strverscmp is declared... checking for stdint.h... yes
  1271. checking output filetype... yes
  1272. checking for working alloca.h... yes
  1273. checking whether canonicalize_file_name must be declared... yes
  1274. yes
  1275. checking whether canonicalize_file_name must be declared... checking for unistd.h... no
  1276. yes
  1277. checking for alloca... checking for stdlib.h... (cached) yes
  1278. yes
  1279. checking for unistd.h... (cached) yes
  1280. checking ctype.h usability... checking for getpagesize... (cached) yes
  1281. checking for working mmap... no
  1282. checking for stdlib.h... (cached) yes
  1283. checking for unistd.h... (cached) yes
  1284. yes
  1285. checking for ANSI C header files... (cached) yes
  1286. checking for nl_langinfo and CODESET... checking for getpagesize... (cached) yes
  1287. elf64
  1288. yes
  1289. checking ctype.h presence... checking for working mmap... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  1290. checking for ctype.h... yes
  1291. checking stddef.h usability... yes
  1292. checking whether NLS is requested... no
  1293. checking for uchar... yes
  1294. checking for working strncmp... yes
  1295. checking for working strncmp... yes
  1296. checking for uintptr_t... yes
  1297. checking stddef.h presence... yes
  1298. checking for stddef.h... yes
  1299.  
  1300. checking for ld used by GCC... yes
  1301. /usr/bin/ld
  1302. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1303. checking for shared library run path origin... checking for string.h... (cached) yes
  1304. checking stdio.h usability... done
  1305. yes
  1306. checking for int_least32_t... yes
  1307. checking stdio.h presence... yes
  1308. checking for iconv... (cached) no
  1309. configure: updating cache ./config.cache
  1310. configure: creating ./config.status
  1311. yes
  1312. checking for stdio.h... yes
  1313. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... configure: updating cache ./config.cache
  1314. configure: updating cache ./config.cache
  1315. configure: creating ./config.status
  1316. configure: creating ./config.status
  1317. yes
  1318. checking for int_fast32_t... yes
  1319. checking for uintptr_t... yes
  1320. checking for uint64_t... yes
  1321. checking for int_least32_t... config.status: creating Makefile
  1322. config.status: creating testsuite/Makefile
  1323. yes
  1324. checking for int_fast32_t... config.status: creating Makefile
  1325. config.status: creating Makefile
  1326. yes
  1327. checking what to include in gstdint.h... stdint.h (already complete)
  1328. checking sys/mman.h usability... config.status: creating config.h
  1329. config.status: creating testsuite/Makefile
  1330. config.status: executing depdir commands
  1331. mkdir -p -- .deps
  1332. config.status: creating config.h
  1333. yes
  1334. checking for uint64_t... config.status: executing default commands
  1335. yes
  1336. checking sys/mman.h presence... yes
  1337. checking for sys/mman.h... yes
  1338. checking for mmap... config.status: creating config.h
  1339. config.status: executing default commands
  1340. mkdir -p -- ./fixincludes
  1341. yes
  1342. yes
  1343. checking what to include in gstdint.h... stdint.h (already complete)
  1344. checking for an ANSI C-conforming const... checking link.h usability... Configuring in ./fixincludes
  1345. make[3]: Nothing to be done for 'all'.
  1346. yes
  1347. checking for off_t... if [ x"" != x ] && [ ! -d pic ]; then \
  1348. mkdir pic; \
  1349. else true; fi
  1350. touch stamp-picdir
  1351. if [ x"" != x ] && [ ! -d noasan ]; then \
  1352. mkdir noasan; \
  1353. else true; fi
  1354. touch stamp-noasandir
  1355. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
  1356. /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../zlib/'`adler32.c
  1357. make[4]: Nothing to be done for 'all'.
  1358. if [ x"" != x ]; then \
  1359. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o pic/regex.o; \
  1360. else true; fi
  1361. if [ x"" != x ]; then \
  1362. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o noasan/regex.o; \
  1363. else true; fi
  1364. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o regex.o
  1365. yes
  1366. checking size of int... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../zlib/'`compress.c
  1367. 4
  1368. checking size of long... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../zlib/'`crc32.c
  1369. yes
  1370. checking link.h presence... yes
  1371. checking for link.h... yes
  1372. checking for dl_iterate_phdr... 8
  1373. checking for ANSI C header files... (cached) yes
  1374. checking build system type... yes
  1375. checking for fcntl... x86_64-pc-linux-gnu
  1376. checking host system type... x86_64-pc-linux-gnu
  1377. checking target system type... arm-buildroot-linux-uclibcgnueabihf
  1378. checking for decimal floating point... dpd
  1379. checking whether byte ordering is bigendian... yes
  1380. /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../zlib/'`deflate.c
  1381. checking whether strnlen is declared... yes
  1382. configure: creating cache ./config.cache
  1383. checking for getexecname... checking build system type... x86_64-pc-linux-gnu
  1384. checking host system type... x86_64-pc-linux-gnu
  1385. checking target system type... no
  1386. arm-buildroot-linux-uclibcgnueabihf
  1387. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  1388. configure: updating cache ./config.cache
  1389. configure: creating ./config.status
  1390. no
  1391. checking whether tests can run... checking for C compiler default output file name... yes
  1392. a.out
  1393. checking whether the C compiler works... yes
  1394. checking whether we are cross compiling... no
  1395. checking for suffix of executables... configure: updating cache ./config.cache
  1396. configure: creating ./config.status
  1397.  
  1398. checking for suffix of object files... o
  1399. checking whether we are using the GNU C compiler... config.status: creating Makefile
  1400. yes
  1401. checking whether /usr/bin/gcc accepts -g... yes
  1402. checking for /usr/bin/gcc option to accept ISO C89... config.status: creating config.h
  1403. none needed
  1404. checking how to run the C preprocessor... config.status: executing gstdint.h commands
  1405. /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../zlib/'`gzread.c
  1406. /usr/bin/gcc -E
  1407. if [ x"" != x ]; then \
  1408. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  1409. else true; fi
  1410. if [ x"" != x ]; then \
  1411. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
  1412. else true; fi
  1413. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o cplus-dem.o
  1414. checking for grep that handles long lines and -e... /bin/grep
  1415. checking for egrep... /bin/grep -E
  1416. checking for ANSI C header files... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../zlib/'`gzclose.c
  1417. /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../zlib/'`gzwrite.c
  1418. yes
  1419. checking for sys/types.h... yes
  1420. checking for sys/stat.h... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../zlib/'`gzlib.c
  1421. yes
  1422. checking for stdlib.h... yes
  1423. checking for string.h... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../zlib/'`infback.c
  1424. if [ x"" != x ]; then \
  1425. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  1426. else true; fi
  1427. if [ x"" != x ]; then \
  1428. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
  1429. else true; fi
  1430. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o cp-demangle.o
  1431. yes
  1432. checking for memory.h... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../zlib/'`inffast.c
  1433. yes
  1434. checking for strings.h... yes
  1435. checking for inttypes.h... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../zlib/'`inflate.c
  1436. /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../zlib/'`inftrees.c
  1437. yes
  1438. checking for stdint.h... config.status: creating Makefile
  1439. yes
  1440. checking for unistd.h... mkdir -p -- ./libcpp
  1441. Configuring in ./libcpp
  1442. yes
  1443. checking minix/config.h usability... config.status: creating backtrace-supported.h
  1444. config.status: creating config.h
  1445. no
  1446. checking minix/config.h presence... config.status: executing libtool commands
  1447. no
  1448. checking for minix/config.h... no
  1449. checking whether it is safe to define __EXTENSIONS__... config.status: executing gstdint.h commands
  1450. yes
  1451. checking for a sed that does not truncate output... config.status: executing default commands
  1452. /bin/sed
  1453. checking whether /usr/bin/gcc supports -W... if [ x"" != x ]; then \
  1454. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o pic/md5.o; \
  1455. else true; fi
  1456. if [ x"" != x ]; then \
  1457. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o noasan/md5.o; \
  1458. else true; fi
  1459. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o md5.o
  1460. yes
  1461. checking whether /usr/bin/gcc supports -Wall... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../zlib/'`trees.c
  1462. yes
  1463. checking whether /usr/bin/gcc supports -Wwrite-strings... yes
  1464. checking whether /usr/bin/gcc supports -Wstrict-prototypes... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../zlib/'`uncompr.c
  1465. yes
  1466. checking whether /usr/bin/gcc supports -Wmissing-prototypes... if [ x"" != x ]; then \
  1467. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o pic/sha1.o; \
  1468. else true; fi
  1469. if [ x"" != x ]; then \
  1470. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o noasan/sha1.o; \
  1471. else true; fi
  1472. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o sha1.o
  1473. yes
  1474. checking whether /usr/bin/gcc supports -Wold-style-definition... configure: creating cache ./config.cache
  1475. yes
  1476. checking build system type... checking whether /usr/bin/gcc supports -Wmissing-format-attribute... /usr/bin/gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../zlib/'`zutil.c
  1477. x86_64-pc-linux-gnu
  1478. checking host system type... true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/gcc" "CFLAGS=-O2 -I/home/mpfj/buildroot/output/host/usr/include" "CXXFLAGS=-O2 -I/home/mpfj/buildroot/output/host/usr/include" "CFLAGS_FOR_BUILD=-O2 -I/home/mpfj/buildroot/output/host/usr/include" "CFLAGS_FOR_TARGET=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib" "LIBCFLAGS=-O2 -I/home/mpfj/buildroot/output/host/usr/include" "LIBCFLAGS_FOR_TARGET=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " "MAKE=/usr/bin/make" "MAKEINFO=/home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/mpfj/buildroot/output/host/usr" "infodir=/home/mpfj/buildroot/output/host/usr/share/info" "libdir=/home/mpfj/buildroot/output/host/usr/lib" "prefix=/home/mpfj/buildroot/output/host/usr" "tooldir=/home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf" "AR=/usr/bin/ar" "AS=/usr/bin/as" "CC=/usr/bin/gcc" "CXX=/usr/bin/g++" "LD=/usr/bin/ld" "LIBCFLAGS=-O2 -I/home/mpfj/buildroot/output/host/usr/include" "NM=/usr/bin/nm" "PICFLAG=" "RANLIB=/usr/bin/ranlib" "DESTDIR=" DO=all multi-do # /usr/bin/make
  1479. x86_64-pc-linux-gnu
  1480. checking target system type... yes
  1481. checking whether /usr/bin/gcc supports -Woverlength-strings... arm-buildroot-linux-uclibcgnueabihf
  1482. checking whether make sets $(MAKE)... rm -f libz.a
  1483. /usr/bin/ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
  1484. yes
  1485. checking for a BSD-compatible install... if [ x"" != x ]; then \
  1486. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o pic/alloca.o; \
  1487. else true; fi
  1488. if [ x"" != x ]; then \
  1489. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o noasan/alloca.o; \
  1490. else true; fi
  1491. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o alloca.o
  1492. /usr/bin/install -c
  1493. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  1494. yes
  1495. source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no /usr/bin/gcc -I../../libdecnumber -I. -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c
  1496. checking whether /usr/bin/gcc supports -pedantic -Wlong-long... /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  1497. /usr/bin/ranlib libz.a
  1498. checking for C compiler default output file name... if [ x"" != x ]; then \
  1499. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o pic/argv.o; \
  1500. else true; fi
  1501. if [ x"" != x ]; then \
  1502. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o noasan/argv.o; \
  1503. else true; fi
  1504. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o argv.o
  1505. yes
  1506. checking for ANSI C header files... (cached) yes
  1507. checking stddef.h usability... a.out
  1508. checking whether the C compiler works... if [ x"" != x ]; then \
  1509. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  1510. else true; fi
  1511. if [ x"" != x ]; then \
  1512. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
  1513. else true; fi
  1514. yes
  1515. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o choose-temp.o
  1516. checking whether we are cross compiling... no
  1517. checking for suffix of executables...
  1518. yes
  1519. checking for suffix of object files... checking stddef.h presence... yes
  1520. checking for stddef.h... yes
  1521. o
  1522. checking whether we are using the GNU C compiler... checking for stdlib.h... (cached) yes
  1523. yes
  1524. checking whether /usr/bin/gcc accepts -g... if [ x"" != x ]; then \
  1525. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o pic/concat.o; \
  1526. else true; fi
  1527. if [ x"-fpic" != x ] && [ ! -d pic ]; then \
  1528. mkdir pic; \
  1529. else true; fi
  1530. if [ x"" != x ]; then \
  1531. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o noasan/concat.o; \
  1532. else true; fi
  1533. checking for strings.h... (cached) yes
  1534. touch stamp-picdir
  1535. if [ x"" != x ] && [ ! -d noasan ]; then \
  1536. mkdir noasan; \
  1537. else true; fi
  1538. touch stamp-noasandir
  1539. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o concat.o
  1540. if [ x"-fpic" != x ]; then \
  1541. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  1542. else true; fi
  1543. checking for unistd.h... (cached) yes
  1544. yes
  1545. checking for /usr/bin/gcc option to accept ISO C89... checking fcntl.h usability... yes
  1546. checking fcntl.h presence... yes
  1547. checking for fcntl.h... yes
  1548. checking sys/file.h usability... if [ x"" != x ]; then \
  1549. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  1550. else true; fi
  1551. if [ x"" != x ]; then \
  1552. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
  1553. else true; fi
  1554. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o cp-demint.o
  1555. none needed
  1556. checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \
  1557. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
  1558. else true; fi
  1559. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o
  1560. yes
  1561. checking sys/file.h presence... if [ x"" != x ]; then \
  1562. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o pic/crc32.o; \
  1563. else true; fi
  1564. yes
  1565. checking whether /usr/bin/g++ accepts -g... if [ x"" != x ]; then \
  1566. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o noasan/crc32.o; \
  1567. else true; fi
  1568. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o crc32.o
  1569. yes
  1570. checking for sys/file.h... yes
  1571. checking for sys/stat.h... (cached) yes
  1572. yes
  1573. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  1574. checking how to run the C preprocessor... checking for clearerr_unlocked... if [ x"" != x ]; then \
  1575. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \
  1576. else true; fi
  1577. if [ x"" != x ]; then \
  1578. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
  1579. else true; fi
  1580. if [ x"-fpic" != x ]; then \
  1581. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  1582. else true; fi
  1583. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o d-demangle.o
  1584. /usr/bin/gcc -E
  1585. yes
  1586. checking for feof_unlocked... checking for grep that handles long lines and -e... yes
  1587. checking for ferror_unlocked... /bin/grep
  1588. checking for egrep... /bin/grep -E
  1589. checking for ANSI C header files... if [ x"" != x ]; then \
  1590. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
  1591. else true; fi
  1592. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o
  1593. yes
  1594. checking for fflush_unlocked... yes
  1595. checking for sys/types.h... if [ x"-fpic" != x ]; then \
  1596. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  1597. else true; fi
  1598. yes
  1599. checking for sys/stat.h... if [ x"" != x ]; then \
  1600. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
  1601. else true; fi
  1602. yes
  1603. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o
  1604. checking for fgetc_unlocked... if [ x"" != x ]; then \
  1605. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  1606. else true; fi
  1607. if [ x"" != x ]; then \
  1608. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
  1609. else true; fi
  1610. yes
  1611. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o dwarfnames.o
  1612. if [ x"-fpic" != x ]; then \
  1613. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \
  1614. else true; fi
  1615. checking for stdlib.h... yes
  1616. checking for fgets_unlocked... yes
  1617. checking for string.h... yes
  1618. if [ x"" != x ]; then \
  1619. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \
  1620. else true; fi
  1621. if [ x"" != x ]; then \
  1622. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \
  1623. else true; fi
  1624. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o dyn-string.o
  1625. if [ x"" != x ]; then \
  1626. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fibheap.c -o noasan/fibheap.o; \
  1627. else true; fi
  1628. checking for fileno_unlocked... yes
  1629. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o
  1630. yes
  1631. checking for memory.h... checking for fprintf_unlocked... if [ x"" != x ]; then \
  1632. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \
  1633. else true; fi
  1634. yes
  1635. if [ x"" != x ]; then \
  1636. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \
  1637. else true; fi
  1638. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o fdmatch.o
  1639. if [ x"-fpic" != x ]; then \
  1640. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1641. else true; fi
  1642. no
  1643. checking for strings.h... checking for fputc_unlocked... if [ x"" != x ]; then \
  1644. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o pic/fibheap.o; \
  1645. else true; fi
  1646. if [ x"" != x ]; then \
  1647. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
  1648. else true; fi
  1649. if [ x"" != x ]; then \
  1650. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o noasan/fibheap.o; \
  1651. else true; fi
  1652. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o
  1653. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o fibheap.o
  1654. yes
  1655. checking for inttypes.h... yes
  1656. checking for stdint.h... if [ x"-fpic" != x ]; then \
  1657. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \
  1658. else true; fi
  1659. if [ x"" != x ]; then \
  1660. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1661. else true; fi
  1662. if [ x"" != x ]; then \
  1663. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
  1664. else true; fi
  1665. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o filename_cmp.o
  1666. yes
  1667. yes
  1668. checking for unistd.h... checking for fputs_unlocked... if [ x"" != x ]; then \
  1669. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o pic/floatformat.o; \
  1670. else true; fi
  1671. if [ x"" != x ]; then \
  1672. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o noasan/floatformat.o; \
  1673. else true; fi
  1674. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o floatformat.o
  1675. yes
  1676. checking minix/config.h usability... source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no /usr/bin/gcc -I../../libdecnumber -I. -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c
  1677. no
  1678. checking minix/config.h presence... yes
  1679. checking for fread_unlocked... source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /usr/bin/gcc -I../../libdecnumber -I. -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c
  1680. no
  1681. checking for minix/config.h... no
  1682. checking whether it is safe to define __EXTENSIONS__... yes
  1683. checking for fwrite_unlocked... yes
  1684. checking for aclocal... no
  1685. checking for autoconf... no
  1686. checking for autoheader... no
  1687. checking whether /usr/bin/gcc supports -W... source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /usr/bin/gcc -I../../libdecnumber -I. -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c
  1688. yes
  1689. checking whether /usr/bin/gcc supports -Wall... yes
  1690. checking whether /usr/bin/gcc supports -Wnarrowing... yes
  1691. checking whether /usr/bin/gcc supports -Wwrite-strings... yes
  1692. yes
  1693. checking whether /usr/bin/gcc supports -Wmissing-format-attribute... checking for getchar_unlocked... yes
  1694. checking whether /usr/bin/gcc supports -Wstrict-prototypes... source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /usr/bin/gcc -I../../libdecnumber -I. -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c
  1695. yes
  1696. checking for getc_unlocked... yes
  1697. checking for putchar_unlocked... yes
  1698. checking whether /usr/bin/gcc supports -Wmissing-prototypes... rm -f libdecnumber.a
  1699. /usr/bin/ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
  1700. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  1701. /usr/bin/ranlib libdecnumber.a
  1702. yes
  1703. if [ x"" != x ]; then \
  1704. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  1705. else true; fi
  1706. if [ x"" != x ]; then \
  1707. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
  1708. else true; fi
  1709. checking whether /usr/bin/gcc supports -Wold-style-definition... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o fnmatch.o
  1710. if [ x"" != x ]; then \
  1711. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/floatformat.c -o noasan/floatformat.o; \
  1712. else true; fi
  1713. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o
  1714. if [ x"" != x ]; then \
  1715. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1716. else true; fi
  1717. /usr/bin/make all-am
  1718. if [ x"" != x ]; then \
  1719. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  1720. else true; fi
  1721. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o atomic.lo ../../libbacktrace/atomic.c
  1722. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1723. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/atomic.c -o atomic.o
  1724. yes
  1725. yes
  1726. if [ x"" != x ]; then \
  1727. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o pic/getopt.o; \
  1728. else true; fi
  1729. checking whether /usr/bin/gcc supports -Wc++-compat... if [ x"" != x ]; then \
  1730. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o noasan/getopt.o; \
  1731. else true; fi
  1732. checking for putc_unlocked... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o getopt.o
  1733. if [ x"" != x ]; then \
  1734. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o pic/getopt1.o; \
  1735. else true; fi
  1736. if [ x"" != x ]; then \
  1737. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o noasan/getopt1.o; \
  1738. else true; fi
  1739. yes
  1740. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o getopt1.o
  1741. checking whether /usr/bin/gcc supports -pedantic -Wlong-long... if [ x"" != x ]; then \
  1742. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o pic/getpwd.o; \
  1743. else true; fi
  1744. if [ x"" != x ]; then \
  1745. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o noasan/getpwd.o; \
  1746. else true; fi
  1747. yes
  1748. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o getpwd.o
  1749. checking whether /usr/bin/gcc supports -fno-exceptions... if [ x"-fpic" != x ]; then \
  1750. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \
  1751. else true; fi
  1752. if [ x"" != x ]; then \
  1753. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \
  1754. else true; fi
  1755. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o
  1756. yes
  1757. if [ x"-fpic" != x ]; then \
  1758. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1759. else true; fi
  1760. if [ x"" != x ]; then \
  1761. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o pic/getruntime.o; \
  1762. else true; fi
  1763. if [ x"" != x ]; then \
  1764. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o noasan/getruntime.o; \
  1765. else true; fi
  1766. checking whether /usr/bin/gcc supports -fno-rtti... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o getruntime.o
  1767. yes
  1768. true DO=all multi-do # /usr/bin/make
  1769. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o dwarf.lo ../../libbacktrace/dwarf.c
  1770. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/dwarf.c -o dwarf.o
  1771. checking whether abort is declared... if [ x"" != x ]; then \
  1772. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  1773. else true; fi
  1774. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1775. yes
  1776. checking whether asprintf is declared... if [ x"" != x ]; then \
  1777. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o pic/hashtab.o; \
  1778. else true; fi
  1779. if [ x"" != x ]; then \
  1780. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o noasan/hashtab.o; \
  1781. else true; fi
  1782. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o hashtab.o
  1783. yes
  1784. if [ x"-fpic" != x ]; then \
  1785. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getopt.c -o pic/getopt.o; \
  1786. else true; fi
  1787. yes
  1788. checking whether basename is declared... if [ x"" != x ]; then \
  1789. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getopt.c -o noasan/getopt.o; \
  1790. else true; fi
  1791. checking dependency style of /usr/bin/g++... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o
  1792. if [ x"-fpic" != x ]; then \
  1793. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \
  1794. else true; fi
  1795. if [ x"" != x ]; then \
  1796. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getopt1.c -o noasan/getopt1.o; \
  1797. else true; fi
  1798. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o
  1799. if [ x"-fpic" != x ]; then \
  1800. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \
  1801. else true; fi
  1802. yes
  1803. gcc3
  1804. checking whether time.h and sys/time.h may both be included... checking whether errno is declared... if [ x"" != x ]; then \
  1805. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getpwd.c -o noasan/getpwd.o; \
  1806. else true; fi
  1807. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o
  1808. if [ x"-fpic" != x ]; then \
  1809. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \
  1810. else true; fi
  1811. yes
  1812. checking whether string.h and strings.h may both be included... no
  1813. checking whether vasprintf is declared... if [ x"" != x ]; then \
  1814. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o pic/hex.o; \
  1815. else true; fi
  1816. if [ x"" != x ]; then \
  1817. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o noasan/hex.o; \
  1818. else true; fi
  1819. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o hex.o
  1820. if [ x"" != x ]; then \
  1821. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/getruntime.c -o noasan/getruntime.o; \
  1822. else true; fi
  1823. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o
  1824. yes
  1825. yes
  1826. checking locale.h usability... checking whether clearerr_unlocked is declared... if [ x"" != x ]; then \
  1827. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o pic/lbasename.o; \
  1828. else true; fi
  1829. if [ x"" != x ]; then \
  1830. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o noasan/lbasename.o; \
  1831. else true; fi
  1832. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o lbasename.o
  1833. if [ x"-fpic" != x ]; then \
  1834. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \
  1835. else true; fi
  1836. yes
  1837. checking locale.h presence... yes
  1838. checking for locale.h... yes
  1839. checking fcntl.h usability... if [ x"" != x ]; then \
  1840. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  1841. else true; fi
  1842. if [ x"" != x ]; then \
  1843. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
  1844. else true; fi
  1845. yes
  1846. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o lrealpath.o
  1847. yes
  1848. checking fcntl.h presence... yes
  1849. checking for fcntl.h... yes
  1850. checking whether feof_unlocked is declared... checking limits.h usability... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o fileline.lo ../../libbacktrace/fileline.c
  1851. if [ x"" != x ]; then \
  1852. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1853. else true; fi
  1854. yes
  1855. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/fileline.c -o fileline.o
  1856. checking whether ferror_unlocked is declared... if [ x"" != x ]; then \
  1857. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  1858. else true; fi
  1859. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1860. yes
  1861. checking limits.h presence... yes
  1862. checking for limits.h... yes
  1863. checking stddef.h usability... if [ x"" != x ]; then \
  1864. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/hashtab.c -o noasan/hashtab.o; \
  1865. else true; fi
  1866. if [ x"" != x ]; then \
  1867. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1868. else true; fi
  1869. yes
  1870. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o
  1871. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o posix.lo ../../libbacktrace/posix.c
  1872. yes
  1873. checking stddef.h presence... if [ x"" != x ]; then \
  1874. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
  1875. else true; fi
  1876. checking whether fflush_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o make-temp-file.o
  1877. yes
  1878. checking for stddef.h... yes
  1879. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/posix.c -o posix.o
  1880. checking for stdlib.h... (cached) yes
  1881. if [ x"" != x ]; then \
  1882. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o pic/objalloc.o; \
  1883. else true; fi
  1884. yes
  1885. checking for strings.h... (cached) yes
  1886. if [ x"" != x ]; then \
  1887. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o noasan/objalloc.o; \
  1888. else true; fi
  1889. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o objalloc.o
  1890. checking for string.h... (cached) yes
  1891. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o print.lo ../../libbacktrace/print.c
  1892. checking whether fgetc_unlocked is declared... checking sys/file.h usability... libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/print.c -o print.o
  1893. if [ x"" != x ]; then \
  1894. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o pic/obstack.o; \
  1895. else true; fi
  1896. yes
  1897. if [ x"" != x ]; then \
  1898. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o noasan/obstack.o; \
  1899. else true; fi
  1900. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o obstack.o
  1901. checking whether fgets_unlocked is declared... yes
  1902. checking sys/file.h presence... if [ x"-fpic" != x ]; then \
  1903. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/hex.c -o pic/hex.o; \
  1904. else true; fi
  1905. yes
  1906. if [ x"" != x ]; then \
  1907. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/hex.c -o noasan/hex.o; \
  1908. else true; fi
  1909. yes
  1910. checking for sys/file.h... yes
  1911. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o
  1912. if [ x"" != x ]; then \
  1913. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o pic/partition.o; \
  1914. else true; fi
  1915. if [ x"" != x ]; then \
  1916. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o noasan/partition.o; \
  1917. else true; fi
  1918. checking whether fileno_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o partition.o
  1919. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o sort.lo ../../libbacktrace/sort.c
  1920. checking for unistd.h... (cached) yes
  1921. if [ x"-fpic" != x ]; then \
  1922. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/lbasename.c -o pic/lbasename.o; \
  1923. else true; fi
  1924. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/sort.c -o sort.o
  1925. checking whether byte ordering is bigendian... yes
  1926. if [ x"" != x ]; then \
  1927. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o pic/pexecute.o; \
  1928. else true; fi
  1929. if [ x"" != x ]; then \
  1930. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o noasan/pexecute.o; \
  1931. else true; fi
  1932. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o pexecute.o
  1933. checking whether fprintf_unlocked is declared... if [ x"" != x ]; then \
  1934. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/lbasename.c -o noasan/lbasename.o; \
  1935. else true; fi
  1936. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o
  1937. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o state.lo ../../libbacktrace/state.c
  1938. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/state.c -o state.o
  1939. if [ x"" != x ]; then \
  1940. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o pic/physmem.o; \
  1941. else true; fi
  1942. if [ x"" != x ]; then \
  1943. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o noasan/physmem.o; \
  1944. else true; fi
  1945. if [ x"-fpic" != x ]; then \
  1946. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \
  1947. else true; fi
  1948. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o physmem.o
  1949. no
  1950. checking whether fputc_unlocked is declared... if [ x"" != x ]; then \
  1951. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o pic/pex-common.o; \
  1952. else true; fi
  1953. if [ x"" != x ]; then \
  1954. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \
  1955. else true; fi
  1956. yes
  1957. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o
  1958. if [ x"" != x ]; then \
  1959. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o noasan/pex-common.o; \
  1960. else true; fi
  1961. checking whether fputs_unlocked is declared... no
  1962. checking for an ANSI C-conforming const... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o pex-common.o
  1963. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o backtrace.lo ../../libbacktrace/backtrace.c
  1964. yes
  1965. checking for inline... libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/backtrace.c -o backtrace.o
  1966. if [ x"-fpic" != x ]; then \
  1967. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1968. else true; fi
  1969. yes
  1970. inline
  1971. checking for obstacks... checking whether fread_unlocked is declared... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o simple.lo ../../libbacktrace/simple.c
  1972. yes
  1973. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/simple.c -o simple.o
  1974. checking whether fwrite_unlocked is declared... yes
  1975. checking for off_t... if [ x"" != x ]; then \
  1976. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o pic/pex-one.o; \
  1977. else true; fi
  1978. if [ x"" != x ]; then \
  1979. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  1980. else true; fi
  1981. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1982. if [ x"" != x ]; then \
  1983. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o noasan/pex-one.o; \
  1984. else true; fi
  1985. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o pex-one.o
  1986. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o elf.lo ../../libbacktrace/elf.c
  1987. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/elf.c -o elf.o
  1988. if [ x"" != x ]; then \
  1989. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  1990. else true; fi
  1991. if [ x"" != x ]; then \
  1992. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
  1993. else true; fi
  1994. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o pex-unix.o
  1995. yes
  1996. checking whether getchar_unlocked is declared... yes
  1997. checking for size_t... if [ x"" != x ]; then \
  1998. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
  1999. else true; fi
  2000. if [ x"-fpic" != x ]; then \
  2001. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  2002. else true; fi
  2003. if [ x"" != x ]; then \
  2004. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
  2005. else true; fi
  2006. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o vprintf-support.o
  2007. yes
  2008. if [ x"" != x ]; then \
  2009. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
  2010. else true; fi
  2011. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o
  2012. checking whether getc_unlocked is declared... yes
  2013. if [ x"" != x ]; then \
  2014. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  2015. else true; fi
  2016. checking for ssize_t... if [ x"" != x ]; then \
  2017. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
  2018. else true; fi
  2019. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o safe-ctype.o
  2020. /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o mmapio.lo ../../libbacktrace/mmapio.c
  2021. if [ x"-fpic" != x ]; then \
  2022. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \
  2023. else true; fi
  2024. if [ x"" != x ]; then \
  2025. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o pic/simple-object.o; \
  2026. else true; fi
  2027. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/mmapio.c -o mmapio.o
  2028. if [ x"" != x ]; then \
  2029. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o noasan/simple-object.o; \
  2030. else true; fi
  2031. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o simple-object.o
  2032. yes
  2033. checking whether putchar_unlocked is declared... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o mmap.lo ../../libbacktrace/mmap.c
  2034. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../libbacktrace/mmap.c -o mmap.o
  2035. yes
  2036. checking for uintptr_t... if [ x"" != x ]; then \
  2037. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/objalloc.c -o noasan/objalloc.o; \
  2038. else true; fi
  2039. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o
  2040. yes
  2041. checking whether putc_unlocked is declared... if [ x"" != x ]; then \
  2042. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  2043. else true; fi
  2044. if [ x"" != x ]; then \
  2045. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
  2046. else true; fi
  2047. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o simple-object-coff.o
  2048. if [ x"-fpic" != x ]; then \
  2049. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/obstack.c -o pic/obstack.o; \
  2050. else true; fi
  2051. yes
  2052. yes
  2053. checking for ptrdiff_t... checking for an ANSI C-conforming const... /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -I/home/mpfj/buildroot/output/host/usr/include -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
  2054. yes
  2055. checking sys/mman.h usability... if [ x"" != x ]; then \
  2056. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/obstack.c -o noasan/obstack.o; \
  2057. else true; fi
  2058. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o
  2059. yes
  2060. checking sys/mman.h presence... if [ x"" != x ]; then \
  2061. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  2062. else true; fi
  2063. yes
  2064. checking for uint64_t... if [ x"" != x ]; then \
  2065. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
  2066. else true; fi
  2067. libtool: link: /usr/bin/ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
  2068. /usr/bin/ar: yes
  2069. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o simple-object-elf.o
  2070. checking for sys/mman.h... `u' modifier ignored since `D' is the default (see `U')
  2071. yes
  2072. checking for mmap... libtool: link: /usr/bin/ranlib .libs/libbacktrace.a
  2073. if [ x"-fpic" != x ]; then \
  2074. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/partition.c -o pic/partition.o; \
  2075. else true; fi
  2076. libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
  2077. if [ x"-fpic" != x ]; then \
  2078. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pexecute.c -o pic/pexecute.o; \
  2079. else true; fi
  2080. yes
  2081. checking whether struct tm is in sys/time.h or time.h... yes
  2082. checking whether read-only mmap of a plain file works... yes
  2083. checking whether mmap from /dev/zero works... yes
  2084. checking for MAP_ANON(YMOUS)... if [ x"" != x ]; then \
  2085. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pexecute.c -o noasan/pexecute.o; \
  2086. else true; fi
  2087. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o
  2088. time.h
  2089. checking size of int... if [ x"" != x ]; then \
  2090. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/partition.c -o noasan/partition.o; \
  2091. else true; fi
  2092. yes
  2093. checking whether mmap with MAP_ANON(YMOUS) works... yes
  2094. checking whether to enable maintainer-specific portions of Makefiles... no
  2095. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o
  2096. if [ x"-fpic" != x ]; then \
  2097. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/physmem.c -o pic/physmem.o; \
  2098. else true; fi
  2099. configure: updating cache ./config.cache
  2100. configure: creating ./config.status
  2101. 4
  2102. if [ x"" != x ]; then \
  2103. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/physmem.c -o noasan/physmem.o; \
  2104. else true; fi
  2105. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o
  2106. checking size of long... if [ x"" != x ]; then \
  2107. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  2108. else true; fi
  2109. if [ x"" != x ]; then \
  2110. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  2111. else true; fi
  2112. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  2113. if [ x"-fpic" != x ]; then \
  2114. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-common.c -o pic/pex-common.o; \
  2115. else true; fi
  2116. if [ x"-fpic" != x ]; then \
  2117. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-one.c -o pic/pex-one.o; \
  2118. else true; fi
  2119. 8
  2120. checking for clearerr_unlocked... if [ x"" != x ]; then \
  2121. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-one.c -o noasan/pex-one.o; \
  2122. else true; fi
  2123. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o
  2124. yes
  2125. if [ x"" != x ]; then \
  2126. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  2127. else true; fi
  2128. checking for feof_unlocked... if [ x"" != x ]; then \
  2129. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  2130. else true; fi
  2131. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  2132. yes
  2133. checking for ferror_unlocked... if [ x"" != x ]; then \
  2134. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-common.c -o noasan/pex-common.o; \
  2135. else true; fi
  2136. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o
  2137. yes
  2138. checking for fflush_unlocked... if [ x"-fpic" != x ]; then \
  2139. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \
  2140. else true; fi
  2141. yes
  2142. checking for fgetc_unlocked... if [ x"" != x ]; then \
  2143. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o pic/sort.o; \
  2144. else true; fi
  2145. if [ x"" != x ]; then \
  2146. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o noasan/sort.o; \
  2147. else true; fi
  2148. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o sort.o
  2149. config.status: creating Makefile
  2150. yes
  2151. checking for fgets_unlocked... if [ x"" != x ]; then \
  2152. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \
  2153. else true; fi
  2154. if [ x"" != x ]; then \
  2155. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o pic/spaces.o; \
  2156. else true; fi
  2157. config.status: creating mkheaders.almost
  2158. if [ x"" != x ]; then \
  2159. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o noasan/spaces.o; \
  2160. else true; fi
  2161. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o spaces.o
  2162. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o
  2163. if [ x"" != x ]; then \
  2164. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  2165. else true; fi
  2166. if [ x"" != x ]; then \
  2167. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
  2168. else true; fi
  2169. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o splay-tree.o
  2170. config.status: creating config.h
  2171. yes
  2172. if [ x"" != x ]; then \
  2173. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  2174. else true; fi
  2175. if [ x"" != x ]; then \
  2176. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
  2177. else true; fi
  2178. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o stack-limit.o
  2179. checking for fileno_unlocked... if [ x"-fpic" != x ]; then \
  2180. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \
  2181. else true; fi
  2182. if [ x"-fpic" != x ]; then \
  2183. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  2184. else true; fi
  2185. if [ x"" != x ]; then \
  2186. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o pic/strerror.o; \
  2187. else true; fi
  2188. if [ x"" != x ]; then \
  2189. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o noasan/strerror.o; \
  2190. else true; fi
  2191. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o strerror.o
  2192. if [ x"-fpic" != x ]; then \
  2193. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object.c -o pic/simple-object.o; \
  2194. else true; fi
  2195. yes
  2196. checking for fprintf_unlocked... if [ x"" != x ]; then \
  2197. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
  2198. else true; fi
  2199. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o
  2200. if [ x"" != x ]; then \
  2201. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
  2202. else true; fi
  2203. if [ x"-fpic" != x ]; then \
  2204. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  2205. else true; fi
  2206. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o
  2207. if [ x"" != x ]; then \
  2208. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o pic/strsignal.o; \
  2209. else true; fi
  2210. if [ x"" != x ]; then \
  2211. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o noasan/strsignal.o; \
  2212. else true; fi
  2213. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o strsignal.o
  2214. if [ x"" != x ]; then \
  2215. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  2216. else true; fi
  2217. if [ x"" != x ]; then \
  2218. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
  2219. else true; fi
  2220. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o timeval-utils.o
  2221. no
  2222. if [ x"-fpic" != x ]; then \
  2223. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  2224. else true; fi
  2225. checking for fputc_unlocked... if [ x"" != x ]; then \
  2226. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  2227. else true; fi
  2228. if [ x"" != x ]; then \
  2229. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object.c -o noasan/simple-object.o; \
  2230. else true; fi
  2231. if [ x"" != x ]; then \
  2232. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  2233. else true; fi
  2234. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  2235. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o
  2236. if [ x"" != x ]; then \
  2237. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \
  2238. else true; fi
  2239. if [ x"" != x ]; then \
  2240. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
  2241. else true; fi
  2242. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o xasprintf.o
  2243. yes
  2244. if [ x"" != x ]; then \
  2245. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
  2246. else true; fi
  2247. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o
  2248. checking for fputs_unlocked... if [ x"" != x ]; then \
  2249. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o pic/xatexit.o; \
  2250. else true; fi
  2251. if [ x"" != x ]; then \
  2252. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o noasan/xatexit.o; \
  2253. else true; fi
  2254. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o xatexit.o
  2255. yes
  2256. if [ x"" != x ]; then \
  2257. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o pic/xexit.o; \
  2258. else true; fi
  2259. if [ x"" != x ]; then \
  2260. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o noasan/xexit.o; \
  2261. else true; fi
  2262. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o xexit.o
  2263. if [ x"" != x ]; then \
  2264. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  2265. else true; fi
  2266. checking for fread_unlocked... if [ x"" != x ]; then \
  2267. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
  2268. else true; fi
  2269. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o xmalloc.o
  2270. if [ x"-fpic" != x ]; then \
  2271. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  2272. else true; fi
  2273. if [ x"" != x ]; then \
  2274. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
  2275. else true; fi
  2276. yes
  2277. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o
  2278. checking for fwrite_unlocked... if [ x"-fpic" != x ]; then \
  2279. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  2280. else true; fi
  2281. if [ x"" != x ]; then \
  2282. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  2283. else true; fi
  2284. if [ x"" != x ]; then \
  2285. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
  2286. else true; fi
  2287. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o xmemdup.o
  2288. yes
  2289. if [ x"" != x ]; then \
  2290. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  2291. else true; fi
  2292. if [ x"" != x ]; then \
  2293. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
  2294. else true; fi
  2295. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o xstrdup.o
  2296. checking for getchar_unlocked... if [ x"" != x ]; then \
  2297. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  2298. else true; fi
  2299. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  2300. if [ x"" != x ]; then \
  2301. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  2302. else true; fi
  2303. if [ x"" != x ]; then \
  2304. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
  2305. else true; fi
  2306. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o xstrerror.o
  2307. if [ x"" != x ]; then \
  2308. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  2309. else true; fi
  2310. if [ x"" != x ]; then \
  2311. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  2312. else true; fi
  2313. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  2314. if [ x"" != x ]; then \
  2315. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
  2316. else true; fi
  2317. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o xstrndup.o
  2318. if [ x"" != x ]; then \
  2319. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
  2320. else true; fi
  2321. yes
  2322. if [ x"" != x ]; then \
  2323. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
  2324. else true; fi
  2325. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o xvasprintf.o
  2326. if [ x"" != x ]; then \
  2327. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  2328. else true; fi
  2329. checking for getc_unlocked... if [ x"" != x ]; then \
  2330. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
  2331. else true; fi
  2332. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o setproctitle.o
  2333. if [ x"-fpic" != x ]; then \
  2334. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/sort.c -o pic/sort.o; \
  2335. else true; fi
  2336. if [ x"-fpic" != x ]; then \
  2337. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/spaces.c -o pic/spaces.o; \
  2338. else true; fi
  2339. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  2340. /usr/bin/ar rc ./libiberty.a \
  2341. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
  2342. /usr/bin/ranlib ./libiberty.a
  2343. if [ x"" != x ]; then \
  2344. cd pic; \
  2345. /usr/bin/ar rc ./libiberty.a \
  2346. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
  2347. /usr/bin/ranlib ./libiberty.a; \
  2348. cd ..; \
  2349. else true; fi; \
  2350. if [ x"" != x ]; then \
  2351. cd noasan; \
  2352. /usr/bin/ar rc ./libiberty.a \
  2353. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
  2354. /usr/bin/ranlib ./libiberty.a; \
  2355. cd ..; \
  2356. else true; fi
  2357. yes
  2358. checking for putchar_unlocked... if [ x"" != x ]; then \
  2359. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/spaces.c -o noasan/spaces.o; \
  2360. else true; fi
  2361. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o
  2362. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c
  2363. if [ x"" != x ]; then \
  2364. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/sort.c -o noasan/sort.o; \
  2365. else true; fi
  2366. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o
  2367. yes
  2368. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c
  2369. checking for putc_unlocked... /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c
  2370. yes
  2371. checking whether abort is declared... if [ x"-fpic" != x ]; then \
  2372. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \
  2373. else true; fi
  2374. yes
  2375. checking whether asprintf is declared... yes
  2376. if [ x"" != x ]; then \
  2377. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \
  2378. else true; fi
  2379. checking whether basename is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o
  2380. yes
  2381. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../libcpp/charset.c
  2382. checking whether errno is declared... no
  2383. checking whether getopt is declared... if [ x"-fpic" != x ]; then \
  2384. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/stack-limit.c -o pic/stack-limit.o; \
  2385. else true; fi
  2386. yes
  2387. if [ x"" != x ]; then \
  2388. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \
  2389. else true; fi
  2390. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o
  2391. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c
  2392. checking whether vasprintf is declared... if [ x"-fpic" != x ]; then \
  2393. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/strerror.c -o pic/strerror.o; \
  2394. else true; fi
  2395. yes
  2396. checking whether clearerr_unlocked is declared... if [ x"" != x ]; then \
  2397. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/strerror.c -o noasan/strerror.o; \
  2398. else true; fi
  2399. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o
  2400. if [ x"-fpic" != x ]; then \
  2401. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \
  2402. else true; fi
  2403. yes
  2404. checking whether feof_unlocked is declared... /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c
  2405. if [ x"" != x ]; then \
  2406. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/strsignal.c -o noasan/strsignal.o; \
  2407. else true; fi
  2408. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o
  2409. yes
  2410. checking whether ferror_unlocked is declared... if [ x"-fpic" != x ]; then \
  2411. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  2412. else true; fi
  2413. yes
  2414. if [ x"" != x ]; then \
  2415. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
  2416. else true; fi
  2417. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o
  2418. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c
  2419. checking whether fflush_unlocked is declared... if [ x"-fpic" != x ]; then \
  2420. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  2421. else true; fi
  2422. if [ x"-fpic" != x ]; then \
  2423. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xasprintf.c -o pic/xasprintf.o; \
  2424. else true; fi
  2425. if [ x"" != x ]; then \
  2426. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  2427. else true; fi
  2428. if [ x"" != x ]; then \
  2429. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \
  2430. else true; fi
  2431. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c
  2432. yes
  2433. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o
  2434. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  2435. checking whether fgetc_unlocked is declared... /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../libcpp/directives.c
  2436. if [ x"-fpic" != x ]; then \
  2437. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xatexit.c -o pic/xatexit.o; \
  2438. else true; fi
  2439. yes
  2440. checking whether fgets_unlocked is declared... if [ x"" != x ]; then \
  2441. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xatexit.c -o noasan/xatexit.o; \
  2442. else true; fi
  2443. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o
  2444. yes
  2445. checking whether fileno_unlocked is declared... if [ x"-fpic" != x ]; then \
  2446. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xexit.c -o pic/xexit.o; \
  2447. else true; fi
  2448. yes
  2449. checking whether fprintf_unlocked is declared... srcdir="../../../fixincludes" /bin/bash ../../../fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabihf
  2450. if [ x"" != x ]; then \
  2451. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xexit.c -o noasan/xexit.o; \
  2452. else true; fi
  2453. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o
  2454. no
  2455. checking whether fputc_unlocked is declared... sed -e 's/@gcc_version@/6.3.0/' < mkheaders.almost > mkheadersT
  2456. if [ x"-fpic" != x ]; then \
  2457. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \
  2458. else true; fi
  2459. mv -f mkheadersT mkheaders
  2460. /usr/bin/gcc -O2 -I/home/mpfj/buildroot/output/host/usr/include -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  2461. yes
  2462. checking whether fputs_unlocked is declared... if [ x"" != x ]; then \
  2463. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \
  2464. else true; fi
  2465. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o
  2466. yes
  2467. checking whether fread_unlocked is declared... if [ x"-fpic" != x ]; then \
  2468. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \
  2469. else true; fi
  2470. echo timestamp > full-stamp
  2471. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../libcpp/directives-only.c
  2472. yes
  2473. checking whether fwrite_unlocked is declared... if [ x"" != x ]; then \
  2474. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \
  2475. else true; fi
  2476. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o
  2477. yes
  2478. checking whether getchar_unlocked is declared... if [ x"-fpic" != x ]; then \
  2479. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \
  2480. else true; fi
  2481. yes
  2482. if [ x"" != x ]; then \
  2483. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \
  2484. else true; fi
  2485. checking whether getc_unlocked is declared... /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o
  2486. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../libcpp/errors.c
  2487. if [ x"-fpic" != x ]; then \
  2488. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \
  2489. else true; fi
  2490. yes
  2491. checking whether putchar_unlocked is declared... if [ x"" != x ]; then \
  2492. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \
  2493. else true; fi
  2494. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o
  2495. if [ x"-fpic" != x ]; then \
  2496. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \
  2497. else true; fi
  2498. yes
  2499. if [ x"" != x ]; then \
  2500. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \
  2501. else true; fi
  2502. if [ x"-fpic" != x ]; then \
  2503. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \
  2504. else true; fi
  2505. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o
  2506. if [ x"-fpic" != x ]; then \
  2507. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/setproctitle.c -o pic/setproctitle.o; \
  2508. else true; fi
  2509. checking whether putc_unlocked is declared... if [ x"" != x ]; then \
  2510. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
  2511. else true; fi
  2512. if [ x"" != x ]; then \
  2513. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \
  2514. else true; fi
  2515. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o
  2516. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o
  2517. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../libcpp/expr.c
  2518. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../libcpp/files.c
  2519. yes
  2520. checking for working alloca.h... echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
  2521. yes
  2522. checking for alloca... make[4]: Nothing to be done for 'all'.
  2523. if [ x"-fpic" != x ]; then \
  2524. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/regex.c -o pic/regex.o; \
  2525. else true; fi
  2526. yes
  2527. checking for ANSI C header files... (cached) yes
  2528. checking for nl_langinfo and CODESET... ../../../libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
  2529. ../../../libcpp/expr.c:686:18: warning: format not a string literal and no format arguments [-Wformat-security]
  2530. 0, message);
  2531. ^
  2532. ../../../libcpp/expr.c:689:39: warning: format not a string literal and no format arguments [-Wformat-security]
  2533. virtual_location, 0, message);
  2534. ^
  2535. yes
  2536. checking whether NLS is requested... no
  2537. checking for uchar... if [ x"-fpic" != x ]; then \
  2538. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  2539. else true; fi
  2540.  
  2541. checking for ld used by GCC... /usr/bin/ld
  2542. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2543. checking for shared library run path origin... if [ x"-fpic" != x ]; then \
  2544. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  2545. else true; fi
  2546. done
  2547. checking for iconv... /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../libcpp/identifiers.c
  2548. yes
  2549. checking for iconv declaration... echo "#define LOCALEDIR \"/home/mpfj/buildroot/output/host/usr/share/locale\"" > localedir.new
  2550. ../../../libcpp/../move-if-change localedir.new localedir.h
  2551. echo timestamp > localedir.hs
  2552. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../libcpp/lex.c
  2553. install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2554. configure: updating cache ./config.cache
  2555. configure: creating ./config.status
  2556. config.status: creating Makefile
  2557. if [ x"" != x ]; then \
  2558. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
  2559. else true; fi
  2560. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o
  2561. config.status: creating config.h
  2562. config.status: executing depdir commands
  2563. mkdir -p -- .deps
  2564. if [ x"-fpic" != x ]; then \
  2565. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/md5.c -o pic/md5.o; \
  2566. else true; fi
  2567. if [ x"" != x ]; then \
  2568. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/regex.c -o noasan/regex.o; \
  2569. else true; fi
  2570. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o
  2571. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../libcpp/line-map.c
  2572. if [ x"" != x ]; then \
  2573. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
  2574. else true; fi
  2575. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o
  2576. if [ x"" != x ]; then \
  2577. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/md5.c -o noasan/md5.o; \
  2578. else true; fi
  2579. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o
  2580. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../libcpp/macro.c
  2581. ../../../libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
  2582. ../../../libcpp/macro.c:3093:58: warning: format not a string literal and no format arguments [-Wformat-security]
  2583. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2584. ^
  2585. ../../../libcpp/macro.c:3106:58: warning: format not a string literal and no format arguments [-Wformat-security]
  2586. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2587. ^
  2588. if [ x"-fpic" != x ]; then \
  2589. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/sha1.c -o pic/sha1.o; \
  2590. else true; fi
  2591. if [ x"-fpic" != x ]; then \
  2592. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/alloca.c -o pic/alloca.o; \
  2593. else true; fi
  2594. if [ x"" != x ]; then \
  2595. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/sha1.c -o noasan/sha1.o; \
  2596. else true; fi
  2597. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o
  2598. if [ x"" != x ]; then \
  2599. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/alloca.c -o noasan/alloca.o; \
  2600. else true; fi
  2601. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o
  2602. if [ x"-fpic" != x ]; then \
  2603. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/argv.c -o pic/argv.o; \
  2604. else true; fi
  2605. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../libcpp/mkdeps.c
  2606. if [ x"" != x ]; then \
  2607. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/argv.c -o noasan/argv.o; \
  2608. else true; fi
  2609. if [ x"-fpic" != x ]; then \
  2610. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \
  2611. else true; fi
  2612. if [ x"-fpic" != x ]; then \
  2613. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/concat.c -o pic/concat.o; \
  2614. else true; fi
  2615. if [ x"-fpic" != x ]; then \
  2616. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \
  2617. else true; fi
  2618. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../libcpp/pch.c
  2619. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o
  2620. if [ x"" != x ]; then \
  2621. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \
  2622. else true; fi
  2623. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o
  2624. if [ x"" != x ]; then \
  2625. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \
  2626. else true; fi
  2627. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o
  2628. if [ x"" != x ]; then \
  2629. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/concat.c -o noasan/concat.o; \
  2630. else true; fi
  2631. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o
  2632. if [ x"-fpic" != x ]; then \
  2633. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/crc32.c -o pic/crc32.o; \
  2634. else true; fi
  2635. if [ x"-fpic" != x ]; then \
  2636. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/d-demangle.c -o pic/d-demangle.o; \
  2637. else true; fi
  2638. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../libcpp/symtab.c
  2639. if [ x"" != x ]; then \
  2640. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/crc32.c -o noasan/crc32.o; \
  2641. else true; fi
  2642. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o
  2643. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../libcpp/traditional.c
  2644. /usr/bin/g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../libcpp/init.c
  2645. if [ x"" != x ]; then \
  2646. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \
  2647. else true; fi
  2648. /usr/bin/gcc -c -DHAVE_CONFIG_H -O2 -I/home/mpfj/buildroot/output/host/usr/include -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o
  2649. rm -f libcpp.a
  2650. ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
  2651. ar: `u' modifier ignored since `D' is the default (see `U')
  2652. /usr/bin/ranlib libcpp.a
  2653. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  2654. /usr/bin/ar rc ./libiberty.a \
  2655. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o
  2656. /usr/bin/ranlib ./libiberty.a
  2657. if [ x"-fpic" != x ]; then \
  2658. cd pic; \
  2659. /usr/bin/ar rc ./libiberty.a \
  2660. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
  2661. /usr/bin/ranlib ./libiberty.a; \
  2662. cd ..; \
  2663. else true; fi; \
  2664. if [ x"" != x ]; then \
  2665. cd noasan; \
  2666. /usr/bin/ar rc ./libiberty.a \
  2667. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \
  2668. /usr/bin/ranlib ./libiberty.a; \
  2669. cd ..; \
  2670. else true; fi
  2671. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixincl.c
  2672. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixtests.c
  2673. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixfixes.c
  2674. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c
  2675. /usr/bin/make all-am
  2676. /bin/bash ./libtool --tag=CC --tag=disable-static --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/mpfj/buildroot/output/host/usr/include -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c
  2677. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c
  2678. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -O2 -I/home/mpfj/buildroot/output/host/usr/include -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o
  2679. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c
  2680. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/server.c
  2681. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/procopen.c
  2682. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c
  2683. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixlib.c
  2684. /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link /usr/bin/gcc -Wall -O2 -I/home/mpfj/buildroot/output/host/usr/include -Wc,-static-libgcc -module -bindir /home/mpfj/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabihf/6.3.0 -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' '-L/home/mpfj/buildroot/output/host/lib' '-L/home/mpfj/buildroot/output/host/usr/lib' '-Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib' -o liblto_plugin.la -rpath /home/mpfj/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabihf/6.3.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a
  2685. /usr/bin/gcc -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixopts.c
  2686. srcdir="../../fixincludes" /bin/bash ../../fixincludes/mkfixinc.sh arm-buildroot-linux-uclibcgnueabihf
  2687. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c
  2688. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/lto-plugin.o -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -static-libgcc -static-libstdc++ -static-libgcc -Wl,-rpath -Wl,/home/mpfj/buildroot/output/host/usr/lib ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so.0 -o .libs/liblto_plugin.so.0.0.0
  2689. sed -e 's/@gcc_version@/6.3.0/' < mkheaders.almost > mkheadersT
  2690. mv -f mkheadersT mkheaders
  2691. /usr/bin/gcc -O2 -I/home/mpfj/buildroot/output/host/usr/include -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  2692. libtool: link: (cd ".libs" && rm -f "liblto_plugin.so.0" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so.0")
  2693. ../../libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
  2694. ../../libcpp/expr.c:686:18: warning: format not a string literal and no format arguments [-Wformat-security]
  2695. 0, message);
  2696. ^
  2697. ../../libcpp/expr.c:689:39: warning: format not a string literal and no format arguments [-Wformat-security]
  2698. virtual_location, 0, message);
  2699. ^
  2700. libtool: link: (cd ".libs" && rm -f "liblto_plugin.so" && ln -s "liblto_plugin.so.0.0.0" "liblto_plugin.so")
  2701. echo timestamp > full-stamp
  2702. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c
  2703. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c
  2704. libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" )
  2705. mkdir -p -- ../gcc
  2706. echo "#define LOCALEDIR \"/home/mpfj/buildroot/output/host/usr/share/locale\"" > localedir.new
  2707. ../../libcpp/../move-if-change localedir.new localedir.h
  2708. echo timestamp > localedir.hs
  2709. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c
  2710. libtool: install: /usr/bin/install -c .libs/liblto_plugin.so.0.0.0 /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/lto-plugin/../gcc/liblto_plugin.so.0.0.0
  2711. libtool: install: (cd /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
  2712. libtool: install: (cd /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/lto-plugin/../gcc && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
  2713. libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/lto-plugin/../gcc/liblto_plugin.la
  2714. libtool: install: warning: remember to run `libtool --finish /home/mpfj/buildroot/output/host/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabihf/6.3.0'
  2715. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c
  2716. Configuring in ./gcc
  2717. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c
  2718. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c
  2719. ../../libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
  2720. ../../libcpp/macro.c:3093:58: warning: format not a string literal and no format arguments [-Wformat-security]
  2721. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2722. ^
  2723. ../../libcpp/macro.c:3106:58: warning: format not a string literal and no format arguments [-Wformat-security]
  2724. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2725. ^
  2726. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c
  2727. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c
  2728. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c
  2729. /usr/bin/g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -I/home/mpfj/buildroot/output/host/usr/include -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c
  2730. configure: creating cache ./config.cache
  2731. checking build system type... x86_64-pc-linux-gnu
  2732. checking host system type... x86_64-pc-linux-gnu
  2733. checking target system type... arm-buildroot-linux-uclibcgnueabihf
  2734. checking LIBRARY_PATH variable... ok
  2735. checking GCC_EXEC_PREFIX variable... ok
  2736. checking whether to place generated files in the source directory... no
  2737. checking whether a default linker was specified... no
  2738. checking whether a default assembler was specified... no
  2739. checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc
  2740. checking for C compiler default output file name... rm -f libcpp.a
  2741. /usr/bin/ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
  2742. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  2743. /usr/bin/ranlib libcpp.a
  2744. a.out
  2745. checking whether the C compiler works... yes
  2746. checking whether we are cross compiling... no
  2747. checking for suffix of executables...
  2748. checking for suffix of object files... o
  2749. checking whether we are using the GNU C compiler... yes
  2750. checking whether /usr/bin/gcc accepts -g... yes
  2751. checking for /usr/bin/gcc option to accept ISO C89... none needed
  2752. checking whether we are using the GNU C++ compiler... yes
  2753. checking whether /usr/bin/g++ accepts -g... yes
  2754. checking for x86_64-pc-linux-gnu-gnatbind... no
  2755. checking for gnatbind... no
  2756. checking for x86_64-pc-linux-gnu-gnatmake... no
  2757. checking for gnatmake... no
  2758. checking whether compiler driver understands Ada... no
  2759. checking how to run the C++ preprocessor... /usr/bin/g++ -E
  2760. checking for grep that handles long lines and -e... /bin/grep
  2761. checking for egrep... /bin/grep -E
  2762. checking for ANSI C header files... yes
  2763. checking for sys/types.h... yes
  2764. checking for sys/stat.h... yes
  2765. checking for stdlib.h... yes
  2766. checking for string.h... yes
  2767. checking for memory.h... yes
  2768. checking for strings.h... yes
  2769. checking for inttypes.h... yes
  2770. checking for stdint.h... yes
  2771. checking for unistd.h... yes
  2772. checking minix/config.h usability... no
  2773. checking minix/config.h presence... no
  2774. checking for minix/config.h... no
  2775. checking whether it is safe to define __EXTENSIONS__... yes
  2776. checking how to run the C preprocessor... /usr/bin/gcc -E
  2777. checking for inline... inline
  2778. checking size of void *... 8
  2779. checking size of short... 2
  2780. checking size of int... 4
  2781. checking size of long... 8
  2782. checking for long long... yes
  2783. checking size of long long... 8
  2784. checking for int8_t... yes
  2785. checking for int16_t... yes
  2786. checking for int32_t... yes
  2787. checking for int64_t... yes
  2788. checking for long long int... yes
  2789. checking for intmax_t... yes
  2790. checking for intptr_t... yes
  2791. checking for uint8_t... yes
  2792. checking for uint16_t... yes
  2793. checking for uint32_t... yes
  2794. checking for uint64_t... yes
  2795. checking for unsigned long long int... yes
  2796. checking for uintmax_t... yes
  2797. checking for uintptr_t... yes
  2798. checking for int64_t underlying type... long
  2799. checking for std::swap in <utility>... yes
  2800. checking whether /usr/bin/g++ is affected by placement new aliasing bug... no
  2801. checking whether /usr/bin/g++ supports -W... yes
  2802. checking whether /usr/bin/g++ supports -Wall... yes
  2803. checking whether /usr/bin/g++ supports -Wnarrowing... yes
  2804. checking whether /usr/bin/g++ supports -Wwrite-strings... yes
  2805. checking whether /usr/bin/g++ supports -Wcast-qual... yes
  2806. checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes
  2807. checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes
  2808. checking whether /usr/bin/g++ supports -Wmissing-format-attribute... yes
  2809. checking whether /usr/bin/g++ supports -Woverloaded-virtual... yes
  2810. checking whether /usr/bin/gcc supports -Wold-style-definition... yes
  2811. checking whether /usr/bin/gcc supports -Wc++-compat... yes
  2812. checking whether /usr/bin/g++ supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  2813. checking whether /usr/bin/gcc supports -fno-exceptions... yes
  2814. checking whether /usr/bin/gcc supports -fno-rtti... yes
  2815. checking whether /usr/bin/gcc supports -fasynchronous-unwind-tables... yes
  2816. checking valgrind.h usability... no
  2817. checking valgrind.h presence... no
  2818. checking for valgrind.h... no
  2819. checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
  2820. checking for VALGRIND_DISCARD in <memcheck.h>... no
  2821. checking for multiarch configuration... auto
  2822. checking whether make sets $(MAKE)... yes
  2823. checking for gawk... mawk
  2824. checking whether ln -s works... yes
  2825. checking whether ln works... yes
  2826. checking for x86_64-pc-linux-gnu-ranlib... /usr/bin/ranlib
  2827. checking for a BSD compatible install... /usr/bin/install -c
  2828. checking for cmp's capabilities... gnucompare
  2829. checking for mktemp... yes
  2830. checking for makeinfo... /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo
  2831. checking for modern makeinfo... yes
  2832. checking for recent Pod::Man... yes
  2833. checking for flex... flex
  2834. checking for bison... bison
  2835. checking for nm... /usr/bin/nm
  2836. checking for ar... /usr/bin/ar
  2837. checking for sphinx-build... texinfo
  2838. checking for ANSI C header files... (cached) yes
  2839. checking whether time.h and sys/time.h may both be included... yes
  2840. checking whether string.h and strings.h may both be included... yes
  2841. checking for sys/wait.h that is POSIX.1 compatible... yes
  2842. checking whether termios.h defines TIOCGWINSZ... no
  2843. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  2844. checking for limits.h... yes
  2845. checking for stddef.h... yes
  2846. checking for string.h... (cached) yes
  2847. checking for strings.h... (cached) yes
  2848. checking for stdlib.h... (cached) yes
  2849. checking for time.h... yes
  2850. checking for iconv.h... yes
  2851. checking for fcntl.h... yes
  2852. checking for ftw.h... yes
  2853. checking for unistd.h... (cached) yes
  2854. checking for sys/file.h... yes
  2855. checking for sys/time.h... yes
  2856. checking for sys/mman.h... yes
  2857. checking for sys/resource.h... yes
  2858. checking for sys/param.h... yes
  2859. checking for sys/times.h... yes
  2860. checking for sys/stat.h... (cached) yes
  2861. checking for direct.h... no
  2862. checking for malloc.h... yes
  2863. checking for langinfo.h... yes
  2864. checking for ldfcn.h... no
  2865. checking for locale.h... yes
  2866. checking for wchar.h... yes
  2867. checking for thread.h... no
  2868. checking for pthread.h... yes
  2869. checking for CHAR_BIT... yes
  2870. checking whether byte ordering is bigendian... no
  2871. checking how to run the C++ preprocessor... /usr/bin/g++ -E
  2872. checking for unordered_map... no
  2873. checking for tr1/unordered_map... yes
  2874. checking for ext/hash_map... yes
  2875. checking dependency style of /usr/bin/g++... gcc3
  2876. checking for collect2 libraries... none required
  2877. checking for library containing exc_resume... no
  2878. checking for library containing kstat_open... no
  2879. checking for library containing ldexp... none required
  2880. checking for inttypes.h... yes
  2881. checking for times... yes
  2882. checking for clock... yes
  2883. checking for kill... yes
  2884. checking for getrlimit... yes
  2885. checking for setrlimit... yes
  2886. checking for atoq... no
  2887. checking for popen... yes
  2888. checking for sysconf... yes
  2889. checking for strsignal... yes
  2890. checking for getrusage... yes
  2891. checking for nl_langinfo... yes
  2892. checking for gettimeofday... yes
  2893. checking for mbstowcs... yes
  2894. checking for wcswidth... yes
  2895. checking for mmap... yes
  2896. checking for setlocale... yes
  2897. checking for clearerr_unlocked... yes
  2898. checking for feof_unlocked... yes
  2899. checking for ferror_unlocked... yes
  2900. checking for fflush_unlocked... yes
  2901. checking for fgetc_unlocked... yes
  2902. checking for fgets_unlocked... yes
  2903. checking for fileno_unlocked... yes
  2904. checking for fprintf_unlocked... no
  2905. checking for fputc_unlocked... yes
  2906. checking for fputs_unlocked... yes
  2907. checking for fread_unlocked... yes
  2908. checking for fwrite_unlocked... yes
  2909. checking for getchar_unlocked... yes
  2910. checking for getc_unlocked... yes
  2911. checking for putchar_unlocked... yes
  2912. checking for putc_unlocked... yes
  2913. checking for madvise... yes
  2914. checking whether mbstowcs works... yes
  2915. checking for ssize_t... yes
  2916. checking for caddr_t... yes
  2917. checking for sys/mman.h... (cached) yes
  2918. checking for mmap... (cached) yes
  2919. checking whether read-only mmap of a plain file works... yes
  2920. checking whether mmap from /dev/zero works... yes
  2921. checking for MAP_ANON(YMOUS)... yes
  2922. checking whether mmap with MAP_ANON(YMOUS) works... yes
  2923. checking for pid_t... yes
  2924. checking for vfork.h... no
  2925. checking for fork... yes
  2926. checking for vfork... yes
  2927. checking for working fork... yes
  2928. checking for working vfork... (cached) yes
  2929. checking for ld used by GCC... /usr/bin/ld
  2930. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2931. checking for shared library run path origin... done
  2932. checking for iconv... yes
  2933. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2934. checking for LC_MESSAGES... yes
  2935. checking for nl_langinfo and CODESET... yes
  2936. checking whether basename is declared... yes
  2937. checking whether strstr is declared... yes
  2938. checking whether getenv is declared... yes
  2939. checking whether atol is declared... yes
  2940. checking whether atoll is declared... yes
  2941. checking whether asprintf is declared... yes
  2942. checking whether sbrk is declared... yes
  2943. checking whether abort is declared... yes
  2944. checking whether atof is declared... yes
  2945. checking whether getcwd is declared... yes
  2946. checking whether getwd is declared... yes
  2947. checking whether madvise is declared... yes
  2948. checking whether stpcpy is declared... yes
  2949. checking whether strnlen is declared... yes
  2950. checking whether strsignal is declared... yes
  2951. checking whether strverscmp is declared... yes
  2952. checking whether strtol is declared... yes
  2953. checking whether strtoul is declared... yes
  2954. checking whether strtoll is declared... yes
  2955. checking whether strtoull is declared... yes
  2956. checking whether setenv is declared... yes
  2957. checking whether unsetenv is declared... yes
  2958. checking whether errno is declared... yes
  2959. checking whether snprintf is declared... yes
  2960. checking whether vsnprintf is declared... yes
  2961. checking whether vasprintf is declared... yes
  2962. checking whether malloc is declared... yes
  2963. checking whether realloc is declared... yes
  2964. checking whether calloc is declared... yes
  2965. checking whether free is declared... yes
  2966. checking whether getopt is declared... no
  2967. checking whether clock is declared... yes
  2968. checking whether getpagesize is declared... yes
  2969. checking whether ffs is declared... yes
  2970. checking whether clearerr_unlocked is declared... yes
  2971. checking whether feof_unlocked is declared... yes
  2972. checking whether ferror_unlocked is declared... yes
  2973. checking whether fflush_unlocked is declared... yes
  2974. checking whether fgetc_unlocked is declared... yes
  2975. checking whether fgets_unlocked is declared... yes
  2976. checking whether fileno_unlocked is declared... yes
  2977. checking whether fprintf_unlocked is declared... no
  2978. checking whether fputc_unlocked is declared... yes
  2979. checking whether fputs_unlocked is declared... yes
  2980. checking whether fread_unlocked is declared... yes
  2981. checking whether fwrite_unlocked is declared... yes
  2982. checking whether getchar_unlocked is declared... yes
  2983. checking whether getc_unlocked is declared... yes
  2984. checking whether putchar_unlocked is declared... yes
  2985. checking whether putc_unlocked is declared... yes
  2986. checking whether getrlimit is declared... yes
  2987. checking whether setrlimit is declared... yes
  2988. checking whether getrusage is declared... yes
  2989. checking whether ldgetname is declared... no
  2990. checking whether times is declared... yes
  2991. checking whether sigaltstack is declared... yes
  2992. checking for struct tms... yes
  2993. checking for clock_t... yes
  2994. checking for F_SETLKW... yes
  2995. checking if mkdir takes one argument... no
  2996. For cortex-a8 real value is cortexa8
  2997. For real value is
  2998. Using `../../gcc/config/arm/arm.c' for machine-specific logic.
  2999. Using `../../gcc/config/arm/arm.md' as machine description file.
  3000. Using the following target machine macro files:
  3001. ../../gcc/config/dbxelf.h
  3002. ../../gcc/config/elfos.h
  3003. ../../gcc/config/gnu-user.h
  3004. ../../gcc/config/linux.h
  3005. ../../gcc/config/linux-android.h
  3006. ../../gcc/config/glibc-stdint.h
  3007. ../../gcc/config/arm/elf.h
  3008. ../../gcc/config/arm/linux-gas.h
  3009. ../../gcc/config/arm/linux-elf.h
  3010. ../../gcc/config/arm/bpabi.h
  3011. ../../gcc/config/arm/linux-eabi.h
  3012. ../../gcc/config/arm/aout.h
  3013. ../../gcc/config/vxworks-dummy.h
  3014. ../../gcc/config/arm/arm.h
  3015. ../../gcc/config/initfini-array.h
  3016. Using host-linux.o for host machine hooks.
  3017. checking whether NLS is requested... no
  3018. checking how to print strings... printf
  3019. checking for a sed that does not truncate output... /bin/sed
  3020. checking for fgrep... /bin/grep -F
  3021. checking for ld used by /usr/bin/gcc... /usr/bin/ld
  3022. checking if the linker (/usr/bin/ld) is GNU ld... yes
  3023. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  3024. checking the name lister (/usr/bin/nm) interface... BSD nm
  3025. checking whether ln -s works... yes
  3026. checking the maximum length of command line arguments... 1572864
  3027. checking whether the shell understands some XSI constructs... yes
  3028. checking whether the shell understands "+="... yes
  3029. checking for /usr/bin/ld option to reload object files... -r
  3030. checking for x86_64-pc-linux-gnu-objdump... objdump
  3031. checking how to recognize dependent libraries... pass_all
  3032. checking for x86_64-pc-linux-gnu-ar... (cached) /usr/bin/ar
  3033. checking for x86_64-pc-linux-gnu-strip... no
  3034. checking for strip... strip
  3035. checking for x86_64-pc-linux-gnu-ranlib... (cached) /usr/bin/ranlib
  3036. checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok
  3037. checking for dlfcn.h... yes
  3038. checking for objdir... .libs
  3039. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
  3040. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  3041. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  3042. checking if /usr/bin/gcc static flag -static works... yes
  3043. checking if /usr/bin/gcc supports -c -o file.o... yes
  3044. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  3045. checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3046. checking dynamic linker characteristics... GNU/Linux ld.so
  3047. checking how to hardcode library paths into programs... immediate
  3048. checking whether stripping libraries is possible... yes
  3049. checking if libtool supports shared libraries... yes
  3050. checking whether to build shared libraries... no
  3051. checking whether to build static libraries... yes
  3052. checking how to run the C++ preprocessor... /usr/bin/g++ -E
  3053. checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64
  3054. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  3055. checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3056. checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC
  3057. checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes
  3058. checking if /usr/bin/g++ static flag -static works... yes
  3059. checking if /usr/bin/g++ supports -c -o file.o... yes
  3060. checking if /usr/bin/g++ supports -c -o file.o... (cached) yes
  3061. checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3062. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  3063. checking how to hardcode library paths into programs... immediate
  3064. checking what assembler to use... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/as
  3065. checking whether we are using gold... no
  3066. checking gold linker with split stack support as non default...
  3067. checking what linker to use... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/ld
  3068. checking what nm to use... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/nm
  3069. checking what objdump to use... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/objdump
  3070. checking what readelf to use... /home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/bin/readelf
  3071. checking assembler flags...
  3072. checking assembler for .balign and .p2align... yes
  3073. checking assembler for .p2align with maximum skip... yes
  3074. checking assembler for .literal16... no
  3075. checking assembler for working .subsection -1... yes
  3076. checking assembler for .weak... yes
  3077. checking assembler for .weakref... yes
  3078. checking assembler for .nsubspa comdat... no
  3079. checking assembler for .hidden... yes
  3080. checking linker for .hidden support... yes
  3081. checking linker read-only and read-write section mixing... read-write
  3082. checking for .preinit_array/.init_array/.fini_array support... checking cross compile... guessing... no
  3083. checking assembler for .sleb128 and .uleb128... yes
  3084. checking assembler for cfi directives... yes
  3085. checking assembler for working cfi advance... yes
  3086. checking assembler for cfi personality directive... yes
  3087. checking assembler for cfi sections directive... yes
  3088. checking assembler for eh_frame optimization... no
  3089. checking assembler for section merging support... yes
  3090. checking assembler for stabs directive... yes
  3091. checking assembler for COMDAT group support (GNU as)... no
  3092. checking assembler for COMDAT group support (GNU as, %type)... yes
  3093. checking assembler for line table discriminator support... yes
  3094. checking linker -Bstatic/-Bdynamic option... yes
  3095. checking linker --demangle support... yes
  3096. checking linker plugin support... 2
  3097. checking assembler for dwarf2 debug_line support... yes
  3098. checking assembler for buggy dwarf2 .file directive... no
  3099. checking assembler for --gdwarf2 option... yes
  3100. checking assembler for --gstabs option... yes
  3101. checking assembler for --debug-prefix-map option... yes
  3102. checking assembler for compressed debug sections... 1
  3103. checking assembler for .lcomm with alignment... no
  3104. checking for target glibc version... 0.0
  3105. checking assembler for gnu_unique_object... yes
  3106. checking assembler for tolerance to line number 0... yes
  3107. checking linker PT_GNU_EH_FRAME support... yes
  3108. checking linker CIEv3 in .eh_frame support... yes
  3109. checking linker position independent executable support... yes
  3110. checking linker PIE support with copy reloc... no
  3111. checking linker EH-compatible garbage collection of sections... no
  3112. checking linker EH garbage collection of sections bug... no
  3113. checking linker for compressed debug sections... 1
  3114. checking linker --as-needed support... yes
  3115. checking linker mapfile support for clearing hardware capabilities... no
  3116. checking linker --build-id support... yes
  3117. checking linker *_sol2 emulation support... no
  3118. checking linker --sysroot support... yes
  3119. checking __stack_chk_fail in target C library... (cached) no
  3120. checking sys/sdt.h in the target C library... no
  3121. checking dl_iterate_phdr in target C library... unknown
  3122. checking whether to enable maintainer-specific portions of Makefiles... no
  3123. checking whether to avoid linking multiple front-ends at once... no
  3124. Links are now set up to build a cross-compiler
  3125. from x86_64-pc-linux-gnu to arm-buildroot-linux-uclibcgnueabihf.
  3126. checking for exported symbols... yes
  3127. checking for -rdynamic... yes
  3128. checking for library containing dlopen... -ldl
  3129. checking for -fPIC -shared... yes
  3130. checking for -fno-PIE option... yes
  3131. checking for -no-pie option... yes
  3132. checking linker -z bndplt option... no
  3133. configure: updating cache ./config.cache
  3134. configure: creating ./config.status
  3135. config.status: creating as
  3136. config.status: creating collect-ld
  3137. config.status: creating nm
  3138. config.status: creating Makefile
  3139. config.status: creating ada/gcc-interface/Makefile
  3140. config.status: creating ada/Makefile
  3141. config.status: creating auto-host.h
  3142. config.status: executing depdir commands
  3143. mkdir -p -- .deps
  3144. config.status: executing gccdepdir commands
  3145. mkdir -p -- build/.deps
  3146. mkdir -p -- ada/.deps
  3147. mkdir -p -- c/.deps
  3148. mkdir -p -- cp/.deps
  3149. mkdir -p -- fortran/.deps
  3150. mkdir -p -- go/.deps
  3151. mkdir -p -- java/.deps
  3152. mkdir -p -- jit/.deps
  3153. mkdir -p -- lto/.deps
  3154. mkdir -p -- objc/.deps
  3155. mkdir -p -- objcp/.deps
  3156. mkdir -p -- c-family/.deps
  3157. mkdir -p -- common/.deps
  3158. config.status: executing default commands
  3159. TARGET_CPU_DEFAULT="" \
  3160. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3161. /bin/bash ../../gcc/mkconfig.sh config.h
  3162. TARGET_CPU_DEFAULT="TARGET_CPU_cortexa8" \
  3163. HEADERS="options.h insn-constants.h config/dbxelf.h config/elfos.h config/gnu-user.h config/linux.h config/linux-android.h config/glibc-stdint.h config/arm/elf.h config/arm/linux-gas.h config/arm/linux-elf.h config/arm/bpabi.h config/arm/linux-eabi.h config/arm/aout.h config/vxworks-dummy.h config/arm/arm.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4 DEFAULT_LIBC=LIBC_UCLIBC ANDROID_DEFAULT=0" \
  3164. /bin/bash ../../gcc/mkconfig.sh tm.h
  3165. TARGET_CPU_DEFAULT="" \
  3166. HEADERS="config/arm/arm-protos.h config/arm/aarch-common-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \
  3167. /bin/bash ../../gcc/mkconfig.sh tm_p.h
  3168. TARGET_CPU_DEFAULT="" \
  3169. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3170. /bin/bash ../../gcc/mkconfig.sh bconfig.h
  3171. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3172. -DBASEVER="\"6.3.0\"" -DDATESTAMP="\"\"" \
  3173. -DREVISION="\"\"" \
  3174. -DDEVPHASE="\"\"" -DPKGVERSION="\"(Buildroot 2017.08-git-00752-ge7548ed) \"" \
  3175. -DBUGURL="\"<http://bugs.buildroot.net/>\"" -o build/version.o ../../gcc/version.c
  3176. mawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/java/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/config/arm/arm-tables.opt ../../gcc/config/arm/arm.opt ../../gcc/config/gnu-user.opt ../../gcc/config/linux.opt ../../gcc/config/linux-android.opt > tmp-optionlist
  3177. /bin/bash ../../gcc/../move-if-change tmp-gi.list gtyp-input.list
  3178. echo "#define BUILDING_GCC_MAJOR `echo 6.3.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
  3179. echo "#define BUILDING_GCC_MINOR `echo 6.3.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
  3180. echo timestamp > s-gtyp-input
  3181. echo "#define BUILDING_GCC_PATCHLEVEL `echo 6.3.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
  3182. if test no = yes \
  3183. || test -n ""; then \
  3184. /bin/bash ../../gcc/genmultilib \
  3185. "" \
  3186. "" \
  3187. "" \
  3188. " *mthumb/*mfloat-abi=hard*" \
  3189. "" \
  3190. "" \
  3191. "" \
  3192. "" \
  3193. "" \
  3194. "" \
  3195. "no" \
  3196. > tmp-mlib.h; \
  3197. else \
  3198. /bin/bash ../../gcc/genmultilib '' '' '' '' '' '' '' '' \
  3199. "" '' no \
  3200. > tmp-mlib.h; \
  3201. fi
  3202. lsf="../../gcc/lto/lang-specs.h"; for f in $lsf; do \
  3203. echo "#include \"$f\""; \
  3204. done | sed 's|../../gcc/||' > tmp-specs.h
  3205. rm -f tmp-all-tree.def
  3206. /bin/bash ../../gcc/../move-if-change tmp-specs.h specs.h
  3207. echo '#include "tree.def"' > tmp-all-tree.def
  3208. echo timestamp > s-specs
  3209. echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
  3210. echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
  3211. echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
  3212. echo timestamp > s-bversion
  3213. mawk -f ../../gcc/gen-pass-instances.awk \
  3214. ../../gcc/passes.def > pass-instances.def
  3215. /usr/bin/gcc -E ../../gcc/params-list.h | sed 's/^#.*//;/^$/d' > tmp-params.list
  3216. /bin/bash ../../gcc/../move-if-change tmp-optionlist optionlist
  3217. ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \
  3218. echo "#include \"$f\""; \
  3219. done | sed 's|../../gcc/||' >> tmp-all-tree.def
  3220. echo "/usr/bin/g++ -no-pie -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib" > checksum-options.tmp \
  3221. && ../../gcc/../move-if-change checksum-options.tmp checksum-options
  3222. /bin/bash ../../gcc/../move-if-change tmp-mlib.h multilib.h
  3223. /bin/bash ../../gcc/../move-if-change tmp-params.list params.list
  3224. echo timestamp > s-options
  3225. /bin/bash ../../gcc/../move-if-change tmp-all-tree.def all-tree.def
  3226. cp ../../gcc/gcc-ar.c gcc-nm.c
  3227. cp ../../gcc/gcc-ar.c gcc-ranlib.c
  3228. echo timestamp > s-mlib
  3229. echo timestamp > s-params.list
  3230. echo timestamp > s-alltree
  3231. TARGET_CPU_DEFAULT="" \
  3232. HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
  3233. /bin/bash ../../gcc/mkconfig.sh tconfig.h
  3234. (echo "@set version-GCC 6.3.0"; \
  3235. if [ "" = "experimental" ]; \
  3236. then echo "@set DEVELOPMENT"; \
  3237. else echo "@clear DEVELOPMENT"; \
  3238. fi) > gcc-vers.texiT
  3239. echo @set srcdir /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/build/gcc/../../gcc >> gcc-vers.texiT
  3240. if [ -n "(Buildroot 2017.08-git-00752-ge7548ed) " ]; then \
  3241. echo "@set VERSION_PACKAGE (Buildroot 2017.08-git-00752-ge7548ed) " >> gcc-vers.texiT; \
  3242. fi
  3243. echo "@set BUGURL @uref{http://bugs.buildroot.net/}" >> gcc-vers.texiT; \
  3244. mv -f gcc-vers.texiT gcc-vers.texi
  3245. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3246. -o build/genhooks.o ../../gcc/genhooks.c
  3247. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3248. -o build/genchecksum.o ../../gcc/genchecksum.c
  3249. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3250. -o build/inchash.o ../../gcc/inchash.c
  3251. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3252. -o build/genenums.o ../../gcc/genenums.c
  3253. mawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3254. -f ../../gcc/optc-save-gen.awk \
  3255. -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c
  3256. mawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3257. -f ../../gcc/optc-gen.awk \
  3258. -v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c
  3259. ../../gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
  3260. ../../gcc/genhooks.c:130:3: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  3261. while (fscanf (f, "%*[^@]"), buf[0] = '\0',
  3262. ^
  3263. ../../gcc/genhooks.c:139:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  3264. fscanf (f, "%999s", buf);
  3265. ^
  3266. ../../gcc/genhooks.c:192:34: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  3267. fscanf (f, "%5[^ \n]", buf);
  3268. ^
  3269. ../../gcc/genhooks.c:198:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  3270. fscanf (f, "%999s", buf);
  3271. ^
  3272. if [ xinfo = xinfo ]; then \
  3273. /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3274. -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \
  3275. fi
  3276. if [ xinfo = xinfo ]; then \
  3277. /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3278. -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \
  3279. fi
  3280. if [ xinfo = xinfo ]; then \
  3281. /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 --no-split -I ../../gcc/doc \
  3282. -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \
  3283. fi
  3284. if [ xinfo = xinfo ]; then \
  3285. /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3286. -I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \
  3287. fi
  3288. echo timestamp > gcc.pod
  3289. perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod
  3290. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3291. -o build/genmddeps.o ../../gcc/genmddeps.c
  3292. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3293. -o build/read-md.o ../../gcc/read-md.c
  3294. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3295. -o build/errors.o ../../gcc/errors.c
  3296. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3297. -o build/genmodes.o ../../gcc/genmodes.c
  3298. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3299. -o build/gengtype.o ../../gcc/gengtype.c
  3300. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3301. -o build/gengtype-lex.o ../../gcc/gengtype-lex.c
  3302. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3303. -o build/gengtype-parse.o ../../gcc/gengtype-parse.c
  3304. gengtype-lex.c: In function ‘int yy_get_next_buffer()’:
  3305. gengtype-lex.c:1367:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  3306. gengtype-lex.c:2197:3: note: in expansion of macro ‘YY_INPUT’
  3307. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3308. -o build/gengtype-state.o ../../gcc/gengtype-state.c
  3309. mawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \
  3310. -f ../../gcc/opth-gen.awk \
  3311. < optionlist > tmp-options.h
  3312. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3313. -o build/genconstants.o ../../gcc/genconstants.c
  3314. /bin/bash ../../gcc/../move-if-change tmp-options.h options.h
  3315. echo timestamp > s-options-h
  3316. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3317. -o build/gengenrtl.o ../../gcc/gengenrtl.c
  3318. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genhooks \
  3319. build/genhooks.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3320. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genchecksum \
  3321. build/genchecksum.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3322. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genenums \
  3323. build/genenums.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3324. build/genhooks -d \
  3325. ../../gcc/doc/tm.texi.in > tmp-tm.texi
  3326. case `echo X|tr X '\101'` in \
  3327. A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
  3328. *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
  3329. esac
  3330. echo timestamp > doc/gcc.1
  3331. (pod2man --center="GNU" --release="gcc-6.3.0" --date=2016-12-21 --section=1 gcc.pod > doc/gcc.1.T$$ && \
  3332. mv -f doc/gcc.1.T$$ doc/gcc.1) || \
  3333. (rm -f doc/gcc.1.T$$ && exit 1)
  3334. mv tmp2-tm.texi tmp-tm.texi
  3335. /bin/bash ../../gcc/../move-if-change tmp-tm.texi tm.texi
  3336. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genmddeps \
  3337. build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3338. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genmodes \
  3339. build/genmodes.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3340. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genconstants \
  3341. build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3342. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gengenrtl \
  3343. build/gengenrtl.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3344. build/genmodes -m > tmp-min-modes.c
  3345. /bin/bash ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
  3346. build/genhooks "Target Hook" \
  3347. > tmp-target-hooks-def.h
  3348. /bin/bash ../../gcc/../move-if-change tmp-target-hooks-def.h \
  3349. target-hooks-def.h
  3350. echo timestamp > s-modes-m
  3351. echo timestamp > s-target-hooks-def-h
  3352. build/genhooks "Common Target Hook" \
  3353. > tmp-common-target-hooks-def.h
  3354. build/genhooks "C Target Hook" \
  3355. > tmp-c-target-hooks-def.h
  3356. /bin/bash ../../gcc/../move-if-change tmp-c-target-hooks-def.h \
  3357. c-family/c-target-hooks-def.h
  3358. /bin/bash ../../gcc/../move-if-change tmp-common-target-hooks-def.h \
  3359. common/common-target-hooks-def.h
  3360. echo timestamp > s-c-target-hooks-def-h
  3361. build/genmodes > tmp-modes.c
  3362. /bin/bash ../../gcc/../move-if-change tmp-modes.c insn-modes.c
  3363. echo timestamp > s-modes
  3364. build/genmddeps ../../gcc/common.md ../../gcc/config/arm/arm.md > tmp-mddeps
  3365. echo timestamp > s-common-target-hooks-def-h
  3366. build/genmodes -h > tmp-modes.h
  3367. /bin/bash ../../gcc/../move-if-change tmp-modes.h insn-modes.h
  3368. build/gengenrtl > tmp-genrtl.h
  3369. /bin/bash ../../gcc/../move-if-change tmp-genrtl.h genrtl.h
  3370. echo timestamp > s-modes-h
  3371. echo timestamp > s-genrtl-h
  3372. if [ xinfo = xinfo ]; then \
  3373. /home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/missing makeinfo --split-size=5000000 --no-split -I . -I ../../gcc/doc \
  3374. -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \
  3375. fi
  3376. /bin/bash ../../gcc/../move-if-change tmp-mddeps mddeps.mk
  3377. echo timestamp > s-mddeps
  3378. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gengtype \
  3379. build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3380. build/genconstants ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3381. > tmp-constants.h
  3382. /bin/bash ../../gcc/../move-if-change tmp-constants.h insn-constants.h
  3383. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3384. -o build/min-insn-modes.o min-insn-modes.c
  3385. echo timestamp > s-constants
  3386. build/genenums ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3387. > tmp-enums.c
  3388. /bin/bash ../../gcc/../move-if-change tmp-enums.c insn-enums.c
  3389. build/gengtype \
  3390. -S ../../gcc -I gtyp-input.list -w tmp-gtype.state
  3391. echo timestamp > s-enums
  3392. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3393. -o build/gencheck.o ../../gcc/gencheck.c
  3394. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gencheck \
  3395. build/gencheck.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3396. build/gencheck > tmp-check.h
  3397. /bin/bash ../../gcc/../move-if-change tmp-check.h tree-check.h
  3398. echo timestamp > s-check
  3399. /bin/bash ../../gcc/../move-if-change tmp-gtype.state gtype.state
  3400. build/gengtype \
  3401. -r gtype.state
  3402. echo timestamp > s-gtype
  3403. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3404. -o build/genopinit.o ../../gcc/genopinit.c
  3405. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3406. -o build/gencfn-macros.o ../../gcc/gencfn-macros.c
  3407. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3408. -o build/genmatch.o ../../gcc/genmatch.c
  3409. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3410. -o build/genattrtab.o ../../gcc/genattrtab.c
  3411. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3412. -o build/genautomata.o ../../gcc/genautomata.c
  3413. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3414. -o build/genemit.o ../../gcc/genemit.c
  3415. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3416. -o build/genextract.o ../../gcc/genextract.c
  3417. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3418. -o build/genoutput.o ../../gcc/genoutput.c
  3419. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3420. -o build/genpeep.o ../../gcc/genpeep.c
  3421. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3422. -o build/genrecog.o ../../gcc/genrecog.c
  3423. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3424. -o build/genpreds.o ../../gcc/genpreds.c
  3425. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3426. -o build/rtl.o ../../gcc/rtl.c
  3427. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3428. -o build/read-rtl.o ../../gcc/read-rtl.c
  3429. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3430. -o build/ggc-none.o ../../gcc/ggc-none.c
  3431. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3432. -o build/vec.o ../../gcc/vec.c
  3433. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3434. -o build/gensupport.o ../../gcc/gensupport.c
  3435. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3436. -o build/print-rtl.o ../../gcc/print-rtl.c
  3437. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3438. -o build/hash-table.o ../../gcc/hash-table.c
  3439. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3440. -o build/genflags.o ../../gcc/genflags.c
  3441. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3442. -o build/genconditions.o ../../gcc/genconditions.c
  3443. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3444. -o build/genattr.o ../../gcc/genattr.c
  3445. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3446. -o build/genattr-common.o ../../gcc/genattr-common.c
  3447. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3448. -o build/gencodes.o ../../gcc/gencodes.c
  3449. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3450. -o build/genconfig.o ../../gcc/genconfig.c
  3451. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3452. -o build/gentarget-def.o ../../gcc/gentarget-def.c
  3453. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gencfn-macros \
  3454. build/gencfn-macros.o build/errors.o build/hash-table.o build/ggc-none.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3455. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genmatch \
  3456. build/genmatch.o ../build-x86_64-pc-linux-gnu/libcpp/libcpp.a build/errors.o build/vec.o build/hash-table.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3457. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genpreds \
  3458. build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3459. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genflags \
  3460. build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3461. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genconditions \
  3462. build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3463. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genattr \
  3464. build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3465. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genattr-common \
  3466. build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3467. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gencodes \
  3468. build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3469. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genconfig \
  3470. build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3471. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genopinit \
  3472. build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3473. build/gencfn-macros -c \
  3474. > tmp-case-cfn-macros.h
  3475. build/gencfn-macros -o \
  3476. > tmp-cfn-operators.pd
  3477. /bin/bash ../../gcc/../move-if-change tmp-case-cfn-macros.h \
  3478. case-cfn-macros.h
  3479. /bin/bash ../../gcc/../move-if-change tmp-cfn-operators.pd \
  3480. cfn-operators.pd
  3481. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genattrtab \
  3482. build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3483. echo timestamp > s-cfn-operators
  3484. echo timestamp > s-case-cfn-macros
  3485. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genautomata \
  3486. build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a -lm
  3487. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genemit \
  3488. build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3489. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genextract \
  3490. build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3491. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genoutput \
  3492. build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3493. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genpeep \
  3494. build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3495. build/genpreds ../../gcc/common.md ../../gcc/config/arm/arm.md > tmp-preds.c
  3496. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/genrecog \
  3497. build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o build/inchash.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3498. build/genpreds -h ../../gcc/common.md ../../gcc/config/arm/arm.md > tmp-preds.h
  3499. build/genconditions ../../gcc/common.md ../../gcc/config/arm/arm.md > tmp-condmd.c
  3500. build/genpreds -c ../../gcc/common.md ../../gcc/config/arm/arm.md > tmp-constrs.h
  3501. /bin/bash ../../gcc/../move-if-change tmp-preds.h tm-preds.h
  3502. /bin/bash ../../gcc/../move-if-change tmp-preds.c insn-preds.c
  3503. echo timestamp > s-preds
  3504. echo timestamp > s-preds-h
  3505. /bin/bash ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h
  3506. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gentarget-def \
  3507. build/gentarget-def.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3508. build/genmatch --gimple ../../gcc/match.pd \
  3509. > tmp-gimple-match.c
  3510. echo timestamp > s-constrs-h
  3511. /bin/bash ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c
  3512. echo timestamp > s-conditions
  3513. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3514. -o build/gencondmd.o build/gencondmd.c
  3515. GIMPLE decision tree has 1428 leafs, maximum depth 10 and a total number of 5495 nodes
  3516. removed 734 duplicate tails
  3517. build/genmatch --generic ../../gcc/match.pd \
  3518. > tmp-generic-match.c
  3519. GENERIC decision tree has 1428 leafs, maximum depth 10 and a total number of 5495 nodes
  3520. removed 734 duplicate tails
  3521. /bin/bash ../../gcc/../move-if-change tmp-gimple-match.c \
  3522. gimple-match.c
  3523. /bin/bash ../../gcc/../move-if-change tmp-generic-match.c \
  3524. generic-match.c
  3525. echo timestamp > s-match
  3526. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie -o build/gencondmd \
  3527. build/gencondmd.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a
  3528. build/gencondmd > tmp-cond.md
  3529. /bin/bash ../../gcc/../move-if-change tmp-cond.md insn-conditions.md
  3530. echo timestamp > s-condmd
  3531. build/genflags ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3532. insn-conditions.md > tmp-flags.h
  3533. build/genattr ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3534. insn-conditions.md > tmp-attr.h
  3535. build/genattr-common ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3536. insn-conditions.md > tmp-attr-common.h
  3537. build/gencodes ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3538. insn-conditions.md > tmp-codes.h
  3539. build/genconfig ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3540. insn-conditions.md > tmp-config.h
  3541. /bin/bash ../../gcc/../move-if-change tmp-flags.h insn-flags.h
  3542. /bin/bash ../../gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
  3543. echo timestamp > s-attr-common
  3544. /bin/bash ../../gcc/../move-if-change tmp-config.h insn-config.h
  3545. build/gentarget-def ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3546. insn-conditions.md > tmp-target-def.h
  3547. /bin/bash ../../gcc/../move-if-change tmp-attr.h insn-attr.h
  3548. echo timestamp > s-flags
  3549. echo timestamp > s-config
  3550. build/genopinit ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3551. insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
  3552. echo timestamp > s-attr
  3553. build/genattrtab ../../gcc/common.md ../../gcc/config/arm/arm.md insn-conditions.md \
  3554. -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
  3555. build/genautomata ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3556. insn-conditions.md > tmp-automata.c
  3557. /bin/bash ../../gcc/../move-if-change tmp-codes.h insn-codes.h
  3558. /bin/bash ../../gcc/../move-if-change tmp-target-def.h insn-target-def.h
  3559. echo timestamp > s-codes
  3560. /bin/bash ../../gcc/../move-if-change tmp-opinit.h insn-opinit.h
  3561. build/genemit ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3562. insn-conditions.md > tmp-emit.c
  3563. echo timestamp > s-target-def
  3564. build/genextract ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3565. insn-conditions.md > tmp-extract.c
  3566. /bin/bash ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c
  3567. echo timestamp > s-opinit
  3568. build/genoutput ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3569. insn-conditions.md > tmp-output.c
  3570. /bin/bash ../../gcc/../move-if-change tmp-emit.c insn-emit.c
  3571. /bin/bash ../../gcc/../move-if-change tmp-extract.c insn-extract.c
  3572. echo timestamp > s-emit
  3573. echo timestamp > s-extract
  3574. build/genpeep ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3575. insn-conditions.md > tmp-peep.c
  3576. build/genrecog ../../gcc/common.md ../../gcc/config/arm/arm.md \
  3577. insn-conditions.md > tmp-recog.c
  3578. /bin/bash ../../gcc/../move-if-change tmp-peep.c insn-peep.c
  3579. /bin/bash ../../gcc/../move-if-change tmp-output.c insn-output.c
  3580. echo timestamp > s-peep
  3581. ../../gcc/config/arm/arm.md:8155: warning: operand 0 missing mode?
  3582. echo timestamp > s-output
  3583. /usr/bin/g++ -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \
  3584. -o build/gcov-iov.o ../../gcc/gcov-iov.c
  3585. ../../gcc/config/arm/arm.md:8155: warning: operand 0 missing mode?
  3586. Statistics for recog:
  3587. Number of decisions: 19986
  3588. longest path: 327 (code: 339)
  3589. longest backtrack: 22 (code: 795)
  3590. Statistics for split_insns:
  3591. Number of decisions: 1817
  3592. longest path: 69 (code: 115)
  3593. longest backtrack: 8 (code: 85)
  3594. Statistics for peephole2_insns:
  3595. Number of decisions: 418
  3596. longest path: 141 (code: 16)
  3597. longest backtrack: 12 (code: 32)
  3598. /usr/bin/g++ -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -L/home/mpfj/buildroot/output/host/lib -L/home/mpfj/buildroot/output/host/usr/lib -Wl,-rpath,/home/mpfj/buildroot/output/host/usr/lib -no-pie \
  3599. build/gcov-iov.o -o build/gcov-iov
  3600. build/gcov-iov '6.3.0' '' \
  3601. > tmp-gcov-iov.h
  3602. /bin/bash ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
  3603. echo timestamp > s-iov
  3604. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc/c/c-lang.c
  3605. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc/c-family/stub-objc.c
  3606. Shared 13723 out of 33101 states by creating 3185 new states, saving 10538
  3607. /bin/bash ../../gcc/../move-if-change tmp-recog.c insn-recog.c
  3608. echo timestamp > s-recog
  3609. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc/attribs.c
  3610. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc/c/c-errors.c
  3611. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc/c/c-decl.c
  3612. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc/c/c-typeck.c
  3613. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc/c/c-convert.c
  3614. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc/c/c-aux-info.c
  3615. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc/c/c-objc-common.c
  3616. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo ../../gcc/c/c-parser.c
  3617. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-array-notation.o -MT c/c-array-notation.o -MMD -MP -MF c/.deps/c-array-notation.TPo ../../gcc/c/c-array-notation.c
  3618. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo ../../gcc/c/c-fold.c
  3619. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../gcc/c-family/c-common.c
  3620. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo ../../gcc/c-family/c-cppbuiltin.c
  3621. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo ../../gcc/c-family/c-dump.c
  3622. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo ../../gcc/c-family/c-format.c
  3623. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo ../../gcc/c-family/c-gimplify.c
  3624. /bin/bash ../../gcc/../move-if-change tmp-automata.c insn-automata.c
  3625. echo timestamp > s-automata
  3626. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo ../../gcc/c-family/c-indentation.c
  3627. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo ../../gcc/c-family/c-lex.c
  3628. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo ../../gcc/c-family/c-omp.c
  3629. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -DTARGET_SYSTEM_ROOT=\"/home/mpfj/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot\" -DTARGET_SYSTEM_ROOT_RELOCATABLE -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo ../../gcc/c-family/c-opts.c
  3630. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"arm-buildroot-linux-uclibcgnueabihf\" -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo ../../gcc/c-family/c-pch.c
  3631. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo ../../gcc/c-family/c-ppoutput.c
  3632. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo ../../gcc/c-family/c-pragma.c
  3633. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo ../../gcc/c-family/c-pretty-print.c
  3634. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo ../../gcc/c-family/c-semantics.c
  3635. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo ../../gcc/c-family/c-ada-spec.c
  3636. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-cilkplus.o -MT c-family/c-cilkplus.o -MMD -MP -MF c-family/.deps/c-cilkplus.TPo ../../gcc/c-family/c-cilkplus.c
  3637. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/array-notation-common.o -MT c-family/array-notation-common.o -MMD -MP -MF c-family/.deps/array-notation-common.TPo ../../gcc/c-family/array-notation-common.c
  3638. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/cilk.o -MT c-family/cilk.o -MMD -MP -MF c-family/.deps/cilk.TPo ../../gcc/c-family/cilk.c
  3639. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo ../../gcc/c-family/c-ubsan.c
  3640. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace \
  3641. ../../gcc/config/arm/arm-c.c
  3642. /usr/bin/g++ -fno-PIE -c -DIN_GCC_FRONTEND -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo ../../gcc/config/glibc-c.c
  3643. /usr/bin/g++ -fno-PIE -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c
  3644. /usr/bin/g++ -fno-PIE -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.c
  3645. /usr/bin/g++ -fno-PIE -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.c
  3646. /usr/bin/g++ -fno-PIE -c -O2 -I/home/mpfj/buildroot/output/host/usr/include -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I/home/mpfj/buildroot/output/host/usr/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.c
  3647. Makefile:2201: recipe for target 's-attrtab' failed
  3648. make[3]: *** [s-attrtab] Killed
  3649. make[3]: *** Waiting for unfinished jobs....
  3650. rm gcc.pod
  3651. Makefile:4113: recipe for target 'all-gcc' failed
  3652. make[2]: *** [all-gcc] Error 2
  3653. package/pkg-generic.mk:227: recipe for target '/home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/.stamp_built' failed
  3654. make[1]: *** [/home/mpfj/buildroot/output/build/host-gcc-initial-6.3.0/.stamp_built] Error 2
  3655. Makefile:79: recipe for target '_all' failed
  3656. make: *** [_all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement