Advertisement
Icedude_907

Binutils 2.31.1 build error - compile

Nov 30th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 228.25 KB | None | 0 0
  1. mkdir ./intl
  2. Configuring in ./intl
  3. configure: creating cache ./config.cache
  4. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking how to run the C preprocessor... gcc -E
  14. checking for grep that handles long lines and -e... /usr/bin/grep
  15. checking for egrep... /usr/bin/grep -E
  16. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  17. rm: conftest.dSYM: is a directory
  18. yes
  19. checking for sys/types.h... yes
  20. checking for sys/stat.h... yes
  21. checking for stdlib.h... yes
  22. checking for string.h... yes
  23. checking for memory.h... yes
  24. checking for strings.h... yes
  25. checking for inttypes.h... yes
  26. checking for stdint.h... yes
  27. checking for unistd.h... yes
  28. checking minix/config.h usability... no
  29. checking minix/config.h presence... no
  30. checking for minix/config.h... no
  31. checking whether it is safe to define __EXTENSIONS__... yes
  32. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether NLS is requested... no
  35. checking for msgfmt... no
  36. checking for gmsgfmt... :
  37. checking for xgettext... no
  38. checking for msgmerge... no
  39. checking build system type... x86_64-apple-darwin18.0.0
  40. checking host system type... x86_64-apple-darwin18.0.0
  41. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  42. checking for library containing strerror... none required
  43. checking for an ANSI C-conforming const... yes
  44. checking for inline... inline
  45. checking for off_t... yes
  46. checking for size_t... yes
  47. checking for working alloca.h... yes
  48. checking for alloca... yes
  49. checking for stdlib.h... (cached) yes
  50. checking for unistd.h... (cached) yes
  51. checking for sys/param.h... yes
  52. checking for getpagesize... yes
  53. checking for working mmap... yes
  54. checking whether we are using the GNU C Library 2.1 or newer... no
  55. checking whether integer division by zero raises SIGFPE... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unsigned long long... yes
  59. checking for inttypes.h... yes
  60. checking whether the inttypes.h PRIxNN macros are broken... no
  61. checking for ld used by GCC... ld
  62. checking if the linker (ld) is GNU ld... no
  63. checking for shared library run path origin... done
  64. checking argz.h usability... no
  65. checking argz.h presence... no
  66. checking for argz.h... no
  67. checking limits.h usability... yes
  68. checking limits.h presence... yes
  69. checking for limits.h... yes
  70. checking locale.h usability... yes
  71. checking locale.h presence... yes
  72. checking for locale.h... yes
  73. checking nl_types.h usability... yes
  74. checking nl_types.h presence... yes
  75. checking for nl_types.h... yes
  76. checking malloc.h usability... no
  77. checking malloc.h presence... no
  78. checking for malloc.h... no
  79. checking stddef.h usability... yes
  80. checking stddef.h presence... yes
  81. checking for stddef.h... yes
  82. checking for stdlib.h... (cached) yes
  83. checking for string.h... (cached) yes
  84. checking for unistd.h... (cached) yes
  85. checking for sys/param.h... (cached) yes
  86. checking for feof_unlocked... yes
  87. checking for fgets_unlocked... no
  88. checking for getc_unlocked... yes
  89. checking for getcwd... yes
  90. checking for getegid... yes
  91. checking for geteuid... yes
  92. checking for getgid... yes
  93. checking for getuid... yes
  94. checking for mempcpy... no
  95. checking for munmap... yes
  96. checking for putenv... yes
  97. checking for setenv... yes
  98. checking for setlocale... yes
  99. checking for stpcpy... yes
  100. checking for strcasecmp... yes
  101. checking for strdup... yes
  102. checking for strtoul... yes
  103. checking for tsearch... yes
  104. checking for __argz_count... no
  105. checking for __argz_stringify... no
  106. checking for __argz_next... no
  107. checking for __fsetlocking... no
  108. checking for iconv... yes
  109. checking how to link with libiconv... -liconv
  110. checking for iconv declaration...
  111. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  112. checking for nl_langinfo and CODESET... yes
  113. checking for LC_MESSAGES... yes
  114. checking for bison... bison
  115. checking version of bison... 2.3, ok
  116. checking whether NLS is requested... no
  117. checking whether to use NLS... no
  118. checking for aclocal... no
  119. checking for autoconf... no
  120. checking for autoheader... no
  121. configure: updating cache ./config.cache
  122. configure: creating ./config.status
  123. config.status: creating Makefile
  124. config.status: creating config.intl
  125. config.status: creating config.h
  126. config.status: executing default-1 commands
  127. mkdir ./libiberty
  128. Configuring in ./libiberty
  129. configure: creating cache ./config.cache
  130. checking whether to enable maintainer-specific portions of Makefiles... no
  131. checking for makeinfo... makeinfo --split-size=5000000
  132. checking for perl... perl
  133. checking build system type... x86_64-apple-darwin18.0.0
  134. checking host system type... x86_64-apple-darwin18.0.0
  135. checking for x86_64-apple-darwin18.0.0-ar... ar
  136. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  137. checking whether to install libiberty headers and static library... no
  138. configure: target_header_dir =
  139. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  140. checking whether the C compiler works... yes
  141. checking for C compiler default output file name... a.out
  142. checking for suffix of executables...
  143. checking whether we are cross compiling... no
  144. checking for suffix of object files... o
  145. checking whether we are using the GNU C compiler... yes
  146. checking whether gcc accepts -g... yes
  147. checking for gcc option to accept ISO C89... none needed
  148. checking how to run the C preprocessor... gcc -E
  149. checking for grep that handles long lines and -e... /usr/bin/grep
  150. checking for egrep... /usr/bin/grep -E
  151. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  152. rm: conftest.dSYM: is a directory
  153. yes
  154. checking for sys/types.h... yes
  155. checking for sys/stat.h... yes
  156. checking for stdlib.h... yes
  157. checking for string.h... yes
  158. checking for memory.h... yes
  159. checking for strings.h... yes
  160. checking for inttypes.h... yes
  161. checking for stdint.h... yes
  162. checking for unistd.h... yes
  163. checking minix/config.h usability... no
  164. checking minix/config.h presence... no
  165. checking for minix/config.h... no
  166. checking whether it is safe to define __EXTENSIONS__... yes
  167. checking for special C compiler options needed for large files... no
  168. checking for _FILE_OFFSET_BITS value needed for large files... no
  169. checking whether gcc supports -W... yes
  170. checking whether gcc supports -Wall... yes
  171. checking whether gcc supports -Wwrite-strings... yes
  172. checking whether gcc supports -Wc++-compat... yes
  173. checking whether gcc supports -Wstrict-prototypes... yes
  174. checking whether gcc supports -Wshadow=local... yes
  175. checking whether gcc supports -pedantic ... yes
  176. checking whether gcc and cc understand -c and -o together... yes
  177. checking for an ANSI C-conforming const... yes
  178. checking for inline... inline
  179. checking whether byte ordering is bigendian... no
  180. checking for a BSD-compatible install... /usr/bin/install -c
  181. checking for sys/file.h... yes
  182. checking for sys/param.h... yes
  183. checking for limits.h... yes
  184. checking for stdlib.h... (cached) yes
  185. checking for malloc.h... no
  186. checking for string.h... (cached) yes
  187. checking for unistd.h... (cached) yes
  188. checking for strings.h... (cached) yes
  189. checking for sys/time.h... yes
  190. checking for time.h... yes
  191. checking for sys/resource.h... yes
  192. checking for sys/stat.h... (cached) yes
  193. checking for sys/mman.h... yes
  194. checking for fcntl.h... yes
  195. checking for alloca.h... yes
  196. checking for sys/pstat.h... no
  197. checking for sys/sysmp.h... no
  198. checking for sys/sysinfo.h... no
  199. checking for machine/hal_sysinfo.h... no
  200. checking for sys/table.h... no
  201. checking for sys/sysctl.h... yes
  202. checking for sys/systemcfg.h... no
  203. checking for stdint.h... (cached) yes
  204. checking for stdio_ext.h... no
  205. checking for process.h... no
  206. checking for sys/prctl.h... no
  207. checking for sys/wait.h that is POSIX.1 compatible... yes
  208. checking whether time.h and sys/time.h may both be included... yes
  209. checking whether errno must be declared... no
  210. checking size of int... 4
  211. checking size of long... 8
  212. checking size of size_t... 8
  213. checking for long long... yes
  214. checking size of long long... 8
  215. checking for a 64-bit type... uint64_t
  216. checking for intptr_t... yes
  217. checking for uintptr_t... yes
  218. checking for ssize_t... yes
  219. checking for pid_t... yes
  220. checking for library containing strerror... none required
  221. checking for asprintf... yes
  222. checking for atexit... yes
  223. checking for basename... yes
  224. checking for bcmp... yes
  225. checking for bcopy... yes
  226. checking for bsearch... yes
  227. checking for bzero... yes
  228. checking for calloc... yes
  229. checking for clock... yes
  230. checking for ffs... yes
  231. checking for getcwd... yes
  232. checking for getpagesize... yes
  233. checking for gettimeofday... yes
  234. checking for index... yes
  235. checking for insque... yes
  236. checking for memchr... yes
  237. checking for memcmp... yes
  238. checking for memcpy... yes
  239. checking for memmem... yes
  240. checking for memmove... yes
  241. checking for mempcpy... no
  242. checking for memset... yes
  243. checking for mkstemps... yes
  244. checking for putenv... yes
  245. checking for random... yes
  246. checking for rename... yes
  247. checking for rindex... yes
  248. checking for setenv... yes
  249. checking for snprintf... yes
  250. checking for sigsetmask... yes
  251. checking for stpcpy... yes
  252. checking for stpncpy... yes
  253. checking for strcasecmp... yes
  254. checking for strchr... yes
  255. checking for strdup... yes
  256. checking for strncasecmp... yes
  257. checking for strndup... yes
  258. checking for strnlen... yes
  259. checking for strrchr... yes
  260. checking for strstr... yes
  261. checking for strtod... yes
  262. checking for strtol... yes
  263. checking for strtoul... yes
  264. checking for strtoll... yes
  265. checking for strtoull... yes
  266. checking for strverscmp... no
  267. checking for tmpnam... yes
  268. checking for vasprintf... yes
  269. checking for vfprintf... yes
  270. checking for vprintf... yes
  271. checking for vsnprintf... yes
  272. checking for vsprintf... yes
  273. checking for waitpid... yes
  274. checking for setproctitle... no
  275. checking whether alloca needs Cray hooks... no
  276. checking stack direction for C alloca... -1
  277. checking for vfork.h... no
  278. checking for fork... yes
  279. checking for vfork... yes
  280. checking for working fork... yes
  281. checking for working vfork... (cached) yes
  282. checking for _doprnt... no
  283. checking for sys_errlist... yes
  284. checking for sys_nerr... yes
  285. checking for sys_siglist... yes
  286. checking for external symbol _system_configuration... no
  287. checking for __fsetlocking... no
  288. checking for canonicalize_file_name... no
  289. checking for dup3... no
  290. checking for getrlimit... yes
  291. checking for getrusage... yes
  292. checking for getsysinfo... no
  293. checking for gettimeofday... (cached) yes
  294. checking for on_exit... no
  295. checking for psignal... yes
  296. checking for pstat_getdynamic... no
  297. checking for pstat_getstatic... no
  298. checking for realpath... yes
  299. checking for setrlimit... yes
  300. checking for sbrk... yes
  301. checking for spawnve... no
  302. checking for spawnvpe... no
  303. checking for strerror... yes
  304. checking for strsignal... yes
  305. checking for sysconf... yes
  306. checking for sysctl... yes
  307. checking for sysmp... no
  308. checking for table... no
  309. checking for times... yes
  310. checking for wait3... yes
  311. checking for wait4... yes
  312. checking whether basename is declared... no
  313. checking whether ffs is declared... yes
  314. checking whether asprintf is declared... yes
  315. checking whether vasprintf is declared... yes
  316. checking whether snprintf is declared... yes
  317. checking whether vsnprintf is declared... yes
  318. checking whether calloc is declared... yes
  319. checking whether getenv is declared... yes
  320. checking whether getopt is declared... yes
  321. checking whether malloc is declared... yes
  322. checking whether realloc is declared... yes
  323. checking whether sbrk is declared... yes
  324. checking whether strtol is declared... yes
  325. checking whether strtoul is declared... yes
  326. checking whether strtoll is declared... yes
  327. checking whether strtoull is declared... yes
  328. checking whether strverscmp is declared... no
  329. checking whether strnlen is declared... yes
  330. checking whether canonicalize_file_name must be declared... yes
  331. checking for stdlib.h... (cached) yes
  332. checking for unistd.h... (cached) yes
  333. checking for sys/param.h... (cached) yes
  334. checking for getpagesize... (cached) yes
  335. checking for working mmap... yes
  336. checking for working strncmp... yes
  337. configure: updating cache ./config.cache
  338. configure: creating ./config.status
  339. config.status: creating Makefile
  340. config.status: creating testsuite/Makefile
  341. config.status: creating config.h
  342. config.status: executing default commands
  343. mkdir ./bfd
  344. Configuring in ./bfd
  345. configure: creating cache ./config.cache
  346. checking build system type... x86_64-apple-darwin18.0.0
  347. checking host system type... x86_64-apple-darwin18.0.0
  348. checking target system type... i386-pc-elf
  349. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  350. checking whether the C compiler works... yes
  351. checking for C compiler default output file name... a.out
  352. checking for suffix of executables...
  353. checking whether we are cross compiling... no
  354. checking for suffix of object files... o
  355. checking whether we are using the GNU C compiler... yes
  356. checking whether gcc accepts -g... yes
  357. checking for gcc option to accept ISO C89... none needed
  358. checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
  359. yes
  360. checking for library containing strerror... none required
  361. checking for a BSD-compatible install... /usr/bin/install -c
  362. checking whether build environment is sane... yes
  363. checking for a thread-safe mkdir -p... ../../binutils-2.31.1/bfd/../install-sh -c -d
  364. checking for gawk... awk
  365. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  366. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  367. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes
  368. checking dependency style of gcc... gcc3
  369. checking for x86_64-apple-darwin18.0.0-ar... ar
  370. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  371. checking for x86_64-apple-darwin18.0.0-gcc... (cached) gcc
  372. checking whether we are using the GNU C compiler... (cached) yes
  373. checking whether gcc accepts -g... (cached) yes
  374. checking for gcc option to accept ISO C89... (cached) none needed
  375. checking whether gcc understands -c and -o together... (cached) yes
  376. checking how to run the C preprocessor... gcc -E
  377. checking for grep that handles long lines and -e... /usr/bin/grep
  378. checking for egrep... /usr/bin/grep -E
  379. checking for ANSI C header files... yes
  380. checking for sys/types.h... yes
  381. checking for sys/stat.h... yes
  382. checking for stdlib.h... yes
  383. checking for string.h... yes
  384. checking for memory.h... yes
  385. checking for strings.h... yes
  386. checking for inttypes.h... yes
  387. checking for stdint.h... yes
  388. checking for unistd.h... yes
  389. checking minix/config.h usability... no
  390. checking minix/config.h presence... no
  391. checking for minix/config.h... no
  392. checking whether it is safe to define __EXTENSIONS__... yes
  393. checking how to print strings... printf
  394. checking for a sed that does not truncate output... /usr/bin/sed
  395. checking for fgrep... /usr/bin/grep -F
  396. checking for ld used by gcc... ld
  397. checking if the linker (ld) is GNU ld... no
  398. checking for BSD- or MS-compatible name lister (nm)... nm
  399. checking the name lister (nm) interface... BSD nm
  400. checking whether ln -s works... yes
  401. checking the maximum length of command line arguments... 196608
  402. checking whether the shell understands some XSI constructs... yes
  403. checking whether the shell understands "+="... yes
  404. checking for ld option to reload object files... -r
  405. checking for x86_64-apple-darwin18.0.0-objdump... objdump
  406. checking how to recognize dependent libraries... pass_all
  407. checking for x86_64-apple-darwin18.0.0-ar... (cached) ar
  408. checking for x86_64-apple-darwin18.0.0-strip... no
  409. checking for strip... strip
  410. checking for x86_64-apple-darwin18.0.0-ranlib... (cached) ranlib
  411. checking command to parse nm output from gcc object... ok
  412. checking for x86_64-apple-darwin18.0.0-dsymutil... no
  413. checking for dsymutil... dsymutil
  414. checking for x86_64-apple-darwin18.0.0-nmedit... no
  415. checking for nmedit... nmedit
  416. checking for x86_64-apple-darwin18.0.0-lipo... no
  417. checking for lipo... lipo
  418. checking for x86_64-apple-darwin18.0.0-otool... no
  419. checking for otool... otool
  420. checking for x86_64-apple-darwin18.0.0-otool64... no
  421. checking for otool64... no
  422. checking for -single_module linker flag... yes
  423. checking for -exported_symbols_list linker flag... yes
  424. checking for -force_load linker flag... no
  425. checking for dlfcn.h... yes
  426. checking for objdir... .libs
  427. checking if gcc supports -fno-rtti -fno-exceptions... no
  428. checking for gcc option to produce PIC... -fno-common -DPIC
  429. checking if gcc PIC flag -fno-common -DPIC works... yes
  430. checking if gcc static flag -static works... no
  431. checking if gcc supports -c -o file.o... yes
  432. checking if gcc supports -c -o file.o... (cached) yes
  433. checking whether the gcc linker (ld) supports shared libraries... yes
  434. checking dynamic linker characteristics... darwin18.0.0 dyld
  435. checking how to hardcode library paths into programs... immediate
  436. checking for dlopen in -ldl... yes
  437. checking whether a program can dlopen itself... yes
  438. checking whether a statically linked program can dlopen itself... yes
  439. checking whether stripping libraries is possible... yes
  440. checking if libtool supports shared libraries... yes
  441. checking whether to build shared libraries... no
  442. checking whether to build static libraries... yes
  443. checking for dlfcn.h... (cached) yes
  444. checking for windows.h... no
  445. checking for library containing dlsym... none required
  446. checking for special C compiler options needed for large files... no
  447. checking for _FILE_OFFSET_BITS value needed for large files... no
  448. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
  449. checking whether to enable maintainer-specific portions of Makefiles... no
  450. checking whether to install libbfd... no
  451. checking whether NLS is requested... no
  452. checking whether NLS is requested... no
  453. checking for msgfmt... no
  454. checking for gmsgfmt... :
  455. checking for xgettext... no
  456. checking for msgmerge... no
  457. checking for long double... yes
  458. checking for long long... yes
  459. checking size of long long... 8
  460. checking size of void *... 8
  461. checking size of long... 8
  462. checking alloca.h usability... yes
  463. checking alloca.h presence... yes
  464. checking for alloca.h... yes
  465. checking stddef.h usability... yes
  466. checking stddef.h presence... yes
  467. checking for stddef.h... yes
  468. checking for string.h... (cached) yes
  469. checking for strings.h... (cached) yes
  470. checking for stdlib.h... (cached) yes
  471. checking time.h usability... yes
  472. checking time.h presence... yes
  473. checking for time.h... yes
  474. checking for unistd.h... (cached) yes
  475. checking wchar.h usability... yes
  476. checking wchar.h presence... yes
  477. checking for wchar.h... yes
  478. checking wctype.h usability... yes
  479. checking wctype.h presence... yes
  480. checking for wctype.h... yes
  481. checking fcntl.h usability... yes
  482. checking fcntl.h presence... yes
  483. checking for fcntl.h... yes
  484. checking sys/file.h usability... yes
  485. checking sys/file.h presence... yes
  486. checking for sys/file.h... yes
  487. checking sys/time.h usability... yes
  488. checking sys/time.h presence... yes
  489. checking for sys/time.h... yes
  490. checking for sys/stat.h... (cached) yes
  491. checking sys/resource.h usability... yes
  492. checking sys/resource.h presence... yes
  493. checking for sys/resource.h... yes
  494. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  495. checking for uintptr_t... yes
  496. checking for int_least32_t... yes
  497. checking for int_fast32_t... yes
  498. checking for uint64_t... yes
  499. checking what to include in bfd_stdint.h... stdint.h (already complete)
  500. checking whether time.h and sys/time.h may both be included... yes
  501. checking for dirent.h that defines DIR... yes
  502. checking for library containing opendir... none required
  503. checking whether string.h and strings.h may both be included... yes
  504. checking for fcntl... yes
  505. checking for getpagesize... yes
  506. checking for setitimer... yes
  507. checking for sysconf... yes
  508. checking for fdopen... yes
  509. checking for getuid... yes
  510. checking for getgid... yes
  511. checking for fileno... yes
  512. checking for strtoull... yes
  513. checking for getrlimit... yes
  514. checking whether basename is declared... no
  515. checking whether ftello is declared... yes
  516. checking whether ftello64 is declared... no
  517. checking whether fseeko is declared... yes
  518. checking whether fseeko64 is declared... no
  519. checking whether ffs is declared... yes
  520. checking whether free is declared... yes
  521. checking whether getenv is declared... yes
  522. checking whether malloc is declared... yes
  523. checking whether realloc is declared... yes
  524. checking whether stpcpy is declared... yes
  525. checking whether strstr is declared... yes
  526. checking whether asprintf is declared... yes
  527. checking whether vasprintf is declared... yes
  528. checking whether snprintf is declared... yes
  529. checking whether vsnprintf is declared... yes
  530. checking whether strnlen is declared... yes
  531. checking compiler support for hidden visibility... yes
  532. checking linker --as-needed support... no
  533. checking for gcc version with buggy 64-bit support... no
  534. checking for ftello... yes
  535. checking for ftello64... no
  536. checking for fseeko... yes
  537. checking for fseeko64... no
  538. checking for fopen64... no
  539. checking size of off_t... 8
  540. checking file_ptr type... BFD_HOST_64_BIT
  541. checking for stdlib.h... (cached) yes
  542. checking for unistd.h... (cached) yes
  543. checking for sys/param.h... yes
  544. checking for getpagesize... (cached) yes
  545. checking for working mmap... yes
  546. checking for madvise... yes
  547. checking for mprotect... yes
  548. configure: updating cache ./config.cache
  549. checking that generated files are newer than configure... done
  550. configure: creating ./config.status
  551. config.status: creating Makefile
  552. config.status: creating doc/Makefile
  553. config.status: creating bfd-in3.h
  554. config.status: creating po/Makefile.in
  555. config.status: creating config.h
  556. config.status: executing depfiles commands
  557. config.status: executing libtool commands
  558. config.status: executing default-1 commands
  559. config.status: executing bfd_stdint.h commands
  560. config.status: executing default commands
  561. if [ x"" != x ] && [ ! -d pic ]; then \
  562. mkdir pic; \
  563. else true; fi
  564. touch stamp-picdir
  565. if [ x"" != x ] && [ ! -d noasan ]; then \
  566. mkdir noasan; \
  567. else true; fi
  568. touch stamp-noasandir
  569. if [ x"" != x ]; then \
  570. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/regex.c -o pic/regex.o; \
  571. else true; fi
  572. if [ x"" != x ]; then \
  573. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/regex.c -o noasan/regex.o; \
  574. else true; fi
  575. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/regex.c -o regex.o
  576. if [ x"" != x ]; then \
  577. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  578. else true; fi
  579. if [ x"" != x ]; then \
  580. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
  581. else true; fi
  582. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cplus-dem.c -o cplus-dem.o
  583. if [ x"" != x ]; then \
  584. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  585. else true; fi
  586. if [ x"" != x ]; then \
  587. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
  588. else true; fi
  589. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demangle.c -o cp-demangle.o
  590. if [ x"" != x ]; then \
  591. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/md5.c -o pic/md5.o; \
  592. else true; fi
  593. if [ x"" != x ]; then \
  594. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/md5.c -o noasan/md5.o; \
  595. else true; fi
  596. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/md5.c -o md5.o
  597. if [ x"" != x ]; then \
  598. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sha1.c -o pic/sha1.o; \
  599. else true; fi
  600. if [ x"" != x ]; then \
  601. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sha1.c -o noasan/sha1.o; \
  602. else true; fi
  603. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sha1.c -o sha1.o
  604. if [ x"" != x ]; then \
  605. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/alloca.c -o pic/alloca.o; \
  606. else true; fi
  607. if [ x"" != x ]; then \
  608. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/alloca.c -o noasan/alloca.o; \
  609. else true; fi
  610. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/alloca.c -o alloca.o
  611. if [ x"" != x ]; then \
  612. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/argv.c -o pic/argv.o; \
  613. else true; fi
  614. if [ x"" != x ]; then \
  615. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/argv.c -o noasan/argv.o; \
  616. else true; fi
  617. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/argv.c -o argv.o
  618. if [ x"" != x ]; then \
  619. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
  620. else true; fi
  621. if [ x"" != x ]; then \
  622. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/choose-temp.c -o noasan/choose-temp.o; \
  623. else true; fi
  624. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/choose-temp.c -o choose-temp.o
  625. if [ x"" != x ]; then \
  626. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/concat.c -o pic/concat.o; \
  627. else true; fi
  628. if [ x"" != x ]; then \
  629. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/concat.c -o noasan/concat.o; \
  630. else true; fi
  631. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/concat.c -o concat.o
  632. if [ x"" != x ]; then \
  633. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
  634. else true; fi
  635. if [ x"" != x ]; then \
  636. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demint.c -o noasan/cp-demint.o; \
  637. else true; fi
  638. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/cp-demint.c -o cp-demint.o
  639. if [ x"" != x ]; then \
  640. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/crc32.c -o pic/crc32.o; \
  641. else true; fi
  642. if [ x"" != x ]; then \
  643. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/crc32.c -o noasan/crc32.o; \
  644. else true; fi
  645. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/crc32.c -o crc32.o
  646. if [ x"" != x ]; then \
  647. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/d-demangle.c -o pic/d-demangle.o; \
  648. else true; fi
  649. if [ x"" != x ]; then \
  650. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/d-demangle.c -o noasan/d-demangle.o; \
  651. else true; fi
  652. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/d-demangle.c -o d-demangle.o
  653. if [ x"" != x ]; then \
  654. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  655. else true; fi
  656. if [ x"" != x ]; then \
  657. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
  658. else true; fi
  659. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dwarfnames.c -o dwarfnames.o
  660. if [ x"" != x ]; then \
  661. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
  662. else true; fi
  663. if [ x"" != x ]; then \
  664. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dyn-string.c -o noasan/dyn-string.o; \
  665. else true; fi
  666. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/dyn-string.c -o dyn-string.o
  667. if [ x"" != x ]; then \
  668. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
  669. else true; fi
  670. if [ x"" != x ]; then \
  671. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fdmatch.c -o noasan/fdmatch.o; \
  672. else true; fi
  673. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fdmatch.c -o fdmatch.o
  674. if [ x"" != x ]; then \
  675. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fibheap.c -o pic/fibheap.o; \
  676. else true; fi
  677. if [ x"" != x ]; then \
  678. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fibheap.c -o noasan/fibheap.o; \
  679. else true; fi
  680. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fibheap.c -o fibheap.o
  681. if [ x"" != x ]; then \
  682. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  683. else true; fi
  684. if [ x"" != x ]; then \
  685. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
  686. else true; fi
  687. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/filename_cmp.c -o filename_cmp.o
  688. if [ x"" != x ]; then \
  689. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/floatformat.c -o pic/floatformat.o; \
  690. else true; fi
  691. if [ x"" != x ]; then \
  692. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/floatformat.c -o noasan/floatformat.o; \
  693. else true; fi
  694. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/floatformat.c -o floatformat.o
  695. if [ x"" != x ]; then \
  696. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
  697. else true; fi
  698. if [ x"" != x ]; then \
  699. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fnmatch.c -o noasan/fnmatch.o; \
  700. else true; fi
  701. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fnmatch.c -o fnmatch.o
  702. if [ x"" != x ]; then \
  703. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  704. else true; fi
  705. if [ x"" != x ]; then \
  706. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
  707. else true; fi
  708. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  709. if [ x"" != x ]; then \
  710. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt.c -o pic/getopt.o; \
  711. else true; fi
  712. if [ x"" != x ]; then \
  713. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt.c -o noasan/getopt.o; \
  714. else true; fi
  715. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt.c -o getopt.o
  716. if [ x"" != x ]; then \
  717. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt1.c -o pic/getopt1.o; \
  718. else true; fi
  719. if [ x"" != x ]; then \
  720. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt1.c -o noasan/getopt1.o; \
  721. else true; fi
  722. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getopt1.c -o getopt1.o
  723. if [ x"" != x ]; then \
  724. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getpwd.c -o pic/getpwd.o; \
  725. else true; fi
  726. if [ x"" != x ]; then \
  727. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getpwd.c -o noasan/getpwd.o; \
  728. else true; fi
  729. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getpwd.c -o getpwd.o
  730. if [ x"" != x ]; then \
  731. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getruntime.c -o pic/getruntime.o; \
  732. else true; fi
  733. if [ x"" != x ]; then \
  734. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getruntime.c -o noasan/getruntime.o; \
  735. else true; fi
  736. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/getruntime.c -o getruntime.o
  737. if [ x"" != x ]; then \
  738. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hashtab.c -o pic/hashtab.o; \
  739. else true; fi
  740. if [ x"" != x ]; then \
  741. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hashtab.c -o noasan/hashtab.o; \
  742. else true; fi
  743. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hashtab.c -o hashtab.o
  744. if [ x"" != x ]; then \
  745. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hex.c -o pic/hex.o; \
  746. else true; fi
  747. if [ x"" != x ]; then \
  748. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hex.c -o noasan/hex.o; \
  749. else true; fi
  750. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/hex.c -o hex.o
  751. if [ x"" != x ]; then \
  752. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lbasename.c -o pic/lbasename.o; \
  753. else true; fi
  754. if [ x"" != x ]; then \
  755. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lbasename.c -o noasan/lbasename.o; \
  756. else true; fi
  757. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lbasename.c -o lbasename.o
  758. if [ x"" != x ]; then \
  759. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
  760. else true; fi
  761. if [ x"" != x ]; then \
  762. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lrealpath.c -o noasan/lrealpath.o; \
  763. else true; fi
  764. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/lrealpath.c -o lrealpath.o
  765. if [ x"" != x ]; then \
  766. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  767. else true; fi
  768. if [ x"" != x ]; then \
  769. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
  770. else true; fi
  771. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
  772. if [ x"" != x ]; then \
  773. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  774. else true; fi
  775. if [ x"" != x ]; then \
  776. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
  777. else true; fi
  778. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/make-temp-file.c -o make-temp-file.o
  779. if [ x"" != x ]; then \
  780. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/objalloc.c -o pic/objalloc.o; \
  781. else true; fi
  782. if [ x"" != x ]; then \
  783. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/objalloc.c -o noasan/objalloc.o; \
  784. else true; fi
  785. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/objalloc.c -o objalloc.o
  786. if [ x"" != x ]; then \
  787. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/obstack.c -o pic/obstack.o; \
  788. else true; fi
  789. if [ x"" != x ]; then \
  790. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/obstack.c -o noasan/obstack.o; \
  791. else true; fi
  792. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/obstack.c -o obstack.o
  793. if [ x"" != x ]; then \
  794. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/partition.c -o pic/partition.o; \
  795. else true; fi
  796. if [ x"" != x ]; then \
  797. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/partition.c -o noasan/partition.o; \
  798. else true; fi
  799. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/partition.c -o partition.o
  800. if [ x"" != x ]; then \
  801. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pexecute.c -o pic/pexecute.o; \
  802. else true; fi
  803. if [ x"" != x ]; then \
  804. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pexecute.c -o noasan/pexecute.o; \
  805. else true; fi
  806. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pexecute.c -o pexecute.o
  807. if [ x"" != x ]; then \
  808. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/physmem.c -o pic/physmem.o; \
  809. else true; fi
  810. if [ x"" != x ]; then \
  811. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/physmem.c -o noasan/physmem.o; \
  812. else true; fi
  813. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/physmem.c -o physmem.o
  814. In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h:83,
  815. from ../../binutils-2.31.1/libiberty/physmem.c:52:
  816. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/ucred.h:93:8: note: struct defined here
  817. struct posix_cred {
  818. ^~~~~~~~~~
  819. if [ x"" != x ]; then \
  820. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-common.c -o pic/pex-common.o; \
  821. else true; fi
  822. if [ x"" != x ]; then \
  823. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-common.c -o noasan/pex-common.o; \
  824. else true; fi
  825. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-common.c -o pex-common.o
  826. if [ x"" != x ]; then \
  827. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-one.c -o pic/pex-one.o; \
  828. else true; fi
  829. if [ x"" != x ]; then \
  830. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-one.c -o noasan/pex-one.o; \
  831. else true; fi
  832. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-one.c -o pex-one.o
  833. if [ x"" != x ]; then \
  834. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
  835. else true; fi
  836. if [ x"" != x ]; then \
  837. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-unix.c -o noasan/pex-unix.o; \
  838. else true; fi
  839. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/pex-unix.c -o pex-unix.o
  840. if [ x"" != x ]; then \
  841. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
  842. else true; fi
  843. if [ x"" != x ]; then \
  844. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
  845. else true; fi
  846. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/vprintf-support.c -o vprintf-support.o
  847. if [ x"" != x ]; then \
  848. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
  849. else true; fi
  850. if [ x"" != x ]; then \
  851. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
  852. else true; fi
  853. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/rust-demangle.c -o rust-demangle.o
  854. if [ x"" != x ]; then \
  855. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  856. else true; fi
  857. if [ x"" != x ]; then \
  858. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
  859. else true; fi
  860. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/safe-ctype.c -o safe-ctype.o
  861. if [ x"" != x ]; then \
  862. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object.c -o pic/simple-object.o; \
  863. else true; fi
  864. if [ x"" != x ]; then \
  865. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object.c -o noasan/simple-object.o; \
  866. else true; fi
  867. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object.c -o simple-object.o
  868. if [ x"" != x ]; then \
  869. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  870. else true; fi
  871. if [ x"" != x ]; then \
  872. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
  873. else true; fi
  874. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-coff.c -o simple-object-coff.o
  875. if [ x"" != x ]; then \
  876. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  877. else true; fi
  878. if [ x"" != x ]; then \
  879. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
  880. else true; fi
  881. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-elf.c -o simple-object-elf.o
  882. if [ x"" != x ]; then \
  883. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  884. else true; fi
  885. if [ x"" != x ]; then \
  886. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
  887. else true; fi
  888. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  889. if [ x"" != x ]; then \
  890. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  891. else true; fi
  892. if [ x"" != x ]; then \
  893. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
  894. else true; fi
  895. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  896. if [ x"" != x ]; then \
  897. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sort.c -o pic/sort.o; \
  898. else true; fi
  899. if [ x"" != x ]; then \
  900. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sort.c -o noasan/sort.o; \
  901. else true; fi
  902. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/sort.c -o sort.o
  903. if [ x"" != x ]; then \
  904. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/spaces.c -o pic/spaces.o; \
  905. else true; fi
  906. if [ x"" != x ]; then \
  907. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/spaces.c -o noasan/spaces.o; \
  908. else true; fi
  909. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/spaces.c -o spaces.o
  910. if [ x"" != x ]; then \
  911. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
  912. else true; fi
  913. if [ x"" != x ]; then \
  914. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/splay-tree.c -o noasan/splay-tree.o; \
  915. else true; fi
  916. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/splay-tree.c -o splay-tree.o
  917. if [ x"" != x ]; then \
  918. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/stack-limit.c -o pic/stack-limit.o; \
  919. else true; fi
  920. if [ x"" != x ]; then \
  921. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/stack-limit.c -o noasan/stack-limit.o; \
  922. else true; fi
  923. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/stack-limit.c -o stack-limit.o
  924. if [ x"" != x ]; then \
  925. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strerror.c -o pic/strerror.o; \
  926. else true; fi
  927. if [ x"" != x ]; then \
  928. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strerror.c -o noasan/strerror.o; \
  929. else true; fi
  930. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strerror.c -o strerror.o
  931. if [ x"" != x ]; then \
  932. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strsignal.c -o pic/strsignal.o; \
  933. else true; fi
  934. if [ x"" != x ]; then \
  935. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strsignal.c -o noasan/strsignal.o; \
  936. else true; fi
  937. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strsignal.c -o strsignal.o
  938. if [ x"" != x ]; then \
  939. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  940. else true; fi
  941. if [ x"" != x ]; then \
  942. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
  943. else true; fi
  944. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/timeval-utils.c -o timeval-utils.o
  945. if [ x"" != x ]; then \
  946. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  947. else true; fi
  948. if [ x"" != x ]; then \
  949. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
  950. else true; fi
  951. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  952. if [ x"" != x ]; then \
  953. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xasprintf.c -o pic/xasprintf.o; \
  954. else true; fi
  955. if [ x"" != x ]; then \
  956. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xasprintf.c -o noasan/xasprintf.o; \
  957. else true; fi
  958. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xasprintf.c -o xasprintf.o
  959. if [ x"" != x ]; then \
  960. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xatexit.c -o pic/xatexit.o; \
  961. else true; fi
  962. if [ x"" != x ]; then \
  963. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xatexit.c -o noasan/xatexit.o; \
  964. else true; fi
  965. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xatexit.c -o xatexit.o
  966. if [ x"" != x ]; then \
  967. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xexit.c -o pic/xexit.o; \
  968. else true; fi
  969. if [ x"" != x ]; then \
  970. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xexit.c -o noasan/xexit.o; \
  971. else true; fi
  972. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xexit.c -o xexit.o
  973. if [ x"" != x ]; then \
  974. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
  975. else true; fi
  976. if [ x"" != x ]; then \
  977. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmalloc.c -o noasan/xmalloc.o; \
  978. else true; fi
  979. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmalloc.c -o xmalloc.o
  980. ../../binutils-2.31.1/libiberty/xmalloc.c: In function 'xmalloc_set_program_name':
  981. ../../binutils-2.31.1/libiberty/xmalloc.c:113:5: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  982. first_break = (char *) sbrk (0);
  983. ^~~~~~~~~~~
  984. In file included from ../../binutils-2.31.1/libiberty/xmalloc.c:82:
  985. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:587:7: note: declared here
  986. void *sbrk(int);
  987. ^~~~
  988. ../../binutils-2.31.1/libiberty/xmalloc.c: In function 'xmalloc_failed':
  989. ../../binutils-2.31.1/libiberty/xmalloc.c:124:5: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  990. allocated = (char *) sbrk (0) - first_break;
  991. ^~~~~~~~~
  992. In file included from ../../binutils-2.31.1/libiberty/xmalloc.c:82:
  993. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:587:7: note: declared here
  994. void *sbrk(int);
  995. ^~~~
  996. ../../binutils-2.31.1/libiberty/xmalloc.c:126:5: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
  997. allocated = (char *) sbrk (0) - (char *) &environ;
  998. ^~~~~~~~~
  999. In file included from ../../binutils-2.31.1/libiberty/xmalloc.c:82:
  1000. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:587:7: note: declared here
  1001. void *sbrk(int);
  1002. ^~~~
  1003. if [ x"" != x ]; then \
  1004. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
  1005. else true; fi
  1006. if [ x"" != x ]; then \
  1007. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmemdup.c -o noasan/xmemdup.o; \
  1008. else true; fi
  1009. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xmemdup.c -o xmemdup.o
  1010. if [ x"" != x ]; then \
  1011. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
  1012. else true; fi
  1013. if [ x"" != x ]; then \
  1014. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrdup.c -o noasan/xstrdup.o; \
  1015. else true; fi
  1016. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrdup.c -o xstrdup.o
  1017. if [ x"" != x ]; then \
  1018. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
  1019. else true; fi
  1020. if [ x"" != x ]; then \
  1021. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrerror.c -o noasan/xstrerror.o; \
  1022. else true; fi
  1023. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrerror.c -o xstrerror.o
  1024. if [ x"" != x ]; then \
  1025. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
  1026. else true; fi
  1027. if [ x"" != x ]; then \
  1028. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrndup.c -o noasan/xstrndup.o; \
  1029. else true; fi
  1030. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xstrndup.c -o xstrndup.o
  1031. if [ x"" != x ]; then \
  1032. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
  1033. else true; fi
  1034. if [ x"" != x ]; then \
  1035. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
  1036. else true; fi
  1037. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/xvasprintf.c -o xvasprintf.o
  1038. if [ x"" != x ]; then \
  1039. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
  1040. else true; fi
  1041. if [ x"" != x ]; then \
  1042. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/mempcpy.c -o noasan/mempcpy.o; \
  1043. else true; fi
  1044. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/mempcpy.c -o mempcpy.o
  1045. if [ x"" != x ]; then \
  1046. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strverscmp.c -o pic/strverscmp.o; \
  1047. else true; fi
  1048. if [ x"" != x ]; then \
  1049. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strverscmp.c -o noasan/strverscmp.o; \
  1050. else true; fi
  1051. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/strverscmp.c -o strverscmp.o
  1052. if [ x"" != x ]; then \
  1053. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/setproctitle.c -o pic/setproctitle.o; \
  1054. else true; fi
  1055. if [ x"" != x ]; then \
  1056. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/setproctitle.c -o noasan/setproctitle.o; \
  1057. else true; fi
  1058. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.31.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../binutils-2.31.1/libiberty/setproctitle.c -o setproctitle.o
  1059. rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
  1060. ar rc ./libiberty.a \
  1061. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o
  1062. ranlib ./libiberty.a
  1063. if [ x"" != x ]; then \
  1064. cd pic; \
  1065. ar rc ./libiberty.a \
  1066. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  1067. ranlib ./libiberty.a; \
  1068. cd ..; \
  1069. else true; fi; \
  1070. if [ x"" != x ]; then \
  1071. cd noasan; \
  1072. ar rc ./libiberty.a \
  1073. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  1074. ranlib ./libiberty.a; \
  1075. cd ..; \
  1076. else true; fi
  1077. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
  1078. make[3]: Nothing to be done for `all'.
  1079. make[2]: Nothing to be done for `all'.
  1080. mkdir ./zlib
  1081. Configuring in ./zlib
  1082. configure: creating cache ./config.cache
  1083. checking build system type... x86_64-apple-darwin18.0.0
  1084. checking host system type... x86_64-apple-darwin18.0.0
  1085. checking target system type... i386-pc-elf
  1086. checking for a BSD-compatible install... /usr/bin/install -c
  1087. checking whether build environment is sane... yes
  1088. checking for a thread-safe mkdir -p... ../../binutils-2.31.1/zlib/../install-sh -c -d
  1089. checking for gawk... awk
  1090. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1091. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes
  1092. checking whether to enable maintainer-specific portions of Makefiles... no
  1093. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  1094. checking whether the C compiler works... yes
  1095. checking for C compiler default output file name... a.out
  1096. checking for suffix of executables...
  1097. checking whether we are cross compiling... no
  1098. checking for suffix of object files... o
  1099. checking whether we are using the GNU C compiler... yes
  1100. checking whether gcc accepts -g... yes
  1101. checking for gcc option to accept ISO C89... none needed
  1102. checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
  1103. yes
  1104. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  1105. checking dependency style of gcc... gcc3
  1106. checking how to print strings... printf
  1107. checking for a sed that does not truncate output... /usr/bin/sed
  1108. checking for grep that handles long lines and -e... /usr/bin/grep
  1109. checking for egrep... /usr/bin/grep -E
  1110. checking for fgrep... /usr/bin/grep -F
  1111. checking for ld used by gcc... ld
  1112. checking if the linker (ld) is GNU ld... no
  1113. checking for BSD- or MS-compatible name lister (nm)... nm
  1114. checking the name lister (nm) interface... rm: conftest.dSYM: is a directory
  1115. BSD nm
  1116. checking whether ln -s works... yes
  1117. checking the maximum length of command line arguments... 196608
  1118. checking whether the shell understands some XSI constructs... yes
  1119. checking whether the shell understands "+="... yes
  1120. checking for ld option to reload object files... -r
  1121. checking for x86_64-apple-darwin18.0.0-objdump... objdump
  1122. checking how to recognize dependent libraries... pass_all
  1123. checking for x86_64-apple-darwin18.0.0-ar... ar
  1124. checking for x86_64-apple-darwin18.0.0-strip... no
  1125. checking for strip... strip
  1126. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  1127. checking command to parse nm output from gcc object... rm: conftest.dSYM: is a directory
  1128. ok
  1129. checking for x86_64-apple-darwin18.0.0-dsymutil... no
  1130. checking for dsymutil... dsymutil
  1131. checking for x86_64-apple-darwin18.0.0-nmedit... no
  1132. checking for nmedit... nmedit
  1133. checking for x86_64-apple-darwin18.0.0-lipo... no
  1134. checking for lipo... lipo
  1135. checking for x86_64-apple-darwin18.0.0-otool... no
  1136. checking for otool... otool
  1137. checking for x86_64-apple-darwin18.0.0-otool64... no
  1138. checking for otool64... no
  1139. checking for -single_module linker flag... yes
  1140. checking for -exported_symbols_list linker flag... yes
  1141. checking for -force_load linker flag... no
  1142. checking how to run the C preprocessor... gcc -E
  1143. checking for ANSI C header files... yes
  1144. checking for sys/types.h... yes
  1145. checking for sys/stat.h... yes
  1146. checking for stdlib.h... yes
  1147. checking for string.h... yes
  1148. checking for memory.h... yes
  1149. checking for strings.h... yes
  1150. checking for inttypes.h... yes
  1151. checking for stdint.h... yes
  1152. checking for unistd.h... yes
  1153. checking for dlfcn.h... yes
  1154. checking for objdir... .libs
  1155. checking if gcc supports -fno-rtti -fno-exceptions... no
  1156. checking for gcc option to produce PIC... -fno-common -DPIC
  1157. checking if gcc PIC flag -fno-common -DPIC works... yes
  1158. checking if gcc static flag -static works... no
  1159. checking if gcc supports -c -o file.o... yes
  1160. checking if gcc supports -c -o file.o... (cached) yes
  1161. checking whether the gcc linker (ld) supports shared libraries... yes
  1162. checking dynamic linker characteristics... darwin18.0.0 dyld
  1163. checking how to hardcode library paths into programs... immediate
  1164. checking whether stripping libraries is possible... yes
  1165. checking if libtool supports shared libraries... yes
  1166. checking whether to build shared libraries... yes
  1167. checking whether to build static libraries... yes
  1168. checking how to run the C preprocessor... gcc -E
  1169. checking for stdlib.h... (cached) yes
  1170. checking for unistd.h... (cached) yes
  1171. checking for sys/param.h... yes
  1172. checking for getpagesize... yes
  1173. checking for working mmap... yes
  1174. checking for memcpy... yes
  1175. checking for strerror... yes
  1176. checking for unistd.h... (cached) yes
  1177. configure: updating cache ./config.cache
  1178. checking that generated files are newer than configure... done
  1179. configure: creating ./config.status
  1180. config.status: creating Makefile
  1181. config.status: executing depfiles commands
  1182. config.status: executing libtool commands
  1183. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../binutils-2.31.1/zlib/'`adler32.c
  1184. mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
  1185. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../binutils-2.31.1/zlib/'`compress.c
  1186. mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
  1187. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../binutils-2.31.1/zlib/'`crc32.c
  1188. mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
  1189. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../binutils-2.31.1/zlib/'`deflate.c
  1190. mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
  1191. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../binutils-2.31.1/zlib/'`gzread.c
  1192. mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
  1193. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../binutils-2.31.1/zlib/'`gzclose.c
  1194. mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
  1195. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-2.31.1/zlib/'`gzwrite.c
  1196. mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
  1197. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-2.31.1/zlib/'`gzlib.c
  1198. mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
  1199. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../binutils-2.31.1/zlib/'`infback.c
  1200. mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
  1201. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../binutils-2.31.1/zlib/'`inffast.c
  1202. mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
  1203. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../binutils-2.31.1/zlib/'`inflate.c
  1204. mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
  1205. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../binutils-2.31.1/zlib/'`inftrees.c
  1206. mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
  1207. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-2.31.1/zlib/'`trees.c
  1208. mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
  1209. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../binutils-2.31.1/zlib/'`uncompr.c
  1210. mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
  1211. gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-2.31.1/zlib -g -O2 -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../binutils-2.31.1/zlib/'`zutil.c
  1212. mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
  1213. rm -f libz.a
  1214. 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
  1215. ranlib libz.a
  1216. creating bfdver.h
  1217. rm -f elf32-target.h
  1218. /usr/bin/sed -e s/NN/32/g < ../../binutils-2.31.1/bfd/elfxx-target.h > elf32-target.new
  1219. mv -f elf32-target.new elf32-target.h
  1220. rm -f elf64-target.h
  1221. /usr/bin/sed -e s/NN/64/g < ../../binutils-2.31.1/bfd/elfxx-target.h > elf64-target.new
  1222. mv -f elf64-target.new elf64-target.h
  1223. rm -f targmatch.h
  1224. /usr/bin/sed -f ../../binutils-2.31.1/bfd/targmatch.sed < ../../binutils-2.31.1/bfd/config.bfd > targmatch.new
  1225. mv -f targmatch.new targmatch.h
  1226. Making info in doc
  1227. gcc -o chw$$ -g -O2 \
  1228. -I.. -I../../../binutils-2.31.1/bfd/doc/.. -I../../../binutils-2.31.1/bfd/doc/../../include -I../../../binutils-2.31.1/bfd/doc/../../intl -I../../intl ../../../binutils-2.31.1/bfd/doc/chew.c; \
  1229. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change \
  1230. chw$$ chew; \
  1231. touch chew.stamp
  1232. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../aoutx.h >aoutx.tmp
  1233. test -e aoutx.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/aoutx.texi || cp -p ../../../binutils-2.31.1/bfd/doc/aoutx.texi .
  1234. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
  1235. touch aoutx.stamp
  1236. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../archive.c >archive.tmp
  1237. test -e archive.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/archive.texi || cp -p ../../../binutils-2.31.1/bfd/doc/archive.texi .
  1238. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change archive.tmp archive.texi
  1239. touch archive.stamp
  1240. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../archures.c >archures.tmp
  1241. test -e archures.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/archures.texi || cp -p ../../../binutils-2.31.1/bfd/doc/archures.texi .
  1242. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change archures.tmp archures.texi
  1243. touch archures.stamp
  1244. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../bfd.c >bfd.tmp
  1245. test -e bfdt.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/bfdt.texi || cp -p ../../../binutils-2.31.1/bfd/doc/bfdt.texi .
  1246. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
  1247. touch bfdt.stamp
  1248. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../cache.c >cache.tmp
  1249. test -e cache.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/cache.texi || cp -p ../../../binutils-2.31.1/bfd/doc/cache.texi .
  1250. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change cache.tmp cache.texi
  1251. touch cache.stamp
  1252. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../coffcode.h >coffcode.tmp
  1253. test -e coffcode.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/coffcode.texi || cp -p ../../../binutils-2.31.1/bfd/doc/coffcode.texi .
  1254. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
  1255. touch coffcode.stamp
  1256. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../corefile.c >core.tmp
  1257. test -e core.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/core.texi || cp -p ../../../binutils-2.31.1/bfd/doc/core.texi .
  1258. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change core.tmp core.texi
  1259. touch core.stamp
  1260. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../elf.c >elf.tmp
  1261. test -e elf.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/elf.texi || cp -p ../../../binutils-2.31.1/bfd/doc/elf.texi .
  1262. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change elf.tmp elf.texi
  1263. touch elf.stamp
  1264. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../elfcode.h >elfcode.tmp
  1265. test -e elfcode.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/elfcode.texi || cp -p ../../../binutils-2.31.1/bfd/doc/elfcode.texi .
  1266. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
  1267. touch elfcode.stamp
  1268. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../format.c >format.tmp
  1269. test -e format.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/format.texi || cp -p ../../../binutils-2.31.1/bfd/doc/format.texi .
  1270. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change format.tmp format.texi
  1271. touch format.stamp
  1272. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../libbfd.c >libbfd.tmp
  1273. test -e libbfd.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/libbfd.texi || cp -p ../../../binutils-2.31.1/bfd/doc/libbfd.texi .
  1274. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
  1275. touch libbfd.stamp
  1276. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../bfdwin.c >bfdwin.tmp
  1277. test -e bfdwin.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/bfdwin.texi || cp -p ../../../binutils-2.31.1/bfd/doc/bfdwin.texi .
  1278. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
  1279. touch bfdwin.stamp
  1280. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../bfdio.c >bfdio.tmp
  1281. test -e bfdio.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/bfdio.texi || cp -p ../../../binutils-2.31.1/bfd/doc/bfdio.texi .
  1282. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
  1283. touch bfdio.stamp
  1284. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../opncls.c >opncls.tmp
  1285. test -e opncls.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/opncls.texi || cp -p ../../../binutils-2.31.1/bfd/doc/opncls.texi .
  1286. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change opncls.tmp opncls.texi
  1287. touch opncls.stamp
  1288. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../reloc.c >reloc.tmp
  1289. test -e reloc.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/reloc.texi || cp -p ../../../binutils-2.31.1/bfd/doc/reloc.texi .
  1290. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change reloc.tmp reloc.texi
  1291. touch reloc.stamp
  1292. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../section.c >section.tmp
  1293. test -e section.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/section.texi || cp -p ../../../binutils-2.31.1/bfd/doc/section.texi .
  1294. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change section.tmp section.texi
  1295. touch section.stamp
  1296. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../syms.c >syms.tmp
  1297. test -e syms.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/syms.texi || cp -p ../../../binutils-2.31.1/bfd/doc/syms.texi .
  1298. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change syms.tmp syms.texi
  1299. touch syms.stamp
  1300. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../targets.c >targets.tmp
  1301. test -e targets.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/targets.texi || cp -p ../../../binutils-2.31.1/bfd/doc/targets.texi .
  1302. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change targets.tmp targets.texi
  1303. touch targets.stamp
  1304. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../init.c >init.tmp
  1305. test -e init.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/init.texi || cp -p ../../../binutils-2.31.1/bfd/doc/init.texi .
  1306. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change init.tmp init.texi
  1307. touch init.stamp
  1308. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../hash.c >hash.tmp
  1309. test -e hash.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/hash.texi || cp -p ../../../binutils-2.31.1/bfd/doc/hash.texi .
  1310. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change hash.tmp hash.texi
  1311. touch hash.stamp
  1312. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../linker.c >linker.tmp
  1313. test -e linker.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/linker.texi || cp -p ../../../binutils-2.31.1/bfd/doc/linker.texi .
  1314. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change linker.tmp linker.texi
  1315. touch linker.stamp
  1316. ./chew -f ../../../binutils-2.31.1/bfd/doc/doc.str < ../../../binutils-2.31.1/bfd/doc/../mmo.c >mmo.tmp
  1317. test -e mmo.texi || test ! -f ../../../binutils-2.31.1/bfd/doc/mmo.texi || cp -p ../../../binutils-2.31.1/bfd/doc/mmo.texi .
  1318. /bin/sh ../../../binutils-2.31.1/bfd/doc/../../move-if-change mmo.tmp mmo.texi
  1319. touch mmo.stamp
  1320. Making info in po
  1321. ( if test 'x../../../binutils-2.31.1/bfd/po' != 'x.'; then \
  1322. posrcprefix='../../../binutils-2.31.1/bfd/'; \
  1323. else \
  1324. posrcprefix="../"; \
  1325. fi; \
  1326. rm -f SRC-POTFILES-t SRC-POTFILES \
  1327. && (sed -e '/^#/d' \
  1328. -e '/^[ ]*$/d' \
  1329. -e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.31.1/bfd/po/SRC-POTFILES.in \
  1330. | sed -e '$s/\\$//') > SRC-POTFILES-t \
  1331. && chmod a-w SRC-POTFILES-t \
  1332. && mv SRC-POTFILES-t SRC-POTFILES )
  1333. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  1334. && (sed -e '/^#/d' \
  1335. -e '/^[ ]*$/d' \
  1336. -e "s@.*@ ../& \\\\@" < ../../../binutils-2.31.1/bfd/po/BLD-POTFILES.in \
  1337. | sed -e '$s/\\$//') > BLD-POTFILES-t \
  1338. && chmod a-w BLD-POTFILES-t \
  1339. && mv BLD-POTFILES-t BLD-POTFILES )
  1340. cd .. \
  1341. && CONFIG_FILES=po/Makefile.in:po/Make-in \
  1342. CONFIG_HEADERS= /bin/sh ./config.status
  1343. config.status: creating po/Makefile.in
  1344. config.status: executing depfiles commands
  1345. config.status: executing libtool commands
  1346. config.status: executing default-1 commands
  1347. config.status: executing bfd_stdint.h commands
  1348. config.status: executing default commands
  1349. make[3]: Nothing to be done for `info'.
  1350. make[3]: Nothing to be done for `info-am'.
  1351. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  1352. Making all in doc
  1353. Making all in po
  1354. make[4]: Nothing to be done for `all'.
  1355. rm -f bfd-tmp.h
  1356. cp bfd-in3.h bfd-tmp.h
  1357. /bin/sh ../../binutils-2.31.1/bfd/../move-if-change bfd-tmp.h bfd.h
  1358. rm -f bfd-tmp.h
  1359. touch stmp-bfd-h
  1360. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-2.31.1/bfd/archive.c
  1361. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-2.31.1/bfd/archive.c -o archive.o
  1362. mv -f .deps/archive.Tpo .deps/archive.Plo
  1363. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=i386_elf32_vec -DSELECT_VECS='&i386_elf32_vec,&iamcu_elf32_vec,&i386_coff_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch' ../../binutils-2.31.1/bfd/archures.c
  1364. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=i386_elf32_vec "-DSELECT_VECS=&i386_elf32_vec,&iamcu_elf32_vec,&i386_coff_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch" ../../binutils-2.31.1/bfd/archures.c -o archures.o
  1365. mv -f .deps/archures.Tpo .deps/archures.Plo
  1366. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-2.31.1/bfd/bfd.c
  1367. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-2.31.1/bfd/bfd.c -o bfd.o
  1368. mv -f .deps/bfd.Tpo .deps/bfd.Plo
  1369. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-2.31.1/bfd/bfdio.c
  1370. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-2.31.1/bfd/bfdio.c -o bfdio.o
  1371. mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
  1372. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../binutils-2.31.1/bfd/bfdwin.c
  1373. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../binutils-2.31.1/bfd/bfdwin.c -o bfdwin.o
  1374. mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
  1375. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../binutils-2.31.1/bfd/cache.c
  1376. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../binutils-2.31.1/bfd/cache.c -o cache.o
  1377. mv -f .deps/cache.Tpo .deps/cache.Plo
  1378. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../../binutils-2.31.1/bfd/coff-bfd.c
  1379. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../../binutils-2.31.1/bfd/coff-bfd.c -o coff-bfd.o
  1380. mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo
  1381. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../binutils-2.31.1/bfd/compress.c
  1382. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../binutils-2.31.1/bfd/compress.c -o compress.o
  1383. mv -f .deps/compress.Tpo .deps/compress.Plo
  1384. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../binutils-2.31.1/bfd/corefile.c
  1385. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../binutils-2.31.1/bfd/corefile.c -o corefile.o
  1386. mv -f .deps/corefile.Tpo .deps/corefile.Plo
  1387. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../binutils-2.31.1/bfd/format.c
  1388. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../binutils-2.31.1/bfd/format.c -o format.o
  1389. mv -f .deps/format.Tpo .deps/format.Plo
  1390. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../binutils-2.31.1/bfd/hash.c
  1391. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../binutils-2.31.1/bfd/hash.c -o hash.o
  1392. mv -f .deps/hash.Tpo .deps/hash.Plo
  1393. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../binutils-2.31.1/bfd/init.c
  1394. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../binutils-2.31.1/bfd/init.c -o init.o
  1395. mv -f .deps/init.Tpo .deps/init.Plo
  1396. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../binutils-2.31.1/bfd/libbfd.c
  1397. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../binutils-2.31.1/bfd/libbfd.c -o libbfd.o
  1398. mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
  1399. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../binutils-2.31.1/bfd/linker.c
  1400. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../binutils-2.31.1/bfd/linker.c -o linker.o
  1401. mv -f .deps/linker.Tpo .deps/linker.Plo
  1402. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../binutils-2.31.1/bfd/merge.c
  1403. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../binutils-2.31.1/bfd/merge.c -o merge.o
  1404. mv -f .deps/merge.Tpo .deps/merge.Plo
  1405. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../binutils-2.31.1/bfd/opncls.c
  1406. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../binutils-2.31.1/bfd/opncls.c -o opncls.o
  1407. mv -f .deps/opncls.Tpo .deps/opncls.Plo
  1408. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../binutils-2.31.1/bfd/reloc.c
  1409. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../binutils-2.31.1/bfd/reloc.c -o reloc.o
  1410. mv -f .deps/reloc.Tpo .deps/reloc.Plo
  1411. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../binutils-2.31.1/bfd/section.c
  1412. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../binutils-2.31.1/bfd/section.c -o section.o
  1413. mv -f .deps/section.Tpo .deps/section.Plo
  1414. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../binutils-2.31.1/bfd/simple.c
  1415. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../binutils-2.31.1/bfd/simple.c -o simple.o
  1416. mv -f .deps/simple.Tpo .deps/simple.Plo
  1417. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../binutils-2.31.1/bfd/stab-syms.c
  1418. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../binutils-2.31.1/bfd/stab-syms.c -o stab-syms.o
  1419. mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
  1420. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../binutils-2.31.1/bfd/stabs.c
  1421. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../binutils-2.31.1/bfd/stabs.c -o stabs.o
  1422. mv -f .deps/stabs.Tpo .deps/stabs.Plo
  1423. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../binutils-2.31.1/bfd/syms.c
  1424. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../binutils-2.31.1/bfd/syms.c -o syms.o
  1425. mv -f .deps/syms.Tpo .deps/syms.Plo
  1426. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=i386_elf32_vec -DSELECT_VECS='&i386_elf32_vec,&iamcu_elf32_vec,&i386_coff_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch' ../../binutils-2.31.1/bfd/targets.c
  1427. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=i386_elf32_vec "-DSELECT_VECS=&i386_elf32_vec,&iamcu_elf32_vec,&i386_coff_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch" ../../binutils-2.31.1/bfd/targets.c -o targets.o
  1428. mv -f .deps/targets.Tpo .deps/targets.Plo
  1429. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../binutils-2.31.1/bfd/binary.c
  1430. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-2.31.1/bfd/binary.c -o binary.o
  1431. mv -f .deps/binary.Tpo .deps/binary.Plo
  1432. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-2.31.1/bfd/ihex.c
  1433. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-2.31.1/bfd/ihex.c -o ihex.o
  1434. mv -f .deps/ihex.Tpo .deps/ihex.Plo
  1435. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-2.31.1/bfd/srec.c
  1436. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-2.31.1/bfd/srec.c -o srec.o
  1437. mv -f .deps/srec.Tpo .deps/srec.Plo
  1438. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-2.31.1/bfd/tekhex.c
  1439. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-2.31.1/bfd/tekhex.c -o tekhex.o
  1440. mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
  1441. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../binutils-2.31.1/bfd/verilog.c
  1442. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../binutils-2.31.1/bfd/verilog.c -o verilog.o
  1443. mv -f .deps/verilog.Tpo .deps/verilog.Plo
  1444. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../../binutils-2.31.1/bfd/elf32-i386.c
  1445. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../binutils-2.31.1/bfd/elf32-i386.c -o elf32-i386.o
  1446. mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
  1447. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c -o elfxx-x86.lo ../../binutils-2.31.1/bfd/elfxx-x86.c
  1448. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c ../../binutils-2.31.1/bfd/elfxx-x86.c -o elfxx-x86.o
  1449. mv -f .deps/elfxx-x86.Tpo .deps/elfxx-x86.Plo
  1450. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../../binutils-2.31.1/bfd/elf-ifunc.c
  1451. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../../binutils-2.31.1/bfd/elf-ifunc.c -o elf-ifunc.o
  1452. mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
  1453. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo ../../binutils-2.31.1/bfd/elf-nacl.c
  1454. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c ../../binutils-2.31.1/bfd/elf-nacl.c -o elf-nacl.o
  1455. mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
  1456. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-2.31.1/bfd/elf-vxworks.c
  1457. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-2.31.1/bfd/elf-vxworks.c -o elf-vxworks.o
  1458. mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
  1459. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../binutils-2.31.1/bfd/elf32.c
  1460. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../binutils-2.31.1/bfd/elf32.c -o elf32.o
  1461. mv -f .deps/elf32.Tpo .deps/elf32.Plo
  1462. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../binutils-2.31.1/bfd/elf.c
  1463. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../binutils-2.31.1/bfd/elf.c -o elf.o
  1464. mv -f .deps/elf.Tpo .deps/elf.Plo
  1465. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../binutils-2.31.1/bfd/elflink.c
  1466. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../binutils-2.31.1/bfd/elflink.c -o elflink.o
  1467. mv -f .deps/elflink.Tpo .deps/elflink.Plo
  1468. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../binutils-2.31.1/bfd/elf-attrs.c
  1469. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../binutils-2.31.1/bfd/elf-attrs.c -o elf-attrs.o
  1470. mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
  1471. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../binutils-2.31.1/bfd/elf-strtab.c
  1472. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../binutils-2.31.1/bfd/elf-strtab.c -o elf-strtab.o
  1473. mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
  1474. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../../binutils-2.31.1/bfd/elf-properties.c
  1475. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../../binutils-2.31.1/bfd/elf-properties.c -o elf-properties.o
  1476. mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo
  1477. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../binutils-2.31.1/bfd/elf-eh-frame.c
  1478. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../binutils-2.31.1/bfd/elf-eh-frame.c -o elf-eh-frame.o
  1479. mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
  1480. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../binutils-2.31.1/bfd/dwarf1.c
  1481. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../binutils-2.31.1/bfd/dwarf1.c -o dwarf1.o
  1482. mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
  1483. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/i386elfgcc/lib/debug\" ../../binutils-2.31.1/bfd/dwarf2.c
  1484. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/i386elfgcc/lib/debug\" ../../binutils-2.31.1/bfd/dwarf2.c -o dwarf2.o
  1485. mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
  1486. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c -o coff-i386.lo ../../binutils-2.31.1/bfd/coff-i386.c
  1487. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coff-i386.lo -MD -MP -MF .deps/coff-i386.Tpo -c ../../binutils-2.31.1/bfd/coff-i386.c -o coff-i386.o
  1488. mv -f .deps/coff-i386.Tpo .deps/coff-i386.Plo
  1489. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../binutils-2.31.1/bfd/cofflink.c
  1490. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../binutils-2.31.1/bfd/cofflink.c -o cofflink.o
  1491. mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
  1492. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-2.31.1/bfd/coffgen.c
  1493. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-2.31.1/bfd/coffgen.c -o coffgen.o
  1494. mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
  1495. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../binutils-2.31.1/bfd/elf32-gen.c
  1496. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../binutils-2.31.1/bfd/elf32-gen.c -o elf32-gen.o
  1497. mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
  1498. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../binutils-2.31.1/bfd/plugin.c
  1499. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../binutils-2.31.1/bfd/plugin.c -o plugin.o
  1500. mv -f .deps/plugin.Tpo .deps/plugin.Plo
  1501. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../binutils-2.31.1/bfd/cpu-i386.c
  1502. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../binutils-2.31.1/bfd/cpu-i386.c -o cpu-i386.o
  1503. mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo
  1504. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c -o cpu-iamcu.lo ../../binutils-2.31.1/bfd/cpu-iamcu.c
  1505. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c ../../binutils-2.31.1/bfd/cpu-iamcu.c -o cpu-iamcu.o
  1506. mv -f .deps/cpu-iamcu.Tpo .deps/cpu-iamcu.Plo
  1507. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo ../../binutils-2.31.1/bfd/cpu-plugin.c
  1508. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c ../../binutils-2.31.1/bfd/cpu-plugin.c -o cpu-plugin.o
  1509. mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo
  1510. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR='"/usr/local/i386elfgcc/bin"' -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-2.31.1/bfd/archive64.c
  1511. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/bfd -DBINDIR=\"/usr/local/i386elfgcc/bin\" -I. -I../../binutils-2.31.1/bfd -I../../binutils-2.31.1/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_i386_coff_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-2.31.1/bfd/archive64.c -o archive64.o
  1512. mv -f .deps/archive64.Tpo .deps/archive64.Plo
  1513. rm -f tofiles
  1514. f=""; \
  1515. for i in elf32-i386.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-properties.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo coff-i386.lo cofflink.lo coffgen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo cpu-plugin.lo archive64.lo ; do \
  1516. case " $f " in \
  1517. *" $i "*) ;; \
  1518. *) f="$f $i" ;; \
  1519. esac ; \
  1520. done ; \
  1521. echo $f > tofiles
  1522. /bin/sh ../../binutils-2.31.1/bfd/../move-if-change tofiles ofiles
  1523. touch stamp-ofiles
  1524. /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I../../binutils-2.31.1/bfd/../zlib -g -O2 -rpath /usr/local/i386elfgcc/x86_64-apple-darwin18.0.0/i386-elf/lib -release `cat libtool-soversion` -Wl,-no_pie -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -ldl -L./../zlib -lz
  1525. libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf32-i386.o elfxx-x86.o elf-ifunc.o elf-nacl.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-properties.o elf-eh-frame.o dwarf1.o dwarf2.o coff-i386.o cofflink.o coffgen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-plugin.o archive64.o
  1526. libtool: link: ranlib .libs/libbfd.a
  1527. libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
  1528. libtooldir=`/bin/sh ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \
  1529. if [ -f $libtooldir/libbfd.a ]; then \
  1530. cp $libtooldir/libbfd.a libbfd.tmp; \
  1531. ranlib libbfd.tmp; \
  1532. /bin/sh ../../binutils-2.31.1/bfd/../move-if-change libbfd.tmp libbfd.a; \
  1533. else true; fi
  1534. touch stamp-lib
  1535. mkdir ./opcodes
  1536. Configuring in ./opcodes
  1537. configure: creating cache ./config.cache
  1538. checking build system type... x86_64-apple-darwin18.0.0
  1539. checking host system type... x86_64-apple-darwin18.0.0
  1540. checking target system type... i386-pc-elf
  1541. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  1542. checking whether the C compiler works... yes
  1543. checking for C compiler default output file name... a.out
  1544. checking for suffix of executables...
  1545. checking whether we are cross compiling... no
  1546. checking for suffix of object files... o
  1547. checking whether we are using the GNU C compiler... yes
  1548. checking whether gcc accepts -g... yes
  1549. checking for gcc option to accept ISO C89... none needed
  1550. checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
  1551. yes
  1552. checking for library containing strerror... none required
  1553. checking for a BSD-compatible install... /usr/bin/install -c
  1554. checking whether build environment is sane... yes
  1555. checking for a thread-safe mkdir -p... ../../binutils-2.31.1/opcodes/../install-sh -c -d
  1556. checking for gawk... awk
  1557. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1558. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  1559. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes
  1560. checking dependency style of gcc... gcc3
  1561. checking for x86_64-apple-darwin18.0.0-gcc... (cached) gcc
  1562. checking whether we are using the GNU C compiler... (cached) yes
  1563. checking whether gcc accepts -g... (cached) yes
  1564. checking for gcc option to accept ISO C89... (cached) none needed
  1565. checking whether gcc understands -c and -o together... (cached) yes
  1566. checking how to run the C preprocessor... gcc -E
  1567. checking for grep that handles long lines and -e... /usr/bin/grep
  1568. checking for egrep... /usr/bin/grep -E
  1569. checking for ANSI C header files... yes
  1570. checking for sys/types.h... yes
  1571. checking for sys/stat.h... yes
  1572. checking for stdlib.h... yes
  1573. checking for string.h... yes
  1574. checking for memory.h... yes
  1575. checking for strings.h... yes
  1576. checking for inttypes.h... yes
  1577. checking for stdint.h... yes
  1578. checking for unistd.h... yes
  1579. checking minix/config.h usability... no
  1580. checking minix/config.h presence... no
  1581. checking for minix/config.h... no
  1582. checking whether it is safe to define __EXTENSIONS__... yes
  1583. checking for x86_64-apple-darwin18.0.0-ar... ar
  1584. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  1585. checking how to print strings... printf
  1586. checking for a sed that does not truncate output... /usr/bin/sed
  1587. checking for fgrep... /usr/bin/grep -F
  1588. checking for ld used by gcc... ld
  1589. checking if the linker (ld) is GNU ld... no
  1590. checking for BSD- or MS-compatible name lister (nm)... nm
  1591. checking the name lister (nm) interface... BSD nm
  1592. checking whether ln -s works... yes
  1593. checking the maximum length of command line arguments... 196608
  1594. checking whether the shell understands some XSI constructs... yes
  1595. checking whether the shell understands "+="... yes
  1596. checking for ld option to reload object files... -r
  1597. checking for x86_64-apple-darwin18.0.0-objdump... objdump
  1598. checking how to recognize dependent libraries... pass_all
  1599. checking for x86_64-apple-darwin18.0.0-ar... (cached) ar
  1600. checking for x86_64-apple-darwin18.0.0-strip... no
  1601. checking for strip... strip
  1602. checking for x86_64-apple-darwin18.0.0-ranlib... (cached) ranlib
  1603. checking command to parse nm output from gcc object... ok
  1604. checking for x86_64-apple-darwin18.0.0-dsymutil... no
  1605. checking for dsymutil... dsymutil
  1606. checking for x86_64-apple-darwin18.0.0-nmedit... no
  1607. checking for nmedit... nmedit
  1608. checking for x86_64-apple-darwin18.0.0-lipo... no
  1609. checking for lipo... lipo
  1610. checking for x86_64-apple-darwin18.0.0-otool... no
  1611. checking for otool... otool
  1612. checking for x86_64-apple-darwin18.0.0-otool64... no
  1613. checking for otool64... no
  1614. checking for -single_module linker flag... yes
  1615. checking for -exported_symbols_list linker flag... yes
  1616. checking for -force_load linker flag... no
  1617. checking for dlfcn.h... yes
  1618. checking for objdir... .libs
  1619. checking if gcc supports -fno-rtti -fno-exceptions... no
  1620. checking for gcc option to produce PIC... -fno-common -DPIC
  1621. checking if gcc PIC flag -fno-common -DPIC works... yes
  1622. checking if gcc static flag -static works... no
  1623. checking if gcc supports -c -o file.o... yes
  1624. checking if gcc supports -c -o file.o... (cached) yes
  1625. checking whether the gcc linker (ld) supports shared libraries... yes
  1626. checking dynamic linker characteristics... darwin18.0.0 dyld
  1627. checking how to hardcode library paths into programs... immediate
  1628. checking whether stripping libraries is possible... yes
  1629. checking if libtool supports shared libraries... yes
  1630. checking whether to build shared libraries... no
  1631. checking whether to build static libraries... yes
  1632. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
  1633. checking whether gcc supports -Wmissing-field-initializers... yes
  1634. checking whether to enable maintainer-specific portions of Makefiles... no
  1635. checking whether to install libbfd... no
  1636. checking whether NLS is requested... no
  1637. checking whether NLS is requested... no
  1638. checking for msgfmt... no
  1639. checking for gmsgfmt... :
  1640. checking for xgettext... no
  1641. checking for msgmerge... no
  1642. checking for string.h... (cached) yes
  1643. checking for strings.h... (cached) yes
  1644. checking for stdlib.h... (cached) yes
  1645. checking limits.h usability... yes
  1646. checking limits.h presence... yes
  1647. checking for limits.h... yes
  1648. checking whether string.h and strings.h may both be included... yes
  1649. checking whether basename is declared... no
  1650. checking whether stpcpy is declared... yes
  1651. checking for sigsetjmp...
  1652. checking linker --as-needed support... no
  1653. configure: updating cache ./config.cache
  1654. checking that generated files are newer than configure... done
  1655. configure: creating ./config.status
  1656. config.status: creating Makefile
  1657. config.status: creating po/Makefile.in
  1658. config.status: creating config.h
  1659. config.status: executing depfiles commands
  1660. config.status: executing libtool commands
  1661. config.status: executing default-1 commands
  1662. config.status: creating po/POTFILES
  1663. config.status: creating po/Makefile
  1664. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  1665. Making all in .
  1666. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../binutils-2.31.1/opcodes/dis-buf.c
  1667. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../binutils-2.31.1/opcodes/dis-buf.c -o dis-buf.o
  1668. mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
  1669. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 -DARCH_iamcu ../../binutils-2.31.1/opcodes/disassemble.c
  1670. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_iamcu ../../binutils-2.31.1/opcodes/disassemble.c -o disassemble.o
  1671. mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
  1672. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../binutils-2.31.1/opcodes/dis-init.c
  1673. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../binutils-2.31.1/opcodes/dis-init.c -o dis-init.o
  1674. mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
  1675. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../../binutils-2.31.1/opcodes/i386-dis.c
  1676. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../../binutils-2.31.1/opcodes/i386-dis.c -o i386-dis.o
  1677. mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo
  1678. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../../binutils-2.31.1/opcodes/i386-opc.c
  1679. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/opcodes -I. -I../../binutils-2.31.1/opcodes -I../bfd -I../../binutils-2.31.1/opcodes/../include -I../../binutils-2.31.1/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../../binutils-2.31.1/opcodes/i386-opc.c -o i386-opc.o
  1680. mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo
  1681. /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -g -O2 -rpath /usr/local/i386elfgcc/x86_64-apple-darwin18.0.0/i386-elf/lib -release `cat ../bfd/libtool-soversion` -Wl,-no_pie -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo
  1682. libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o
  1683. libtool: link: ranlib .libs/libopcodes.a
  1684. libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
  1685. libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
  1686. if [ -f $libtooldir/libopcodes.a ]; then \
  1687. cp $libtooldir/libopcodes.a libopcodes.tmp; \
  1688. ranlib libopcodes.tmp; \
  1689. /bin/sh ../../binutils-2.31.1/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
  1690. else true; fi
  1691. touch stamp-lib
  1692. Making all in po
  1693. make[4]: Nothing to be done for `all'.
  1694. mkdir ./binutils
  1695. Configuring in ./binutils
  1696. configure: creating cache ./config.cache
  1697. checking build system type... x86_64-apple-darwin18.0.0
  1698. checking host system type... x86_64-apple-darwin18.0.0
  1699. checking target system type... i386-pc-elf
  1700. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  1701. checking whether the C compiler works... yes
  1702. checking for C compiler default output file name... a.out
  1703. checking for suffix of executables...
  1704. checking whether we are cross compiling... no
  1705. checking for suffix of object files... o
  1706. checking whether we are using the GNU C compiler... yes
  1707. checking whether gcc accepts -g... yes
  1708. checking for gcc option to accept ISO C89... none needed
  1709. checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
  1710. yes
  1711. checking for library containing strerror... none required
  1712. checking for a BSD-compatible install... /usr/bin/install -c
  1713. checking whether build environment is sane... yes
  1714. checking for a thread-safe mkdir -p... ../../binutils-2.31.1/binutils/../install-sh -c -d
  1715. checking for gawk... awk
  1716. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1717. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  1718. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes
  1719. checking dependency style of gcc... gcc3
  1720. checking for x86_64-apple-darwin18.0.0-gcc... (cached) gcc
  1721. checking whether we are using the GNU C compiler... (cached) yes
  1722. checking whether gcc accepts -g... (cached) yes
  1723. checking for gcc option to accept ISO C89... (cached) none needed
  1724. checking whether gcc understands -c and -o together... (cached) yes
  1725. checking how to run the C preprocessor... gcc -E
  1726. checking for grep that handles long lines and -e... /usr/bin/grep
  1727. checking for egrep... /usr/bin/grep -E
  1728. checking for ANSI C header files... yes
  1729. checking for sys/types.h... yes
  1730. checking for sys/stat.h... yes
  1731. checking for stdlib.h... yes
  1732. checking for string.h... yes
  1733. checking for memory.h... yes
  1734. checking for strings.h... yes
  1735. checking for inttypes.h... yes
  1736. checking for stdint.h... yes
  1737. checking for unistd.h... yes
  1738. checking minix/config.h usability... no
  1739. checking minix/config.h presence... no
  1740. checking for minix/config.h... no
  1741. checking whether it is safe to define __EXTENSIONS__... yes
  1742. checking how to print strings... printf
  1743. checking for a sed that does not truncate output... /usr/bin/sed
  1744. checking for fgrep... /usr/bin/grep -F
  1745. checking for ld used by gcc... ld
  1746. checking if the linker (ld) is GNU ld... no
  1747. checking for BSD- or MS-compatible name lister (nm)... nm
  1748. checking the name lister (nm) interface... BSD nm
  1749. checking whether ln -s works... yes
  1750. checking the maximum length of command line arguments... 196608
  1751. checking whether the shell understands some XSI constructs... yes
  1752. checking whether the shell understands "+="... yes
  1753. checking for ld option to reload object files... -r
  1754. checking for x86_64-apple-darwin18.0.0-objdump... objdump
  1755. checking how to recognize dependent libraries... pass_all
  1756. checking for x86_64-apple-darwin18.0.0-ar... ar
  1757. checking for x86_64-apple-darwin18.0.0-strip... no
  1758. checking for strip... strip
  1759. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  1760. checking command to parse nm output from gcc object... ok
  1761. checking for x86_64-apple-darwin18.0.0-dsymutil... no
  1762. checking for dsymutil... dsymutil
  1763. checking for x86_64-apple-darwin18.0.0-nmedit... no
  1764. checking for nmedit... nmedit
  1765. checking for x86_64-apple-darwin18.0.0-lipo... no
  1766. checking for lipo... lipo
  1767. checking for x86_64-apple-darwin18.0.0-otool... no
  1768. checking for otool... otool
  1769. checking for x86_64-apple-darwin18.0.0-otool64... no
  1770. checking for otool64... no
  1771. checking for -single_module linker flag... yes
  1772. checking for -exported_symbols_list linker flag... yes
  1773. checking for -force_load linker flag... no
  1774. checking for dlfcn.h... yes
  1775. checking for objdir... .libs
  1776. checking if gcc supports -fno-rtti -fno-exceptions... no
  1777. checking for gcc option to produce PIC... -fno-common -DPIC
  1778. checking if gcc PIC flag -fno-common -DPIC works... yes
  1779. checking if gcc static flag -static works... no
  1780. checking if gcc supports -c -o file.o... yes
  1781. checking if gcc supports -c -o file.o... (cached) yes
  1782. checking whether the gcc linker (ld) supports shared libraries... yes
  1783. checking dynamic linker characteristics... darwin18.0.0 dyld
  1784. checking how to hardcode library paths into programs... immediate
  1785. checking whether stripping libraries is possible... yes
  1786. checking if libtool supports shared libraries... yes
  1787. checking whether to build shared libraries... yes
  1788. checking whether to build static libraries... yes
  1789. checking for dlfcn.h... (cached) yes
  1790. checking for windows.h... no
  1791. checking for library containing dlsym... none required
  1792. checking for special C compiler options needed for large files... no
  1793. checking for _FILE_OFFSET_BITS value needed for large files... no
  1794. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
  1795. checking for bison... bison -y
  1796. checking for flex... flex
  1797. checking lex output file root... lex.yy
  1798. checking lex library... -ll
  1799. checking whether yytext is a pointer... yes
  1800. checking whether NLS is requested... no
  1801. checking whether NLS is requested... no
  1802. checking for msgfmt... no
  1803. checking for gmsgfmt... :
  1804. checking for xgettext... no
  1805. checking for msgmerge... no
  1806. checking whether to enable maintainer-specific portions of Makefiles... no
  1807. checking for x86_64-apple-darwin18.0.0-ranlib... (cached) ranlib
  1808. checking size of long... 8
  1809. checking for long long... yes
  1810. checking size of long long... 8
  1811. checking for string.h... (cached) yes
  1812. checking for strings.h... (cached) yes
  1813. checking for stdlib.h... (cached) yes
  1814. checking for unistd.h... (cached) yes
  1815. checking fcntl.h usability... yes
  1816. checking fcntl.h presence... yes
  1817. checking for fcntl.h... yes
  1818. checking sys/file.h usability... yes
  1819. checking sys/file.h presence... yes
  1820. checking for sys/file.h... yes
  1821. checking limits.h usability... yes
  1822. checking limits.h presence... yes
  1823. checking for limits.h... yes
  1824. checking locale.h usability... yes
  1825. checking locale.h presence... yes
  1826. checking for locale.h... yes
  1827. checking sys/param.h usability... yes
  1828. checking sys/param.h presence... yes
  1829. checking for sys/param.h... yes
  1830. checking wchar.h usability... yes
  1831. checking wchar.h presence... yes
  1832. checking for wchar.h... yes
  1833. checking for sys/wait.h that is POSIX.1 compatible... yes
  1834. checking whether string.h and strings.h may both be included... yes
  1835. checking for size_t... yes
  1836. checking for working alloca.h... yes
  1837. checking for alloca... yes
  1838. checking for sbrk... yes
  1839. checking for utimes... yes
  1840. checking for setmode... yes
  1841. checking for getc_unlocked... yes
  1842. checking for strcoll... yes
  1843. checking for setlocale... yes
  1844. checking for mkstemp... yes
  1845. checking for mkdtemp... yes
  1846. checking for mbstate_t... yes
  1847. checking for library containing frexp... none required
  1848. checking for LC_MESSAGES... yes
  1849. checking for time_t in time.h... yes
  1850. checking for time_t in sys/types.h... yes
  1851. checking for a known getopt prototype in unistd.h... yes
  1852. checking for utime.h... yes
  1853. checking whether asprintf is declared... yes
  1854. checking whether environ is declared... no
  1855. checking whether fprintf is declared... yes
  1856. checking whether getc_unlocked is declared... yes
  1857. checking whether getenv is declared... yes
  1858. checking whether sbrk is declared... yes
  1859. checking whether snprintf is declared... yes
  1860. checking whether stpcpy is declared... yes
  1861. checking whether strnlen is declared... yes
  1862. checking whether strstr is declared... yes
  1863. checking whether vsnprintf is declared... yes
  1864. checking iconv.h usability... yes
  1865. checking iconv.h presence... yes
  1866. checking for iconv.h... yes
  1867. checking for ld used by GCC... ld
  1868. checking if the linker (ld) is GNU ld... no
  1869. checking for shared library run path origin... done
  1870. checking for iconv... yes
  1871. checking how to link with libiconv... -liconv
  1872. checking for iconv declaration...
  1873. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1874. configure: updating cache ./config.cache
  1875. checking that generated files are newer than configure... done
  1876. configure: creating ./config.status
  1877. config.status: creating Makefile
  1878. config.status: creating doc/Makefile
  1879. config.status: creating po/Makefile.in
  1880. config.status: creating config.h
  1881. config.status: executing depfiles commands
  1882. config.status: executing libtool commands
  1883. config.status: executing default-1 commands
  1884. config.status: creating po/POTFILES
  1885. config.status: creating po/Makefile
  1886. mkdir ./gas
  1887. Configuring in ./gas
  1888. configure: creating cache ./config.cache
  1889. checking build system type... x86_64-apple-darwin18.0.0
  1890. checking host system type... x86_64-apple-darwin18.0.0
  1891. checking target system type... i386-pc-elf
  1892. checking for x86_64-apple-darwin18.0.0-gcc... gcc
  1893. checking whether the C compiler works... yes
  1894. checking for C compiler default output file name... a.out
  1895. checking for suffix of executables...
  1896. checking whether we are cross compiling... no
  1897. checking for suffix of object files... o
  1898. checking whether we are using the GNU C compiler... yes
  1899. checking whether gcc accepts -g... yes
  1900. checking for gcc option to accept ISO C89... none needed
  1901. checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory
  1902. yes
  1903. checking for library containing strerror... none required
  1904. checking for a BSD-compatible install... /usr/bin/install -c
  1905. checking whether build environment is sane... yes
  1906. checking for a thread-safe mkdir -p... ../../binutils-2.31.1/gas/../install-sh -c -d
  1907. checking for gawk... awk
  1908. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  1909. checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... GNU
  1910. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes
  1911. checking dependency style of gcc... gcc3
  1912. checking for x86_64-apple-darwin18.0.0-gcc... (cached) gcc
  1913. checking whether we are using the GNU C compiler... (cached) yes
  1914. checking whether gcc accepts -g... (cached) yes
  1915. checking for gcc option to accept ISO C89... (cached) none needed
  1916. checking whether gcc understands -c and -o together... (cached) yes
  1917. checking how to run the C preprocessor... gcc -E
  1918. checking for grep that handles long lines and -e... /usr/bin/grep
  1919. checking for egrep... /usr/bin/grep -E
  1920. checking for ANSI C header files... yes
  1921. checking for sys/types.h... yes
  1922. checking for sys/stat.h... yes
  1923. checking for stdlib.h... yes
  1924. checking for string.h... yes
  1925. checking for memory.h... yes
  1926. checking for strings.h... yes
  1927. checking for inttypes.h... yes
  1928. checking for stdint.h... yes
  1929. checking for unistd.h... yes
  1930. checking minix/config.h usability... no
  1931. checking minix/config.h presence... no
  1932. checking for minix/config.h... no
  1933. checking whether it is safe to define __EXTENSIONS__... yes
  1934. checking how to print strings... printf
  1935. checking for a sed that does not truncate output... /usr/bin/sed
  1936. checking for fgrep... /usr/bin/grep -F
  1937. checking for ld used by gcc... ld
  1938. checking if the linker (ld) is GNU ld... no
  1939. checking for BSD- or MS-compatible name lister (nm)... nm
  1940. checking the name lister (nm) interface... BSD nm
  1941. checking whether ln -s works... yes
  1942. checking the maximum length of command line arguments... 196608
  1943. checking whether the shell understands some XSI constructs... yes
  1944. checking whether the shell understands "+="... yes
  1945. checking for ld option to reload object files... -r
  1946. checking for x86_64-apple-darwin18.0.0-objdump... objdump
  1947. checking how to recognize dependent libraries... pass_all
  1948. checking for x86_64-apple-darwin18.0.0-ar... ar
  1949. checking for x86_64-apple-darwin18.0.0-strip... no
  1950. checking for strip... strip
  1951. checking for x86_64-apple-darwin18.0.0-ranlib... ranlib
  1952. checking command to parse nm output from gcc object... ok
  1953. checking for x86_64-apple-darwin18.0.0-dsymutil... no
  1954. checking for dsymutil... dsymutil
  1955. checking for x86_64-apple-darwin18.0.0-nmedit... no
  1956. checking for nmedit... nmedit
  1957. checking for x86_64-apple-darwin18.0.0-lipo... no
  1958. checking for lipo... lipo
  1959. checking for x86_64-apple-darwin18.0.0-otool... no
  1960. checking for otool... otool
  1961. checking for x86_64-apple-darwin18.0.0-otool64... no
  1962. checking for otool64... no
  1963. checking for -single_module linker flag... yes
  1964. checking for -exported_symbols_list linker flag... yes
  1965. checking for -force_load linker flag... no
  1966. checking for dlfcn.h... yes
  1967. checking for objdir... .libs
  1968. checking if gcc supports -fno-rtti -fno-exceptions... no
  1969. checking for gcc option to produce PIC... -fno-common -DPIC
  1970. checking if gcc PIC flag -fno-common -DPIC works... yes
  1971. checking if gcc static flag -static works... no
  1972. checking if gcc supports -c -o file.o... yes
  1973. checking if gcc supports -c -o file.o... (cached) yes
  1974. checking whether the gcc linker (ld) supports shared libraries... yes
  1975. checking dynamic linker characteristics... darwin18.0.0 dyld
  1976. checking how to hardcode library paths into programs... immediate
  1977. checking whether stripping libraries is possible... yes
  1978. checking if libtool supports shared libraries... yes
  1979. checking whether to build shared libraries... yes
  1980. checking whether to build static libraries... yes
  1981. checking for dlfcn.h... (cached) yes
  1982. checking for windows.h... no
  1983. checking for library containing dlsym... none required
  1984. checking for special C compiler options needed for large files... no
  1985. checking for _FILE_OFFSET_BITS value needed for large files... no
  1986. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  1987. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
  1988. checking whether byte ordering is bigendian... no
  1989. checking for bison... bison -y
  1990. checking for flex... flex
  1991. checking lex output file root... lex.yy
  1992. checking lex library... -ll
  1993. checking whether yytext is a pointer... yes
  1994. checking whether NLS is requested... no
  1995. checking whether NLS is requested... no
  1996. checking for msgfmt... no
  1997. checking for gmsgfmt... :
  1998. checking for xgettext... no
  1999. checking for msgmerge... no
  2000. checking whether to enable maintainer-specific portions of Makefiles... no
  2001. checking for string.h... (cached) yes
  2002. checking for stdlib.h... (cached) yes
  2003. checking for memory.h... (cached) yes
  2004. checking for strings.h... (cached) yes
  2005. checking for unistd.h... (cached) yes
  2006. checking errno.h usability... yes
  2007. checking errno.h presence... yes
  2008. checking for errno.h... yes
  2009. checking for sys/types.h... (cached) yes
  2010. checking limits.h usability... yes
  2011. checking limits.h presence... yes
  2012. checking for limits.h... yes
  2013. checking locale.h usability... yes
  2014. checking locale.h presence... yes
  2015. checking for locale.h... yes
  2016. checking time.h usability... yes
  2017. checking time.h presence... yes
  2018. checking for time.h... yes
  2019. checking for sys/stat.h... (cached) yes
  2020. checking whether string.h and strings.h may both be included... yes
  2021. checking whether compiling a cross-assembler... yes
  2022. checking for size_t... yes
  2023. checking for working alloca.h... yes
  2024. checking for alloca... yes
  2025. checking for inline... inline
  2026. checking for unlink... yes
  2027. checking for sbrk... yes
  2028. checking for setlocale... yes
  2029. checking for strsignal... yes
  2030. checking for LC_MESSAGES... yes
  2031. checking for working assert macro... yes
  2032. checking whether declaration is required for errno... no
  2033. checking for a known getopt prototype in unistd.h... yes
  2034. checking whether declaration is required for environ... yes
  2035. checking whether declaration is required for ffs... no
  2036. checking whether declaration is required for free... no
  2037. checking whether declaration is required for malloc... no
  2038. checking whether declaration is required for sbrk... no
  2039. checking whether declaration is required for strstr... no
  2040. checking whether free is declared... yes
  2041. checking whether getenv is declared... yes
  2042. checking whether malloc is declared... yes
  2043. checking whether mempcpy is declared... no
  2044. checking whether realloc is declared... yes
  2045. checking whether stpcpy is declared... yes
  2046. checking whether strstr is declared... yes
  2047. checking whether vsnprintf is declared... yes
  2048. checking whether asprintf is declared... yes
  2049. checking for struct tm.tm_gmtoff in time.h... yes
  2050. checking for struct stat.st_mtim.tv_sec in sys/stat.h... no
  2051. checking for struct stat.st_mtim.tv_nsec in sys/stat.h... no
  2052. configure: updating cache ./config.cache
  2053. checking that generated files are newer than configure... done
  2054. configure: creating ./config.status
  2055. config.status: creating .gdbinit
  2056. config.status: creating Makefile
  2057. config.status: creating doc/Makefile
  2058. config.status: creating po/Makefile.in
  2059. config.status: creating config.h
  2060. config.status: executing depfiles commands
  2061. config.status: executing libtool commands
  2062. config.status: executing default-1 commands
  2063. config.status: creating po/POTFILES
  2064. config.status: creating po/Makefile
  2065. config.status: executing default commands
  2066. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  2067. Making all in doc
  2068. make[4]: Nothing to be done for `all'.
  2069. Making all in po
  2070. make[4]: Nothing to be done for `all'.
  2071. depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2072. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o ../../binutils-2.31.1/gas/app.c &&\
  2073. mv -f $depbase.Tpo $depbase.Po
  2074. depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2075. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o ../../binutils-2.31.1/gas/as.c &&\
  2076. mv -f $depbase.Tpo $depbase.Po
  2077. depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2078. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o ../../binutils-2.31.1/gas/atof-generic.c &&\
  2079. mv -f $depbase.Tpo $depbase.Po
  2080. depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2081. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o ../../binutils-2.31.1/gas/compress-debug.c &&\
  2082. mv -f $depbase.Tpo $depbase.Po
  2083. depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2084. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o ../../binutils-2.31.1/gas/cond.c &&\
  2085. mv -f $depbase.Tpo $depbase.Po
  2086. depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2087. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o ../../binutils-2.31.1/gas/depend.c &&\
  2088. mv -f $depbase.Tpo $depbase.Po
  2089. depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2090. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o ../../binutils-2.31.1/gas/dwarf2dbg.c &&\
  2091. mv -f $depbase.Tpo $depbase.Po
  2092. depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2093. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o ../../binutils-2.31.1/gas/dw2gencfi.c &&\
  2094. mv -f $depbase.Tpo $depbase.Po
  2095. depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2096. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ../../binutils-2.31.1/gas/ecoff.c &&\
  2097. mv -f $depbase.Tpo $depbase.Po
  2098. depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2099. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ../../binutils-2.31.1/gas/ehopt.c &&\
  2100. mv -f $depbase.Tpo $depbase.Po
  2101. depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2102. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o ../../binutils-2.31.1/gas/expr.c &&\
  2103. mv -f $depbase.Tpo $depbase.Po
  2104. depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2105. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o ../../binutils-2.31.1/gas/flonum-copy.c &&\
  2106. mv -f $depbase.Tpo $depbase.Po
  2107. depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2108. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o ../../binutils-2.31.1/gas/flonum-konst.c &&\
  2109. mv -f $depbase.Tpo $depbase.Po
  2110. depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2111. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o ../../binutils-2.31.1/gas/flonum-mult.c &&\
  2112. mv -f $depbase.Tpo $depbase.Po
  2113. depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2114. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o ../../binutils-2.31.1/gas/frags.c &&\
  2115. mv -f $depbase.Tpo $depbase.Po
  2116. depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2117. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o ../../binutils-2.31.1/gas/hash.c &&\
  2118. mv -f $depbase.Tpo $depbase.Po
  2119. depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2120. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o ../../binutils-2.31.1/gas/input-file.c &&\
  2121. mv -f $depbase.Tpo $depbase.Po
  2122. depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2123. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o ../../binutils-2.31.1/gas/input-scrub.c &&\
  2124. mv -f $depbase.Tpo $depbase.Po
  2125. depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2126. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o ../../binutils-2.31.1/gas/listing.c &&\
  2127. mv -f $depbase.Tpo $depbase.Po
  2128. depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2129. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o ../../binutils-2.31.1/gas/literal.c &&\
  2130. mv -f $depbase.Tpo $depbase.Po
  2131. depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2132. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o ../../binutils-2.31.1/gas/macro.c &&\
  2133. mv -f $depbase.Tpo $depbase.Po
  2134. depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2135. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o ../../binutils-2.31.1/gas/messages.c &&\
  2136. mv -f $depbase.Tpo $depbase.Po
  2137. depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2138. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o ../../binutils-2.31.1/gas/output-file.c &&\
  2139. mv -f $depbase.Tpo $depbase.Po
  2140. depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2141. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o ../../binutils-2.31.1/gas/read.c &&\
  2142. mv -f $depbase.Tpo $depbase.Po
  2143. depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2144. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o ../../binutils-2.31.1/gas/remap.c &&\
  2145. mv -f $depbase.Tpo $depbase.Po
  2146. depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2147. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o ../../binutils-2.31.1/gas/sb.c &&\
  2148. mv -f $depbase.Tpo $depbase.Po
  2149. depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2150. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../../binutils-2.31.1/gas/stabs.c &&\
  2151. mv -f $depbase.Tpo $depbase.Po
  2152. depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2153. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o ../../binutils-2.31.1/gas/subsegs.c &&\
  2154. mv -f $depbase.Tpo $depbase.Po
  2155. depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2156. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o ../../binutils-2.31.1/gas/symbols.c &&\
  2157. mv -f $depbase.Tpo $depbase.Po
  2158. depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2159. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o ../../binutils-2.31.1/gas/write.c &&\
  2160. mv -f $depbase.Tpo $depbase.Po
  2161. depbase=`echo config/tc-i386.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2162. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT config/tc-i386.o -MD -MP -MF $depbase.Tpo -c -o config/tc-i386.o ../../binutils-2.31.1/gas/config/tc-i386.c &&\
  2163. mv -f $depbase.Tpo $depbase.Po
  2164. depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2165. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o ../../binutils-2.31.1/gas/config/obj-elf.c &&\
  2166. mv -f $depbase.Tpo $depbase.Po
  2167. depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  2168. gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.31.1/gas -I. -I../../binutils-2.31.1/gas -I../bfd -I../../binutils-2.31.1/gas/config -I../../binutils-2.31.1/gas/../include -I../../binutils-2.31.1/gas/.. -I../../binutils-2.31.1/gas/../bfd -DLOCALEDIR="\"/usr/local/i386elfgcc/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o ../../binutils-2.31.1/gas/config/atof-ieee.c &&\
  2169. mv -f $depbase.Tpo $depbase.Po
  2170. /bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -Wl,-no_pie -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-i386.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a
  2171. libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I../../binutils-2.31.1/gas/../zlib -g -O2 -Wl,-no_pie -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-i386.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a -L/Users/Icedude907/Documents/Binutils/binutils-build/zlib -ldl -lz ../libiberty/libiberty.a
  2172. ld: warning: ignoring file ../opcodes/.libs/libopcodes.a, file was built for archive which is not the architecture being linked (x86_64): ../opcodes/.libs/libopcodes.ald: warning: ignoring file ../bfd/.libs/libbfd.a, file was built for archive which is not the architecture being linked (x86_64): ../bfd/.libs/libbfd.a
  2173.  
  2174. ld: warning: ignoring file /Users/Icedude907/Documents/Binutils/binutils-build/zlib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /Users/Icedude907/Documents/Binutils/binutils-build/zlib/libz.a
  2175. ld: warning: ignoring file ../libiberty/libiberty.a, file was built for archive which is not the architecture being linked (x86_64): ../libiberty/libiberty.a
  2176. Undefined symbols for architecture x86_64:
  2177. "__bfd_elf_large_com_section", referenced from:
  2178. _handle_large_common in tc-i386.o
  2179. "__bfd_elf_obj_attrs_arg_type", referenced from:
  2180. _obj_elf_vendor_attribute in obj-elf.o
  2181. "__bfd_std_section", referenced from:
  2182. _main in as.o
  2183. _set_or_check_view.isra.5 in dwarf2dbg.o
  2184. _dwarf2_directive_loc in dwarf2dbg.o
  2185. _dwarf2_finish in dwarf2dbg.o
  2186. _integer_constant in expr.o
  2187. _make_expr_symbol in expr.o
  2188. _expr_build_dot in expr.o
  2189. ...
  2190. "__hex_value", referenced from:
  2191. _integer_constant in expr.o
  2192. _hex_float in read.o
  2193. "__obstack_begin", referenced from:
  2194. _hash_new_sized in hash.o
  2195. _read_begin in read.o
  2196. _subseg_set_rest in subsegs.o
  2197. _subsegs_begin in subsegs.o
  2198. "__obstack_free", referenced from:
  2199. _s_endif in cond.o
  2200. _cond_exit_macro in cond.o
  2201. _hash_die in hash.o
  2202. _hash_delete in hash.o
  2203. _s_stab_generic in stabs.o
  2204. "__obstack_newchunk", referenced from:
  2205. _s_ifdef in cond.o
  2206. _s_if in cond.o
  2207. _s_ifb in cond.o
  2208. _s_ifc in cond.o
  2209. _s_ifeqs in cond.o
  2210. _cfi_add_label in dw2gencfi.o
  2211. _frag_alloc in frags.o
  2212. ...
  2213. "__sch_istable", referenced from:
  2214. _atof_generic in atof-generic.o
  2215. _dwarf2_directive_loc in dwarf2dbg.o
  2216. _input_file_open in input-file.o
  2217. _debugging_pseudo.isra.1.part.2 in listing.o
  2218. _listing_newline in listing.o
  2219. _macro_expand_body in macro.o
  2220. __find_end_of_line.isra.1 in read.o
  2221. ...
  2222. "__sch_tolower", referenced from:
  2223. _operand in expr.o
  2224. _define_macro in macro.o
  2225. _check_macro in macro.o
  2226. _delete_macro in macro.o
  2227. _read_a_source_file in read.o
  2228. _md_begin in tc-i386.o
  2229. "__sch_toupper", referenced from:
  2230. _save_symbol_name in symbols.o
  2231. _symbol_find_noref in symbols.o
  2232. "_bfd_alloc", referenced from:
  2233. _write_object_file in write.o
  2234. "_bfd_arch_bits_per_address", referenced from:
  2235. _create_note_reloc.isra.4 in write.o
  2236. _write_object_file in write.o
  2237. _x86_dwarf2_addr_size in tc-i386.o
  2238. "_bfd_cache_close_all", referenced from:
  2239. _output_file_close in output-file.o
  2240. "_bfd_close", referenced from:
  2241. _output_file_close in output-file.o
  2242. "_bfd_elf_add_obj_attr_int", referenced from:
  2243. _obj_elf_vendor_attribute in obj-elf.o
  2244. "_bfd_elf_add_obj_attr_int_string", referenced from:
  2245. _obj_elf_vendor_attribute in obj-elf.o
  2246. "_bfd_elf_add_obj_attr_string", referenced from:
  2247. _obj_elf_vendor_attribute in obj-elf.o
  2248. "_bfd_elf_get_default_section_type", referenced from:
  2249. _obj_elf_change_section in obj-elf.o
  2250. "_bfd_elf_obj_attr_size", referenced from:
  2251. _write_object_file in write.o
  2252. "_bfd_elf_set_obj_attr_contents", referenced from:
  2253. _write_object_file in write.o
  2254. "_bfd_errmsg", referenced from:
  2255. _output_file_create in output-file.o
  2256. _output_file_close in output-file.o
  2257. _s_linkonce in read.o
  2258. _symbol_create in symbols.o
  2259. _symbol_clone in symbols.o
  2260. _dot_symbol_init in symbols.o
  2261. _write_contents in write.o
  2262. ...
  2263. "_bfd_get_arch_size", referenced from:
  2264. _encoding_size in dw2gencfi.o
  2265. _cfi_finish in dw2gencfi.o
  2266. "_bfd_get_compression_header_size", referenced from:
  2267. _compress_debug in write.o
  2268. "_bfd_get_error", referenced from:
  2269. _output_file_create in output-file.o
  2270. _output_file_close in output-file.o
  2271. _s_linkonce in read.o
  2272. _symbol_create in symbols.o
  2273. _symbol_clone in symbols.o
  2274. _dot_symbol_init in symbols.o
  2275. _write_contents in write.o
  2276. ...
  2277. "_bfd_get_reloc_code_name", referenced from:
  2278. _print_fixup in write.o
  2279. _tc_gen_reloc in tc-i386.o
  2280. "_bfd_get_reloc_size", referenced from:
  2281. _reloc in tc-i386.o
  2282. "_bfd_get_section_by_name", referenced from:
  2283. _dwarf2_finish in dwarf2dbg.o
  2284. _write_object_file in write.o
  2285. _elf_begin in obj-elf.o
  2286. _adjust_stab_sections in obj-elf.o
  2287. "_bfd_get_section_by_name_if", referenced from:
  2288. _obj_elf_change_section in obj-elf.o
  2289. "_bfd_hash_set_default_size", referenced from:
  2290. _set_gas_hash_table_size in hash.o
  2291. "_bfd_init", referenced from:
  2292. _main in as.o
  2293. "_bfd_install_relocation", referenced from:
  2294. _install_reloc in write.o
  2295. "_bfd_is_local_label", referenced from:
  2296. _S_IS_LOCAL in symbols.o
  2297. "_bfd_make_section_anyway", referenced from:
  2298. _subseg_get in subsegs.o
  2299. "_bfd_make_section_old_way", referenced from:
  2300. _subseg_get in subsegs.o
  2301. "_bfd_map_over_sections", referenced from:
  2302. _write_object_file in write.o
  2303. _elf_frob_file in obj-elf.o
  2304. _elf_adjust_symtab in obj-elf.o
  2305. "_bfd_openw", referenced from:
  2306. _output_file_create in output-file.o
  2307. "_bfd_reloc_name_lookup", referenced from:
  2308. _s_reloc in read.o
  2309. "_bfd_reloc_type_lookup", referenced from:
  2310. _s_reloc in read.o
  2311. _create_note_reloc.isra.4 in write.o
  2312. _reloc in tc-i386.o
  2313. _tc_gen_reloc in tc-i386.o
  2314. "_bfd_scan_vma", referenced from:
  2315. _main in as.o
  2316. "_bfd_set_error_program_name", referenced from:
  2317. _main in as.o
  2318. "_bfd_set_format", referenced from:
  2319. _output_file_create in output-file.o
  2320. "_bfd_set_section_contents", referenced from:
  2321. _write_contents in write.o
  2322. _write_object_file in write.o
  2323. "_bfd_set_section_flags", referenced from:
  2324. _main in as.o
  2325. _dwarf2_finish in dwarf2dbg.o
  2326. _get_cfi_seg.constprop.6 in dw2gencfi.o
  2327. _s_linkonce in read.o
  2328. _get_stab_string_offset in stabs.o
  2329. _s_stab_generic in stabs.o
  2330. _size_seg in write.o
  2331. ...
  2332. "_bfd_set_section_size", referenced from:
  2333. _compress_debug in write.o
  2334. _size_seg in write.o
  2335. _elf_frob_file_after_relocs in obj-elf.o
  2336. "_bfd_set_symtab", referenced from:
  2337. _write_object_file in write.o
  2338. "_bfd_target_list", referenced from:
  2339. _md_parse_option in tc-i386.o
  2340. "_bfd_update_compression_header", referenced from:
  2341. _compress_debug in write.o
  2342. "_concat", referenced from:
  2343. _main in as.o
  2344. _dwarf2_finish in dwarf2dbg.o
  2345. _operand in expr.o
  2346. _listing_message.part.0 in listing.o
  2347. _s_weakref in read.o
  2348. _remap_debug_filename in remap.o
  2349. _s_xstab in stabs.o
  2350. ...
  2351. "_cs", referenced from:
  2352. _i386_att_operand in tc-i386.o
  2353. _i386_intel_operand in tc-i386.o
  2354. "_deflate", referenced from:
  2355. _compress_data in compress-debug.o
  2356. _compress_finish in compress-debug.o
  2357. "_deflateEnd", referenced from:
  2358. _compress_finish in compress-debug.o
  2359. "_deflateInit_", referenced from:
  2360. _compress_init in compress-debug.o
  2361. "_ds", referenced from:
  2362. _build_modrm_byte in tc-i386.o
  2363. _i386_att_operand in tc-i386.o
  2364. _i386_intel_operand in tc-i386.o
  2365. _md_assemble in tc-i386.o
  2366. "_es", referenced from:
  2367. _i386_att_operand in tc-i386.o
  2368. _i386_intel_operand in tc-i386.o
  2369. _md_assemble in tc-i386.o
  2370. (maybe you meant: _md_estimate_size_before_relax, _eh_frame_estimate_size_before_relax , _dwarf2dbg_estimate_size_before_relax )
  2371. "_expandargv", referenced from:
  2372. _main in as.o
  2373. "_filename_cmp", referenced from:
  2374. _register_dependency in depend.o
  2375. _get_filenum in dwarf2dbg.o
  2376. _new_logical_line_flags in input-scrub.o
  2377. _file_info in listing.o
  2378. _listing_newline in listing.o
  2379. _generate_asm_file in stabs.o
  2380. _stabs_generate_asm_lineno in stabs.o
  2381. ...
  2382. "_filename_ncmp", referenced from:
  2383. _get_filenum in dwarf2dbg.o
  2384. _remap_debug_filename in remap.o
  2385. "_fs", referenced from:
  2386. _i386_att_operand in tc-i386.o
  2387. _i386_intel_operand in tc-i386.o
  2388. "_get_run_time", referenced from:
  2389. _dump_statistics in as.o
  2390. _main in as.o
  2391. "_getpwd", referenced from:
  2392. _dwarf2_finish in dwarf2dbg.o
  2393. _stabs_generate_asm_file in stabs.o
  2394. "_gs", referenced from:
  2395. _i386_att_operand in tc-i386.o
  2396. _i386_intel_operand in tc-i386.o
  2397. "_hex_init", referenced from:
  2398. _main in as.o
  2399. "_i386_optab", referenced from:
  2400. _md_begin in tc-i386.o
  2401. "_i386_regtab", referenced from:
  2402. _i386_intel_simplify_register in tc-i386.o
  2403. _parse_real_register in tc-i386.o
  2404. _parse_register in tc-i386.o
  2405. _i386_intel_simplify in tc-i386.o
  2406. _i386_intel_operand in tc-i386.o
  2407. _md_begin in tc-i386.o
  2408. _i386_parse_name in tc-i386.o
  2409. ...
  2410. "_i386_regtab_size", referenced from:
  2411. _parse_register in tc-i386.o
  2412. _md_begin in tc-i386.o
  2413. _tc_x86_parse_to_dw2regnum in tc-i386.o
  2414. "_lbasename", referenced from:
  2415. _get_filenum in dwarf2dbg.o
  2416. "_mempcpy", referenced from:
  2417. _output_message.constprop.22 in tc-i386.o
  2418. "_ss", referenced from:
  2419. _build_modrm_byte in tc-i386.o
  2420. _i386_att_operand in tc-i386.o
  2421. _i386_intel_operand in tc-i386.o
  2422. "_unlink_if_ordinary", referenced from:
  2423. _close_output_file in as.o
  2424. _as_fatal in messages.o
  2425. "_xatexit", referenced from:
  2426. _main in as.o
  2427. "_xcalloc", referenced from:
  2428. _alloc_fde_entry in dw2gencfi.o
  2429. _alloc_cfi_insn_data in dw2gencfi.o
  2430. _assign_symbol in read.o
  2431. _subseg_set_rest in subsegs.o
  2432. _subseg_change in subsegs.o
  2433. _subseg_get in subsegs.o
  2434. _write_relocs in write.o
  2435. ...
  2436. "_xexit", referenced from:
  2437. _main in as.o
  2438. _as_fatal in messages.o
  2439. _as_abort in messages.o
  2440. "_xmalloc", referenced from:
  2441. _app_push in app.o
  2442. _main in as.o
  2443. _atof_generic in atof-generic.o
  2444. _register_dependency in depend.o
  2445. _get_line_subseg in dwarf2dbg.o
  2446. _get_filenum in dwarf2dbg.o
  2447. _dwarf2_gen_line_info_1 in dwarf2dbg.o
  2448. ...
  2449. "_xmalloc_set_program_name", referenced from:
  2450. _main in as.o
  2451. "_xrealloc", referenced from:
  2452. _get_filenum in dwarf2dbg.o
  2453. _input_scrub_next_buffer in input-scrub.o
  2454. _read_symbol_name in read.o
  2455. _add_include_dir in read.o
  2456. _read_a_source_file in read.o
  2457. _sb_check in sb.o
  2458. _define_dollar_label in symbols.o
  2459. ...
  2460. "_xstrdup", referenced from:
  2461. _main in as.o
  2462. _register_dependency in depend.o
  2463. _get_filenum in dwarf2dbg.o
  2464. _file_info in listing.o
  2465. _s_func in read.o
  2466. _s_incbin in read.o
  2467. _add_debug_prefix_map in remap.o
  2468. ...
  2469. "_xstrerror", referenced from:
  2470. _input_file_get in input-file.o
  2471. _input_file_open in input-file.o
  2472. _input_file_give_next_buffer in input-file.o
  2473. _listing_print in listing.o
  2474. _s_func in read.o
  2475. _stabs_generate_asm_func in stabs.o
  2476. _stabs_generate_asm_endfunc in stabs.o
  2477. ...
  2478. "_xstrndup", referenced from:
  2479. _obj_elf_vendor_attribute in obj-elf.o
  2480. ld: symbol(s) not found for architecture x86_64
  2481. collect2: error: ld returned 1 exit status
  2482. make[4]: *** [as-new] Error 1
  2483. make[3]: *** [all-recursive] Error 1
  2484. make[2]: *** [all] Error 2
  2485. make[1]: *** [all-gas] Error 2
  2486. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement