1. [sudoman@igo rockbox-3.8.1]$ sudo tools/rockboxdev.sh
  2. Download directory : /tmp/rbdev-dl (set RBDEV_DOWNLOAD to change)
  3. Install prefix     : /usr/local  (set RBDEV_PREFIX to change)
  4. Build dir          : /tmp/rbdev-build (set RBDEV_BUILD to change)
  5. Make options       :  (set MAKEFLAGS to change)
  6.  
  7. Select target arch:
  8. s   - sh       (Archos models)
  9. m   - m68k     (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)
  10. e   - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)
  11. a   - arm      (older ARM toolchain, deprecated)
  12. i   - mips     (Jz4740 and ATJ-based players)
  13. separate multiple targets with spaces
  14. (Example: "s m a" will build sh, m68k and arm)
  15.  
  16. e
  17.  
  18. ROCKBOXDEV: extracting binutils-2.20.1.tar.bz2
  19. ROCKBOXDEV: applying patch binutils-2.20.1-ld-thumb-interwork-long-call.diff
  20. patching file bfd/elf32-arm.c
  21. ROCKBOXDEV: mkdir build-binutils
  22. ROCKBOXDEV: cd build-binutils
  23. ROCKBOXDEV: binutils/configure
  24. checking build system type... x86_64-unknown-linux-gnu
  25. checking host system type... x86_64-unknown-linux-gnu
  26. checking target system type... arm-elf-eabi
  27. checking for a BSD-compatible install... /usr/bin/install -c
  28. checking whether ln works... yes
  29. checking whether ln -s works... yes
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for gawk... gawk
  32. checking for gcc... gcc
  33. checking for C compiler default output file name... a.out
  34. checking whether the C compiler works... yes
  35. checking whether we are cross compiling... no
  36. checking for suffix of executables...
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking for g++... g++
  42. checking whether we are using the GNU C++ compiler... yes
  43. checking whether g++ accepts -g... yes
  44. checking for gnatbind... no
  45. checking for gnatmake... no
  46. checking whether compiler driver understands Ada... no
  47. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  48. checking for version 0.10 of PPL... no
  49. checking for correct version of CLooG... no
  50. checking for bison... bison -y
  51. checking for bison... bison
  52. checking for gm4... no
  53. checking for gnum4... no
  54. checking for m4... m4
  55. checking for flex... flex
  56. checking for flex... flex
  57. checking for makeinfo... makeinfo
  58. checking for expect... no
  59. checking for runtest... no
  60. checking for ar... ar
  61. checking for as... as
  62. checking for dlltool... no
  63. checking for ld... ld
  64. checking for lipo... no
  65. checking for nm... nm
  66. checking for ranlib... ranlib
  67. checking for strip... strip
  68. checking for windres... no
  69. checking for windmc... no
  70. checking for objcopy... objcopy
  71. checking for objdump... objdump
  72. checking for arm-elf-eabi-cc... no
  73. checking for arm-elf-eabi-gcc... no
  74. checking for arm-elf-eabi-c++... no
  75. checking for arm-elf-eabi-g++... no
  76. checking for arm-elf-eabi-cxx... no
  77. checking for arm-elf-eabi-gxx... no
  78. checking for arm-elf-eabi-gcc... no
  79. checking for arm-elf-eabi-gcj... no
  80. checking for arm-elf-eabi-gfortran... no
  81. checking for arm-elf-eabi-ar... no
  82. checking for arm-elf-eabi-as... no
  83. checking for arm-elf-eabi-dlltool... no
  84. checking for arm-elf-eabi-ld... no
  85. checking for arm-elf-eabi-lipo... no
  86. checking for arm-elf-eabi-nm... no
  87. checking for arm-elf-eabi-objdump... no
  88. checking for arm-elf-eabi-ranlib... no
  89. checking for arm-elf-eabi-strip... no
  90. checking for arm-elf-eabi-windres... no
  91. checking for arm-elf-eabi-windmc... no
  92. checking where to find the target ar... just compiled
  93. checking where to find the target as... just compiled
  94. checking where to find the target cc... pre-installed
  95. checking where to find the target c++... pre-installed
  96. checking where to find the target c++ for libstdc++... pre-installed
  97. checking where to find the target dlltool... just compiled
  98. checking where to find the target gcc... pre-installed
  99. checking where to find the target gcj... pre-installed
  100. checking where to find the target gfortran... pre-installed
  101. checking where to find the target ld... just compiled
  102. checking where to find the target lipo... pre-installed
  103. checking where to find the target nm... just compiled
  104. checking where to find the target objdump... just compiled
  105. checking where to find the target ranlib... just compiled
  106. checking where to find the target strip... just compiled
  107. checking where to find the target windres... just compiled
  108. checking where to find the target windmc... just compiled
  109. checking whether to enable maintainer-specific portions of Makefiles... no
  110. checking whether -fkeep-inline-functions is supported... yes
  111. configure: creating ./config.status
  112. config.status: creating Makefile
  113. ROCKBOXDEV: binutils/make
  114. gmake[1]: Entering directory `/tmp/rbdev-build/build-binutils'
  115. mkdir -p -- ./libiberty
  116. Configuring in ./libiberty
  117. configure: creating cache ./config.cache
  118. checking whether to enable maintainer-specific portions of Makefiles... no
  119. checking for makeinfo... makeinfo --split-size=5000000
  120. checking for perl... perl
  121. checking build system type... x86_64-unknown-linux-gnu
  122. checking host system type... x86_64-unknown-linux-gnu
  123. checking for x86_64-unknown-linux-gnu-ar... ar
  124. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  125. checking for x86_64-unknown-linux-gnu-gcc... gcc
  126. checking for C compiler default output file name... a.out
  127. checking whether the C compiler works... yes
  128. checking whether we are cross compiling... no
  129. checking for suffix of executables...
  130. checking for suffix of object files... o
  131. checking whether we are using the GNU C compiler... yes
  132. checking whether gcc accepts -g... yes
  133. checking for gcc option to accept ISO C89... none needed
  134. checking for special C compiler options needed for large files... no
  135. checking for _FILE_OFFSET_BITS value needed for large files... no
  136. checking how to run the C preprocessor... gcc -E
  137. checking whether gcc supports -W... yes
  138. checking whether gcc supports -Wall... yes
  139. checking whether gcc supports -Wwrite-strings... yes
  140. checking whether gcc supports -Wc++-compat... yes
  141. checking whether gcc supports -Wstrict-prototypes... yes
  142. checking whether gcc supports -pedantic ... yes
  143. checking whether gcc and cc understand -c and -o together... yes
  144. checking for an ANSI C-conforming const... yes
  145. checking for inline... inline
  146. checking for grep that handles long lines and -e... /bin/grep
  147. checking for egrep... /bin/grep -E
  148. checking for ANSI C header files... yes
  149. checking for sys/types.h... yes
  150. checking for sys/stat.h... yes
  151. checking for stdlib.h... yes
  152. checking for string.h... yes
  153. checking for memory.h... yes
  154. checking for strings.h... yes
  155. checking for inttypes.h... yes
  156. checking for stdint.h... yes
  157. checking for unistd.h... yes
  158. checking whether byte ordering is bigendian... no
  159. checking for a BSD-compatible install... /usr/bin/install -c
  160. checking for sys/file.h... yes
  161. checking for sys/param.h... yes
  162. checking for limits.h... yes
  163. checking for stdlib.h... (cached) yes
  164. checking for malloc.h... yes
  165. checking for string.h... (cached) yes
  166. checking for unistd.h... (cached) yes
  167. checking for strings.h... (cached) yes
  168. checking for sys/time.h... yes
  169. checking for time.h... yes
  170. checking for sys/resource.h... yes
  171. checking for sys/stat.h... (cached) yes
  172. checking for sys/mman.h... yes
  173. checking for fcntl.h... yes
  174. checking for alloca.h... yes
  175. checking for sys/pstat.h... no
  176. checking for sys/sysmp.h... no
  177. checking for sys/sysinfo.h... yes
  178. checking for machine/hal_sysinfo.h... no
  179. checking for sys/table.h... no
  180. checking for sys/sysctl.h... yes
  181. checking for sys/systemcfg.h... no
  182. checking for stdint.h... (cached) yes
  183. checking for stdio_ext.h... yes
  184. checking for sys/wait.h that is POSIX.1 compatible... yes
  185. checking whether time.h and sys/time.h may both be included... yes
  186. checking whether errno must be declared... no
  187. checking size of int... 4
  188. checking for intptr_t... yes
  189. checking for uintptr_t... yes
  190. checking for a 64-bit type... uint64_t
  191. checking for pid_t... yes
  192. checking for library containing strerror... none required
  193. checking for asprintf... yes
  194. checking for atexit... yes
  195. checking for basename... yes
  196. checking for bcmp... yes
  197. checking for bcopy... yes
  198. checking for bsearch... yes
  199. checking for bzero... yes
  200. checking for calloc... yes
  201. checking for clock... yes
  202. checking for ffs... yes
  203. checking for getcwd... yes
  204. checking for getpagesize... yes
  205. checking for gettimeofday... yes
  206. checking for index... yes
  207. checking for insque... yes
  208. checking for memchr... yes
  209. checking for memcmp... yes
  210. checking for memcpy... yes
  211. checking for memmem... yes
  212. checking for memmove... yes
  213. checking for mempcpy... yes
  214. checking for memset... yes
  215. checking for mkstemps... yes
  216. checking for putenv... yes
  217. checking for random... yes
  218. checking for rename... yes
  219. checking for rindex... yes
  220. checking for setenv... yes
  221. checking for snprintf... yes
  222. checking for sigsetmask... yes
  223. checking for stpcpy... yes
  224. checking for stpncpy... yes
  225. checking for strcasecmp... yes
  226. checking for strchr... yes
  227. checking for strdup... yes
  228. checking for strncasecmp... yes
  229. checking for strndup... yes
  230. checking for strrchr... yes
  231. checking for strstr... yes
  232. checking for strtod... yes
  233. checking for strtol... yes
  234. checking for strtoul... yes
  235. checking for strverscmp... yes
  236. checking for tmpnam... yes
  237. checking for vasprintf... yes
  238. checking for vfprintf... yes
  239. checking for vprintf... yes
  240. checking for vsnprintf... yes
  241. checking for vsprintf... yes
  242. checking for waitpid... yes
  243. checking whether alloca needs Cray hooks... no
  244. checking stack direction for C alloca... -1
  245. checking for vfork.h... no
  246. checking for fork... yes
  247. checking for vfork... yes
  248. checking for working fork... yes
  249. checking for working vfork... (cached) yes
  250. checking for _doprnt... no
  251. checking for sys_errlist... yes
  252. checking for sys_nerr... yes
  253. checking for sys_siglist... yes
  254. checking for external symbol _system_configuration... no
  255. checking for getrusage... yes
  256. checking for on_exit... yes
  257. checking for psignal... yes
  258. checking for strerror... yes
  259. checking for strsignal... yes
  260. checking for sysconf... yes
  261. checking for times... yes
  262. checking for sbrk... yes
  263. checking for gettimeofday... (cached) yes
  264. checking for realpath... yes
  265. checking for canonicalize_file_name... yes
  266. checking for pstat_getstatic... no
  267. checking for pstat_getdynamic... no
  268. checking for sysmp... no
  269. checking for getsysinfo... no
  270. checking for table... no
  271. checking for sysctl... yes
  272. checking for wait3... yes
  273. checking for wait4... yes
  274. checking for __fsetlocking... yes
  275. checking whether basename is declared... no
  276. checking whether ffs is declared... yes
  277. checking whether asprintf is declared... no
  278. checking whether vasprintf is declared... no
  279. checking whether snprintf is declared... yes
  280. checking whether vsnprintf is declared... yes
  281. checking whether calloc is declared... yes
  282. checking whether getenv is declared... yes
  283. checking whether getopt is declared... yes
  284. checking whether malloc is declared... yes
  285. checking whether realloc is declared... yes
  286. checking whether sbrk is declared... yes
  287. checking whether strverscmp is declared... no
  288. checking whether canonicalize_file_name must be declared... yes
  289. checking for stdlib.h... (cached) yes
  290. checking for unistd.h... (cached) yes
  291. checking for getpagesize... (cached) yes
  292. checking for working mmap... yes
  293. checking for working strncmp... yes
  294. configure: updating cache ./config.cache
  295. configure: creating ./config.status
  296. config.status: creating Makefile
  297. config.status: creating testsuite/Makefile
  298. config.status: creating config.h
  299. config.status: executing default commands
  300. mkdir -p -- ./intl
  301. Configuring in ./intl
  302. configure: creating cache ./config.cache
  303. checking whether gmake sets $(MAKE)... yes
  304. checking for a BSD-compatible install... /usr/bin/install -c
  305. checking whether NLS is requested... yes
  306. checking for msgfmt... /usr/bin/msgfmt
  307. checking for gmsgfmt... /usr/bin/msgfmt
  308. checking for xgettext... /usr/bin/xgettext
  309. checking for msgmerge... /usr/bin/msgmerge
  310. checking for x86_64-unknown-linux-gnu-gcc... gcc
  311. checking for C compiler default output file name... a.out
  312. checking whether the C compiler works... yes
  313. checking whether we are cross compiling... no
  314. checking for suffix of executables...
  315. checking for suffix of object files... o
  316. checking whether we are using the GNU C compiler... yes
  317. checking whether gcc accepts -g... yes
  318. checking for gcc option to accept ISO C89... none needed
  319. checking build system type... x86_64-unknown-linux-gnu
  320. checking host system type... x86_64-unknown-linux-gnu
  321. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  322. checking for library containing strerror... none required
  323. checking how to run the C preprocessor... gcc -E
  324. checking for grep that handles long lines and -e... /bin/grep
  325. checking for egrep... /bin/grep -E
  326. checking for ANSI C header files... yes
  327. checking for an ANSI C-conforming const... yes
  328. checking for inline... inline
  329. checking for sys/types.h... yes
  330. checking for sys/stat.h... yes
  331. checking for stdlib.h... yes
  332. checking for string.h... yes
  333. checking for memory.h... yes
  334. checking for strings.h... yes
  335. checking for inttypes.h... yes
  336. checking for stdint.h... yes
  337. checking for unistd.h... yes
  338. checking for off_t... yes
  339. checking for size_t... yes
  340. checking for working alloca.h... yes
  341. checking for alloca... yes
  342. checking for stdlib.h... (cached) yes
  343. checking for unistd.h... (cached) yes
  344. checking for getpagesize... yes
  345. checking for working mmap... yes
  346. checking whether we are using the GNU C Library 2.1 or newer... yes
  347. checking whether integer division by zero raises SIGFPE... yes
  348. checking for inttypes.h... yes
  349. checking for stdint.h... yes
  350. checking for unsigned long long... yes
  351. checking for inttypes.h... yes
  352. checking whether the inttypes.h PRIxNN macros are broken... no
  353. checking for ld used by GCC... ld
  354. checking if the linker (ld) is GNU ld... yes
  355. checking for shared library run path origin... done
  356. checking argz.h usability... yes
  357. checking argz.h presence... yes
  358. checking for argz.h... yes
  359. checking limits.h usability... yes
  360. checking limits.h presence... yes
  361. checking for limits.h... yes
  362. checking locale.h usability... yes
  363. checking locale.h presence... yes
  364. checking for locale.h... yes
  365. checking nl_types.h usability... yes
  366. checking nl_types.h presence... yes
  367. checking for nl_types.h... yes
  368. checking malloc.h usability... yes
  369. checking malloc.h presence... yes
  370. checking for malloc.h... yes
  371. checking stddef.h usability... yes
  372. checking stddef.h presence... yes
  373. checking for stddef.h... yes
  374. checking for stdlib.h... (cached) yes
  375. checking for string.h... (cached) yes
  376. checking for unistd.h... (cached) yes
  377. checking sys/param.h usability... yes
  378. checking sys/param.h presence... yes
  379. checking for sys/param.h... yes
  380. checking for feof_unlocked... yes
  381. checking for fgets_unlocked... yes
  382. checking for getc_unlocked... yes
  383. checking for getcwd... yes
  384. checking for getegid... yes
  385. checking for geteuid... yes
  386. checking for getgid... yes
  387. checking for getuid... yes
  388. checking for mempcpy... yes
  389. checking for munmap... yes
  390. checking for putenv... yes
  391. checking for setenv... yes
  392. checking for setlocale... yes
  393. checking for stpcpy... yes
  394. checking for strcasecmp... yes
  395. checking for strdup... yes
  396. checking for strtoul... yes
  397. checking for tsearch... yes
  398. checking for __argz_count... yes
  399. checking for __argz_stringify... yes
  400. checking for __argz_next... yes
  401. checking for __fsetlocking... yes
  402. checking for iconv... yes
  403. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  404. checking for nl_langinfo and CODESET... yes
  405. checking for LC_MESSAGES... yes
  406. checking for bison... bison
  407. checking version of bison... 2.4.3, ok
  408. checking whether NLS is requested... yes
  409. checking whether included gettext is requested... no
  410. checking for GNU gettext in libc... yes
  411. checking whether to use NLS... yes
  412. checking where the gettext function comes from... libc
  413. checking for aclocal... aclocal
  414. checking for autoconf... autoconf
  415. checking for autoheader... autoheader
  416. configure: updating cache ./config.cache
  417. configure: creating ./config.status
  418. config.status: creating Makefile
  419. config.status: creating config.intl
  420. config.status: creating config.h
  421. config.status: executing default-1 commands
  422. mkdir -p -- ./bfd
  423. Configuring in ./bfd
  424. configure: creating cache ./config.cache
  425. checking build system type... x86_64-unknown-linux-gnu
  426. checking host system type... x86_64-unknown-linux-gnu
  427. checking target system type... arm-elf-eabi
  428. checking for x86_64-unknown-linux-gnu-gcc... gcc
  429. checking for C compiler default output file name... a.out
  430. checking whether the C compiler works... yes
  431. checking whether we are cross compiling... no
  432. checking for suffix of executables...
  433. checking for suffix of object files... o
  434. checking whether we are using the GNU C compiler... yes
  435. checking whether gcc accepts -g... yes
  436. checking for gcc option to accept ISO C89... none needed
  437. checking for library containing strerror... none required
  438. checking for a BSD-compatible install... /usr/bin/install -c
  439. checking whether build environment is sane... yes
  440. checking for a thread-safe mkdir -p... /bin/mkdir -p
  441. checking for gawk... gawk
  442. checking whether gmake sets $(MAKE)... yes
  443. checking for style of include used by gmake... GNU
  444. checking dependency style of gcc... gcc3
  445. checking for x86_64-unknown-linux-gnu-ar... ar
  446. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  447. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  448. checking whether we are using the GNU C compiler... (cached) yes
  449. checking whether gcc accepts -g... (cached) yes
  450. checking for gcc option to accept ISO C89... (cached) none needed
  451. checking how to run the C preprocessor... gcc -E
  452. checking for grep that handles long lines and -e... /bin/grep
  453. checking for egrep... /bin/grep -E
  454. checking for ANSI C header files... yes
  455. checking for sys/types.h... yes
  456. checking for sys/stat.h... yes
  457. checking for stdlib.h... yes
  458. checking for string.h... yes
  459. checking for memory.h... yes
  460. checking for strings.h... yes
  461. checking for inttypes.h... yes
  462. checking for stdint.h... yes
  463. checking for unistd.h... yes
  464. checking minix/config.h usability... no
  465. checking minix/config.h presence... no
  466. checking for minix/config.h... no
  467. checking whether it is safe to define __EXTENSIONS__... yes
  468. checking for a sed that does not truncate output... /bin/sed
  469. checking for fgrep... /bin/grep -F
  470. checking for ld used by gcc... ld
  471. checking if the linker (ld) is GNU ld... yes
  472. checking for BSD- or MS-compatible name lister (nm)... nm
  473. checking the name lister (nm) interface... BSD nm
  474. checking whether ln -s works... yes
  475. checking the maximum length of command line arguments... 1572864
  476. checking whether the shell understands some XSI constructs... yes
  477. checking whether the shell understands "+="... yes
  478. checking for ld option to reload object files... -r
  479. checking for x86_64-unknown-linux-gnu-objdump... objdump
  480. checking how to recognize dependent libraries... pass_all
  481. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  482. checking for x86_64-unknown-linux-gnu-strip... no
  483. checking for strip... strip
  484. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  485. checking command to parse nm output from gcc object... ok
  486. checking for dlfcn.h... yes
  487. checking for objdir... .libs
  488. checking if gcc supports -fno-rtti -fno-exceptions... no
  489. checking for gcc option to produce PIC... -fPIC -DPIC
  490. checking if gcc PIC flag -fPIC -DPIC works... yes
  491. checking if gcc static flag -static works... no
  492. checking if gcc supports -c -o file.o... yes
  493. checking if gcc supports -c -o file.o... (cached) yes
  494. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  495. checking dynamic linker characteristics... GNU/Linux ld.so
  496. checking how to hardcode library paths into programs... immediate
  497. checking for shl_load... no
  498. checking for shl_load in -ldld... no
  499. checking for dlopen... no
  500. checking for dlopen in -ldl... yes
  501. checking whether a program can dlopen itself... yes
  502. checking whether a statically linked program can dlopen itself... yes
  503. checking whether stripping libraries is possible... yes
  504. checking if libtool supports shared libraries... yes
  505. checking whether to build shared libraries... no
  506. checking whether to build static libraries... yes
  507. checking for special C compiler options needed for large files... no
  508. checking for _FILE_OFFSET_BITS value needed for large files... no
  509. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror
  510. checking whether to enable maintainer-specific portions of Makefiles... no
  511. checking whether to install libbfd... no
  512. checking whether NLS is requested... yes
  513. checking for catalogs to be installed...  da es fi fr id ja ro ru rw sv tr vi zh_CN da es fi fr id ja ro ru rw sv tr vi zh_CN
  514. checking whether NLS is requested... yes
  515. checking for msgfmt... /usr/bin/msgfmt
  516. checking for gmsgfmt... /usr/bin/msgfmt
  517. checking for xgettext... /usr/bin/xgettext
  518. checking for msgmerge... /usr/bin/msgmerge
  519. checking size of long long... 8
  520. checking size of void *... 8
  521. checking size of long... 8
  522. checking alloca.h usability... yes
  523. checking alloca.h presence... yes
  524. checking for alloca.h... yes
  525. checking stddef.h usability... yes
  526. checking stddef.h presence... yes
  527. checking for stddef.h... yes
  528. checking for string.h... (cached) yes
  529. checking for strings.h... (cached) yes
  530. checking for stdlib.h... (cached) yes
  531. checking time.h usability... yes
  532. checking time.h presence... yes
  533. checking for time.h... yes
  534. checking for unistd.h... (cached) yes
  535. checking fcntl.h usability... yes
  536. checking fcntl.h presence... yes
  537. checking for fcntl.h... yes
  538. checking sys/file.h usability... yes
  539. checking sys/file.h presence... yes
  540. checking for sys/file.h... yes
  541. checking sys/time.h usability... yes
  542. checking sys/time.h presence... yes
  543. checking for sys/time.h... yes
  544. checking for sys/stat.h... (cached) yes
  545. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  546. checking for uintptr_t... yes
  547. checking for int_least32_t... yes
  548. checking for int_fast32_t... yes
  549. checking for uint64_t... yes
  550. checking what to include in bfd_stdint.h... stdint.h (already complete)
  551. checking whether time.h and sys/time.h may both be included... yes
  552. checking for dirent.h that defines DIR... yes
  553. checking for library containing opendir... none required
  554. checking whether string.h and strings.h may both be included... yes
  555. checking for fcntl... yes
  556. checking for getpagesize... yes
  557. checking for setitimer... yes
  558. checking for sysconf... yes
  559. checking for fdopen... yes
  560. checking for getuid... yes
  561. checking for getgid... yes
  562. checking for fileno... yes
  563. checking for strtoull... yes
  564. checking whether basename is declared... yes
  565. checking whether ftello is declared... yes
  566. checking whether ftello64 is declared... yes
  567. checking whether fseeko is declared... yes
  568. checking whether fseeko64 is declared... yes
  569. checking whether ffs is declared... yes
  570. checking whether free is declared... yes
  571. checking whether getenv is declared... yes
  572. checking whether malloc is declared... yes
  573. checking whether realloc is declared... yes
  574. checking whether stpcpy is declared... yes
  575. checking whether strstr is declared... yes
  576. checking whether snprintf is declared... yes
  577. checking whether vsnprintf is declared... yes
  578. checking for library containing zlibVersion... no
  579. checking linker --as-needed support... yes
  580. checking for cos in -lm... yes
  581. checking for gcc version with buggy 64-bit support... no
  582. checking for ftello... yes
  583. checking for ftello64... yes
  584. checking for fseeko... yes
  585. checking for fseeko64... yes
  586. checking for fopen64... yes
  587. checking size of off_t... 8
  588. checking file_ptr type... BFD_HOST_64_BIT
  589. checking for stdlib.h... (cached) yes
  590. checking for unistd.h... (cached) yes
  591. checking for getpagesize... (cached) yes
  592. checking for working mmap... yes
  593. checking for madvise... yes
  594. checking for mprotect... yes
  595. configure: updating cache ./config.cache
  596. configure: creating ./config.status
  597. config.status: creating Makefile
  598. config.status: creating doc/Makefile
  599. config.status: creating bfd-in3.h
  600. config.status: creating po/Makefile.in
  601. config.status: creating config.h
  602. config.status: executing depfiles commands
  603. config.status: executing libtool commands
  604. config.status: executing default-1 commands
  605. config.status: executing bfd_stdint.h commands
  606. config.status: executing default commands
  607. gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/libiberty'
  608. if [ x"" != x ] && [ ! -d pic ]; then \
  609.   mkdir pic; \
  610. else true; fi
  611. touch stamp-picdir
  612. if [ x"" != x ]; then \
  613.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/regex.c -o pic/regex.o; \
  614. else true; fi
  615. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/regex.c -o regex.o
  616. In file included from ../../binutils-2.20.1/libiberty/regex.c:638:0:
  617. ../../binutils-2.20.1/libiberty/regex.c: In function ‘byte_re_match_2_internal’:
  618. ../../binutils-2.20.1/libiberty/regex.c:7143:27: warning: variable ‘sdummy’ set but not used [-Wunused-but-set-variable]
  619. ../../binutils-2.20.1/libiberty/regex.c:7142:22: warning: variable ‘pdummy’ set but not used [-Wunused-but-set-variable]
  620. if [ x"" != x ]; then \
  621.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  622. else true; fi
  623. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/cplus-dem.c -o cplus-dem.o
  624. if [ x"" != x ]; then \
  625.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  626. else true; fi
  627. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/cp-demangle.c -o cp-demangle.o
  628. if [ x"" != x ]; then \
  629.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/md5.c -o pic/md5.o; \
  630. else true; fi
  631. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/md5.c -o md5.o
  632. if [ x"" != x ]; then \
  633.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/sha1.c -o pic/sha1.o; \
  634. else true; fi
  635. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/sha1.c -o sha1.o
  636. if [ x"" != x ]; then \
  637.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/alloca.c -o pic/alloca.o; \
  638. else true; fi
  639. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/alloca.c -o alloca.o
  640. if [ x"" != x ]; then \
  641.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/argv.c -o pic/argv.o; \
  642. else true; fi
  643. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/argv.c -o argv.o
  644. if [ x"" != x ]; then \
  645.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
  646. else true; fi
  647. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/choose-temp.c -o choose-temp.o
  648. if [ x"" != x ]; then \
  649.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/concat.c -o pic/concat.o; \
  650. else true; fi
  651. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/concat.c -o concat.o
  652. if [ x"" != x ]; then \
  653.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
  654. else true; fi
  655. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/cp-demint.c -o cp-demint.o
  656. if [ x"" != x ]; then \
  657.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/crc32.c -o pic/crc32.o; \
  658. else true; fi
  659. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/crc32.c -o crc32.o
  660. if [ x"" != x ]; then \
  661.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
  662. else true; fi
  663. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/dyn-string.c -o dyn-string.o
  664. if [ x"" != x ]; then \
  665.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
  666. else true; fi
  667. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/fdmatch.c -o fdmatch.o
  668. if [ x"" != x ]; then \
  669.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/fibheap.c -o pic/fibheap.o; \
  670. else true; fi
  671. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/fibheap.c -o fibheap.o
  672. if [ x"" != x ]; then \
  673.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  674. else true; fi
  675. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/filename_cmp.c -o filename_cmp.o
  676. if [ x"" != x ]; then \
  677.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/floatformat.c -o pic/floatformat.o; \
  678. else true; fi
  679. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/floatformat.c -o floatformat.o
  680. if [ x"" != x ]; then \
  681.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
  682. else true; fi
  683. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/fnmatch.c -o fnmatch.o
  684. if [ x"" != x ]; then \
  685.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  686. else true; fi
  687. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  688. if [ x"" != x ]; then \
  689.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/getopt.c -o pic/getopt.o; \
  690. else true; fi
  691. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/getopt.c -o getopt.o
  692. if [ x"" != x ]; then \
  693.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/getopt1.c -o pic/getopt1.o; \
  694. else true; fi
  695. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/getopt1.c -o getopt1.o
  696. if [ x"" != x ]; then \
  697.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/getpwd.c -o pic/getpwd.o; \
  698. else true; fi
  699. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/getpwd.c -o getpwd.o
  700. if [ x"" != x ]; then \
  701.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/getruntime.c -o pic/getruntime.o; \
  702. else true; fi
  703. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/getruntime.c -o getruntime.o
  704. if [ x"" != x ]; then \
  705.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/hashtab.c -o pic/hashtab.o; \
  706. else true; fi
  707. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/hashtab.c -o hashtab.o
  708. if [ x"" != x ]; then \
  709.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/hex.c -o pic/hex.o; \
  710. else true; fi
  711. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/hex.c -o hex.o
  712. if [ x"" != x ]; then \
  713.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/lbasename.c -o pic/lbasename.o; \
  714. else true; fi
  715. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/lbasename.c -o lbasename.o
  716. if [ x"" != x ]; then \
  717.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
  718. else true; fi
  719. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/lrealpath.c -o lrealpath.o
  720. if [ x"" != x ]; then \
  721.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  722. else true; fi
  723. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
  724. if [ x"" != x ]; then \
  725.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  726. else true; fi
  727. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/make-temp-file.c -o make-temp-file.o
  728. if [ x"" != x ]; then \
  729.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/objalloc.c -o pic/objalloc.o; \
  730. else true; fi
  731. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/objalloc.c -o objalloc.o
  732. if [ x"" != x ]; then \
  733.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/obstack.c -o pic/obstack.o; \
  734. else true; fi
  735. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/obstack.c -o obstack.o
  736. if [ x"" != x ]; then \
  737.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/partition.c -o pic/partition.o; \
  738. else true; fi
  739. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/partition.c -o partition.o
  740. if [ x"" != x ]; then \
  741.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/pexecute.c -o pic/pexecute.o; \
  742. else true; fi
  743. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/pexecute.c -o pexecute.o
  744. if [ x"" != x ]; then \
  745.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/physmem.c -o pic/physmem.o; \
  746. else true; fi
  747. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/physmem.c -o physmem.o
  748. if [ x"" != x ]; then \
  749.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/pex-common.c -o pic/pex-common.o; \
  750. else true; fi
  751. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/pex-common.c -o pex-common.o
  752. if [ x"" != x ]; then \
  753.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/pex-one.c -o pic/pex-one.o; \
  754. else true; fi
  755. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/pex-one.c -o pex-one.o
  756. if [ x"" != x ]; then \
  757.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
  758. else true; fi
  759. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/pex-unix.c -o pex-unix.o
  760. if [ x"" != x ]; then \
  761.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  762. else true; fi
  763. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/safe-ctype.c -o safe-ctype.o
  764. if [ x"" != x ]; then \
  765.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/sort.c -o pic/sort.o; \
  766. else true; fi
  767. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/sort.c -o sort.o
  768. if [ x"" != x ]; then \
  769.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/spaces.c -o pic/spaces.o; \
  770. else true; fi
  771. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/spaces.c -o spaces.o
  772. if [ x"" != x ]; then \
  773.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
  774. else true; fi
  775. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/splay-tree.c -o splay-tree.o
  776. if [ x"" != x ]; then \
  777.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/strerror.c -o pic/strerror.o; \
  778. else true; fi
  779. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/strerror.c -o strerror.o
  780. if [ x"" != x ]; then \
  781.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/strsignal.c -o pic/strsignal.o; \
  782. else true; fi
  783. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/strsignal.c -o strsignal.o
  784. if [ x"" != x ]; then \
  785.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  786. else true; fi
  787. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  788. if [ x"" != x ]; then \
  789.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xatexit.c -o pic/xatexit.o; \
  790. else true; fi
  791. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xatexit.c -o xatexit.o
  792. if [ x"" != x ]; then \
  793.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xexit.c -o pic/xexit.o; \
  794. else true; fi
  795. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xexit.c -o xexit.o
  796. if [ x"" != x ]; then \
  797.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
  798. else true; fi
  799. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xmalloc.c -o xmalloc.o
  800. if [ x"" != x ]; then \
  801.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
  802. else true; fi
  803. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xmemdup.c -o xmemdup.o
  804. if [ x"" != x ]; then \
  805.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
  806. else true; fi
  807. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xstrdup.c -o xstrdup.o
  808. if [ x"" != x ]; then \
  809.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
  810. else true; fi
  811. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xstrerror.c -o xstrerror.o
  812. if [ x"" != x ]; then \
  813.   gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.20.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
  814. else true; fi
  815. gcc -c -DHAVE_CONFIG_H -U_FORTIFY_SOURCE  -I. -I../../binutils-2.20.1/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.20.1/libiberty/xstrndup.c -o xstrndup.o
  816. rm -f ./libiberty.a pic/./libiberty.a
  817. ar rc ./libiberty.a \
  818.   ./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 ./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 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  
  819. ranlib ./libiberty.a
  820. if [ x"" != x ]; then \
  821.   cd pic; \
  822.   ar rc ./libiberty.a \
  823.     ./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 ./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 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ; \
  824.   ranlib ./libiberty.a; \
  825.   cd ..; \
  826. else true; fi
  827. 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 ./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 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  828. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/libiberty/testsuite'
  829. gmake[3]: Nothing to be done for `all'.
  830. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/libiberty/testsuite'
  831. gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/libiberty'
  832. gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/intl'
  833. gmake[2]: Nothing to be done for `all'.
  834. gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/intl'
  835. gmake[2]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
  836. creating bfdver.h
  837. rm -f elf32-target.h
  838. sed -e s/NN/32/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf32-target.new
  839. mv -f elf32-target.new elf32-target.h
  840. rm -f elf64-target.h
  841. sed -e s/NN/64/g < ../../binutils-2.20.1/bfd/elfxx-target.h > elf64-target.new
  842. mv -f elf64-target.new elf64-target.h
  843. rm -f targmatch.h
  844. sed -f ../../binutils-2.20.1/bfd/targmatch.sed < ../../binutils-2.20.1/bfd/config.bfd > targmatch.new
  845. mv -f targmatch.new targmatch.h
  846. Making info in doc
  847. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  848. gmake chew
  849. gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  850. gcc -o chew.$$ -U_FORTIFY_SOURCE  \
  851.    -I.. -I../../../binutils-2.20.1/bfd/doc/.. -I../../../binutils-2.20.1/bfd/doc/../../include -I../../../binutils-2.20.1/bfd/doc/../../intl -I../../intl ../../../binutils-2.20.1/bfd/doc/chew.c; \
  852. /bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change chew.$$ chew
  853. gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  854. ./chew -f ../../../binutils-2.20.1/bfd/doc/doc.str  <../../../binutils-2.20.1/bfd/doc/../opncls.c >opncls.tmp
  855. /bin/sh ../../../binutils-2.20.1/bfd/doc/../../move-if-change opncls.tmp opncls.texi
  856. restore=: && backupdir=".am$$" && \
  857. rm -rf $backupdir && mkdir $backupdir && \
  858. if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
  859.  for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
  860.    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  861.  done; \
  862. else :; fi && \
  863. if makeinfo --split-size=5000000 --split-size=5000000   -I ../../../binutils-2.20.1/bfd/doc \
  864. -o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.20.1/bfd/doc/'`bfd.texinfo; \
  865. then \
  866.  rc=0; \
  867. else \
  868.  rc=$?; \
  869.  $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$PIPE>|'`; \
  870. fi; \
  871. rm -rf $backupdir; exit $rc
  872. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  873. Making info in po
  874. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
  875. ( if test 'x../../../binutils-2.20.1/bfd/po' != 'x.'; then \
  876.    posrcprefix='../../../binutils-2.20.1/bfd/'; \
  877.  else \
  878.    posrcprefix="../"; \
  879.  fi; \
  880.  rm -f SRC-POTFILES-t SRC-POTFILES \
  881.    && (sed -e '/^#/d' \
  882.             -e '/^[     ]*$/d' \
  883.         -e "s@.*@   $posrcprefix& \\\\@" < ../../../binutils-2.20.1/bfd/po/SRC-POTFILES.in \
  884.     | sed -e '$s/\\$//') > SRC-POTFILES-t \
  885.     && chmod a-w SRC-POTFILES-t \
  886.     && mv SRC-POTFILES-t SRC-POTFILES )
  887. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  888.     && (sed -e '/^#/d' \
  889.             -e '/^[     ]*$/d' \
  890.         -e "s@.*@   ../& \\\\@" < ../../../binutils-2.20.1/bfd/po/BLD-POTFILES.in \
  891.     | sed -e '$s/\\$//') > BLD-POTFILES-t \
  892.     && chmod a-w BLD-POTFILES-t \
  893.     && mv BLD-POTFILES-t BLD-POTFILES )
  894. cd .. \
  895.   && CONFIG_FILES=po/Makefile.in:po/Make-in \
  896.      CONFIG_HEADERS= /bin/sh ./config.status
  897. config.status: creating po/Makefile.in
  898. config.status: executing depfiles commands
  899. config.status: executing libtool commands
  900. config.status: executing default-1 commands
  901. config.status: executing bfd_stdint.h commands
  902. config.status: executing default commands
  903. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
  904. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
  905. gmake[3]: Nothing to be done for `info'.
  906. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
  907. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
  908. gmake[3]: Nothing to be done for `info-am'.
  909. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
  910. gmake  all-recursive
  911. gmake[3]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
  912. Making all in doc
  913. gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  914. gmake[4]: Nothing to be done for `all'.
  915. gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/doc'
  916. Making all in po
  917. gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd/po'
  918. gmake[4]: Nothing to be done for `all'.
  919. gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd/po'
  920. gmake[4]: Entering directory `/tmp/rbdev-build/build-binutils/bfd'
  921. rm -f bfd-tmp.h
  922. cp bfd-in3.h bfd-tmp.h
  923. /bin/sh ../../binutils-2.20.1/bfd/../move-if-change bfd-tmp.h bfd.h
  924. rm -f bfd-tmp.h
  925. touch stmp-bfd-h
  926. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-2.20.1/bfd/archive.c
  927. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-2.20.1/bfd/archive.c -o archive.o
  928. mv -f .deps/archive.Tpo .deps/archive.Plo
  929. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/archures.c
  930. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/archures.c -o archures.o
  931. mv -f .deps/archures.Tpo .deps/archures.Plo
  932. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-2.20.1/bfd/bfd.c
  933. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-2.20.1/bfd/bfd.c -o bfd.o
  934. mv -f .deps/bfd.Tpo .deps/bfd.Plo
  935. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-2.20.1/bfd/bfdio.c
  936. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-2.20.1/bfd/bfdio.c -o bfdio.o
  937. mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
  938. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../binutils-2.20.1/bfd/bfdwin.c
  939. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../binutils-2.20.1/bfd/bfdwin.c -o bfdwin.o
  940. mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
  941. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../binutils-2.20.1/bfd/cache.c
  942. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../binutils-2.20.1/bfd/cache.c -o cache.o
  943. mv -f .deps/cache.Tpo .deps/cache.Plo
  944. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-2.20.1/bfd/coffgen.c
  945. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-2.20.1/bfd/coffgen.c -o coffgen.o
  946. mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
  947. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../binutils-2.20.1/bfd/corefile.c
  948. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../binutils-2.20.1/bfd/corefile.c -o corefile.o
  949. mv -f .deps/corefile.Tpo .deps/corefile.Plo
  950. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../binutils-2.20.1/bfd/format.c
  951. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../binutils-2.20.1/bfd/format.c -o format.o
  952. mv -f .deps/format.Tpo .deps/format.Plo
  953. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../binutils-2.20.1/bfd/init.c
  954. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../binutils-2.20.1/bfd/init.c -o init.o
  955. mv -f .deps/init.Tpo .deps/init.Plo
  956. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../binutils-2.20.1/bfd/libbfd.c
  957. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../binutils-2.20.1/bfd/libbfd.c -o libbfd.o
  958. mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
  959. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../binutils-2.20.1/bfd/opncls.c
  960. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../binutils-2.20.1/bfd/opncls.c -o opncls.o
  961. mv -f .deps/opncls.Tpo .deps/opncls.Plo
  962. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../binutils-2.20.1/bfd/reloc.c
  963. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../binutils-2.20.1/bfd/reloc.c -o reloc.o
  964. mv -f .deps/reloc.Tpo .deps/reloc.Plo
  965. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../binutils-2.20.1/bfd/section.c
  966. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../binutils-2.20.1/bfd/section.c -o section.o
  967. mv -f .deps/section.Tpo .deps/section.Plo
  968. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../binutils-2.20.1/bfd/syms.c
  969. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../binutils-2.20.1/bfd/syms.c -o syms.o
  970. mv -f .deps/syms.Tpo .deps/syms.Plo
  971. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/targets.c
  972. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../binutils-2.20.1/bfd/targets.c -o targets.o
  973. mv -f .deps/targets.Tpo .deps/targets.Plo
  974. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../binutils-2.20.1/bfd/hash.c
  975. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../binutils-2.20.1/bfd/hash.c -o hash.o
  976. mv -f .deps/hash.Tpo .deps/hash.Plo
  977. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../binutils-2.20.1/bfd/linker.c
  978. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../binutils-2.20.1/bfd/linker.c -o linker.o
  979. mv -f .deps/linker.Tpo .deps/linker.Plo
  980. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-2.20.1/bfd/srec.c
  981. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-2.20.1/bfd/srec.c -o srec.o
  982. mv -f .deps/srec.Tpo .deps/srec.Plo
  983. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../binutils-2.20.1/bfd/binary.c
  984. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-2.20.1/bfd/binary.c -o binary.o
  985. mv -f .deps/binary.Tpo .deps/binary.Plo
  986. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-2.20.1/bfd/tekhex.c
  987. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-2.20.1/bfd/tekhex.c -o tekhex.o
  988. mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
  989. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-2.20.1/bfd/ihex.c
  990. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-2.20.1/bfd/ihex.c -o ihex.o
  991. mv -f .deps/ihex.Tpo .deps/ihex.Plo
  992. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../binutils-2.20.1/bfd/stabs.c
  993. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../binutils-2.20.1/bfd/stabs.c -o stabs.o
  994. mv -f .deps/stabs.Tpo .deps/stabs.Plo
  995. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../binutils-2.20.1/bfd/stab-syms.c
  996. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../binutils-2.20.1/bfd/stab-syms.c -o stab-syms.o
  997. mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
  998. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../binutils-2.20.1/bfd/merge.c
  999. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../binutils-2.20.1/bfd/merge.c -o merge.o
  1000. mv -f .deps/merge.Tpo .deps/merge.Plo
  1001. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ../../binutils-2.20.1/bfd/dwarf2.c
  1002. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ../../binutils-2.20.1/bfd/dwarf2.c -o dwarf2.o
  1003. mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
  1004. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../binutils-2.20.1/bfd/simple.c
  1005. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../binutils-2.20.1/bfd/simple.c -o simple.o
  1006. mv -f .deps/simple.Tpo .deps/simple.Plo
  1007. /bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include   -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../binutils-2.20.1/bfd/compress.c
  1008. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.20.1/bfd -I. -I../../binutils-2.20.1/bfd -I../../binutils-2.20.1/bfd/../include -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -U_FORTIFY_SOURCE -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../binutils-2.20.1/bfd/compress.c -o compress.o
  1009. ../../binutils-2.20.1/bfd/compress.c: In function ‘bfd_uncompress_section_contents’:
  1010. ../../binutils-2.20.1/bfd/compress.c:54:45: error: parameter ‘buffer’ set but not used [-Werror=unused-but-set-parameter]
  1011. ../../binutils-2.20.1/bfd/compress.c:54:68: error: parameter ‘size’ set but not used [-Werror=unused-but-set-parameter]
  1012. cc1: all warnings being treated as errors
  1013.  
  1014. gmake[4]: *** [compress.lo] Error 1
  1015. gmake[4]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
  1016. gmake[3]: *** [all-recursive] Error 1
  1017. gmake[3]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
  1018. gmake[2]: *** [all] Error 2
  1019. gmake[2]: Leaving directory `/tmp/rbdev-build/build-binutils/bfd'
  1020. gmake[1]: *** [all-bfd] Error 2
  1021. gmake[1]: Leaving directory `/tmp/rbdev-build/build-binutils'
  1022. gmake: *** [all] Error 2