Advertisement
enedil

binutils-make

Sep 28th, 2013
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 55.90 KB | None | 0 0
  1. lfs@linux-from-scratch:/mnt/lfs/sources/binutils-build$ make
  2. make[1]: Entering directory `/mnt/lfs/sources/binutils-build'
  3. mkdir -p -- ./intl
  4. Configuring in ./intl
  5. configure: creating cache ./config.cache
  6. checking whether make sets $(MAKE)... yes
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether NLS is requested... no
  9. checking for msgfmt... /usr/bin/msgfmt
  10. checking for gmsgfmt... /usr/bin/msgfmt
  11. checking for xgettext... /usr/bin/xgettext
  12. checking for msgmerge... /usr/bin/msgmerge
  13. checking for x86_64-unknown-linux-gnu-gcc... gcc
  14. checking for C compiler default output file name... a.out
  15. checking whether the C compiler works... yes
  16. checking whether we are cross compiling... no
  17. checking for suffix of executables...
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking build system type... x86_64-unknown-linux-gnu
  23. checking host system type... x86_64-unknown-linux-gnu
  24. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  25. checking for library containing strerror... none required
  26. checking how to run the C preprocessor... gcc -E
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for ANSI C header files... yes
  30. checking for an ANSI C-conforming const... yes
  31. checking for inline... inline
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking for off_t... yes
  42. checking for size_t... yes
  43. checking for working alloca.h... yes
  44. checking for alloca... yes
  45. checking for stdlib.h... (cached) yes
  46. checking for unistd.h... (cached) yes
  47. checking for getpagesize... yes
  48. checking for working mmap... yes
  49. checking whether we are using the GNU C Library 2.1 or newer... yes
  50. checking whether integer division by zero raises SIGFPE... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unsigned long long... yes
  54. checking for inttypes.h... yes
  55. checking whether the inttypes.h PRIxNN macros are broken... no
  56. checking for ld used by GCC... ld
  57. checking if the linker (ld) is GNU ld... yes
  58. checking for shared library run path origin... done
  59. checking argz.h usability... yes
  60. checking argz.h presence... yes
  61. checking for argz.h... yes
  62. checking limits.h usability... yes
  63. checking limits.h presence... yes
  64. checking for limits.h... yes
  65. checking locale.h usability... yes
  66. checking locale.h presence... yes
  67. checking for locale.h... yes
  68. checking nl_types.h usability... yes
  69. checking nl_types.h presence... yes
  70. checking for nl_types.h... yes
  71. checking malloc.h usability... yes
  72. checking malloc.h presence... yes
  73. checking for malloc.h... yes
  74. checking stddef.h usability... yes
  75. checking stddef.h presence... yes
  76. checking for stddef.h... yes
  77. checking for stdlib.h... (cached) yes
  78. checking for string.h... (cached) yes
  79. checking for unistd.h... (cached) yes
  80. checking sys/param.h usability... yes
  81. checking sys/param.h presence... yes
  82. checking for sys/param.h... yes
  83. checking for feof_unlocked... yes
  84. checking for fgets_unlocked... yes
  85. checking for getc_unlocked... yes
  86. checking for getcwd... yes
  87. checking for getegid... yes
  88. checking for geteuid... yes
  89. checking for getgid... yes
  90. checking for getuid... yes
  91. checking for mempcpy... yes
  92. checking for munmap... yes
  93. checking for putenv... yes
  94. checking for setenv... yes
  95. checking for setlocale... yes
  96. checking for stpcpy... yes
  97. checking for strcasecmp... yes
  98. checking for strdup... yes
  99. checking for strtoul... yes
  100. checking for tsearch... yes
  101. checking for __argz_count... yes
  102. checking for __argz_stringify... yes
  103. checking for __argz_next... yes
  104. checking for __fsetlocking... yes
  105. checking for iconv... yes
  106. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  107. checking for nl_langinfo and CODESET... yes
  108. checking for LC_MESSAGES... yes
  109. checking for bison... bison
  110. checking version of bison... 2.5, ok
  111. checking whether NLS is requested... no
  112. checking whether to use NLS... no
  113. checking for aclocal... no
  114. checking for autoconf... no
  115. checking for autoheader... no
  116. configure: updating cache ./config.cache
  117. configure: creating ./config.status
  118. config.status: creating Makefile
  119. config.status: creating config.intl
  120. config.status: creating config.h
  121. config.status: executing default-1 commands
  122. mkdir -p -- ./libiberty
  123. Configuring in ./libiberty
  124. configure: creating cache ./config.cache
  125. checking whether to enable maintainer-specific portions of Makefiles... no
  126. checking for makeinfo... /mnt/lfs/sources/binutils-2.23.2/missing makeinfo --split-size=5000000
  127. configure: WARNING:
  128. *** Makeinfo is missing. Info documentation will not be built.
  129. checking for perl... perl
  130. checking build system type... x86_64-unknown-linux-gnu
  131. checking host system type... x86_64-unknown-linux-gnu
  132. checking for x86_64-unknown-linux-gnu-ar... ar
  133. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  134. checking for x86_64-unknown-linux-gnu-gcc... gcc
  135. checking for C compiler default output file name... a.out
  136. checking whether the C compiler works... yes
  137. checking whether we are cross compiling... no
  138. checking for suffix of executables...
  139. checking for suffix of object files... o
  140. checking whether we are using the GNU C compiler... yes
  141. checking whether gcc accepts -g... yes
  142. checking for gcc option to accept ISO C89... none needed
  143. checking for special C compiler options needed for large files... no
  144. checking for _FILE_OFFSET_BITS value needed for large files... no
  145. checking how to run the C preprocessor... gcc -E
  146. checking whether gcc supports -W... yes
  147. checking whether gcc supports -Wall... yes
  148. checking whether gcc supports -Wwrite-strings... yes
  149. checking whether gcc supports -Wc++-compat... yes
  150. checking whether gcc supports -Wstrict-prototypes... yes
  151. checking whether gcc supports -pedantic ... yes
  152. checking whether gcc and cc understand -c and -o together... yes
  153. checking for an ANSI C-conforming const... yes
  154. checking for inline... inline
  155. checking for grep that handles long lines and -e... /bin/grep
  156. checking for egrep... /bin/grep -E
  157. checking for ANSI C header files... yes
  158. checking for sys/types.h... yes
  159. checking for sys/stat.h... yes
  160. checking for stdlib.h... yes
  161. checking for string.h... yes
  162. checking for memory.h... yes
  163. checking for strings.h... yes
  164. checking for inttypes.h... yes
  165. checking for stdint.h... yes
  166. checking for unistd.h... yes
  167. checking whether byte ordering is bigendian... no
  168. checking for a BSD-compatible install... /usr/bin/install -c
  169. checking for sys/file.h... yes
  170. checking for sys/param.h... yes
  171. checking for limits.h... yes
  172. checking for stdlib.h... (cached) yes
  173. checking for malloc.h... yes
  174. checking for string.h... (cached) yes
  175. checking for unistd.h... (cached) yes
  176. checking for strings.h... (cached) yes
  177. checking for sys/time.h... yes
  178. checking for time.h... yes
  179. checking for sys/resource.h... yes
  180. checking for sys/stat.h... (cached) yes
  181. checking for sys/mman.h... yes
  182. checking for fcntl.h... yes
  183. checking for alloca.h... yes
  184. checking for sys/pstat.h... no
  185. checking for sys/sysmp.h... no
  186. checking for sys/sysinfo.h... yes
  187. checking for machine/hal_sysinfo.h... no
  188. checking for sys/table.h... no
  189. checking for sys/sysctl.h... yes
  190. checking for sys/systemcfg.h... no
  191. checking for stdint.h... (cached) yes
  192. checking for stdio_ext.h... yes
  193. checking for process.h... no
  194. checking for sys/prctl.h... yes
  195. checking for sys/wait.h that is POSIX.1 compatible... yes
  196. checking whether time.h and sys/time.h may both be included... yes
  197. checking whether errno must be declared... no
  198. checking size of int... 4
  199. checking for a 64-bit type... uint64_t
  200. checking for intptr_t... yes
  201. checking for uintptr_t... yes
  202. checking for ssize_t... yes
  203. checking for pid_t... yes
  204. checking for library containing strerror... none required
  205. checking for asprintf... yes
  206. checking for atexit... yes
  207. checking for basename... yes
  208. checking for bcmp... yes
  209. checking for bcopy... yes
  210. checking for bsearch... yes
  211. checking for bzero... yes
  212. checking for calloc... yes
  213. checking for clock... yes
  214. checking for ffs... yes
  215. checking for getcwd... yes
  216. checking for getpagesize... yes
  217. checking for gettimeofday... yes
  218. checking for index... yes
  219. checking for insque... yes
  220. checking for memchr... yes
  221. checking for memcmp... yes
  222. checking for memcpy... yes
  223. checking for memmem... yes
  224. checking for memmove... yes
  225. checking for mempcpy... yes
  226. checking for memset... yes
  227. checking for mkstemps... yes
  228. checking for putenv... yes
  229. checking for random... yes
  230. checking for rename... yes
  231. checking for rindex... yes
  232. checking for setenv... yes
  233. checking for snprintf... yes
  234. checking for sigsetmask... yes
  235. checking for stpcpy... yes
  236. checking for stpncpy... yes
  237. checking for strcasecmp... yes
  238. checking for strchr... yes
  239. checking for strdup... yes
  240. checking for strncasecmp... yes
  241. checking for strndup... yes
  242. checking for strrchr... yes
  243. checking for strstr... yes
  244. checking for strtod... yes
  245. checking for strtol... yes
  246. checking for strtoul... yes
  247. checking for strverscmp... yes
  248. checking for tmpnam... yes
  249. checking for vasprintf... yes
  250. checking for vfprintf... yes
  251. checking for vprintf... yes
  252. checking for vsnprintf... yes
  253. checking for vsprintf... yes
  254. checking for waitpid... yes
  255. checking for setproctitle... no
  256. checking whether alloca needs Cray hooks... no
  257. checking stack direction for C alloca... -1
  258. checking for vfork.h... no
  259. checking for fork... yes
  260. checking for vfork... yes
  261. checking for working fork... yes
  262. checking for working vfork... (cached) yes
  263. checking for _doprnt... no
  264. checking for sys_errlist... yes
  265. checking for sys_nerr... yes
  266. checking for sys_siglist... yes
  267. checking for external symbol _system_configuration... no
  268. checking for __fsetlocking... yes
  269. checking for canonicalize_file_name... yes
  270. checking for dup3... yes
  271. checking for getrlimit... yes
  272. checking for getrusage... yes
  273. checking for getsysinfo... no
  274. checking for gettimeofday... (cached) yes
  275. checking for on_exit... yes
  276. checking for psignal... yes
  277. checking for pstat_getdynamic... no
  278. checking for pstat_getstatic... no
  279. checking for realpath... yes
  280. checking for setrlimit... yes
  281. checking for sbrk... yes
  282. checking for spawnve... no
  283. checking for spawnvpe... no
  284. checking for strerror... yes
  285. checking for strsignal... yes
  286. checking for sysconf... yes
  287. checking for sysctl... yes
  288. checking for sysmp... no
  289. checking for table... no
  290. checking for times... yes
  291. checking for wait3... yes
  292. checking for wait4... yes
  293. checking whether basename is declared... no
  294. checking whether ffs is declared... yes
  295. checking whether asprintf is declared... no
  296. checking whether vasprintf is declared... no
  297. checking whether snprintf is declared... yes
  298. checking whether vsnprintf is declared... yes
  299. checking whether calloc is declared... yes
  300. checking whether getenv is declared... yes
  301. checking whether getopt is declared... yes
  302. checking whether malloc is declared... yes
  303. checking whether realloc is declared... yes
  304. checking whether sbrk is declared... yes
  305. checking whether strverscmp is declared... no
  306. checking whether canonicalize_file_name must be declared... yes
  307. checking for stdlib.h... (cached) yes
  308. checking for unistd.h... (cached) yes
  309. checking for getpagesize... (cached) yes
  310. checking for working mmap... yes
  311. checking for working strncmp... yes
  312. configure: updating cache ./config.cache
  313. configure: creating ./config.status
  314. config.status: creating Makefile
  315. config.status: creating testsuite/Makefile
  316. config.status: creating config.h
  317. config.status: executing default commands
  318. mkdir -p -- ./bfd
  319. Configuring in ./bfd
  320. configure: creating cache ./config.cache
  321. checking build system type... x86_64-unknown-linux-gnu
  322. checking host system type... x86_64-unknown-linux-gnu
  323. checking target system type... x86_64-lfs-linux-gnu
  324. checking for x86_64-unknown-linux-gnu-gcc... gcc
  325. checking for C compiler default output file name... a.out
  326. checking whether the C compiler works... yes
  327. checking whether we are cross compiling... no
  328. checking for suffix of executables...
  329. checking for suffix of object files... o
  330. checking whether we are using the GNU C compiler... yes
  331. checking whether gcc accepts -g... yes
  332. checking for gcc option to accept ISO C89... none needed
  333. checking for library containing strerror... none required
  334. checking for a BSD-compatible install... /usr/bin/install -c
  335. checking whether build environment is sane... yes
  336. checking for a thread-safe mkdir -p... /bin/mkdir -p
  337. checking for gawk... gawk
  338. checking whether make sets $(MAKE)... yes
  339. checking for style of include used by make... GNU
  340. checking dependency style of gcc... gcc3
  341. checking for x86_64-unknown-linux-gnu-ar... ar
  342. checking for x86_64-unknown-linux-gnu-ranlib... ranlib
  343. checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
  344. checking whether we are using the GNU C compiler... (cached) yes
  345. checking whether gcc accepts -g... (cached) yes
  346. checking for gcc option to accept ISO C89... (cached) none needed
  347. checking how to run the C preprocessor... gcc -E
  348. checking for grep that handles long lines and -e... /bin/grep
  349. checking for egrep... /bin/grep -E
  350. checking for ANSI C header files... yes
  351. checking for sys/types.h... yes
  352. checking for sys/stat.h... yes
  353. checking for stdlib.h... yes
  354. checking for string.h... yes
  355. checking for memory.h... yes
  356. checking for strings.h... yes
  357. checking for inttypes.h... yes
  358. checking for stdint.h... yes
  359. checking for unistd.h... yes
  360. checking minix/config.h usability... no
  361. checking minix/config.h presence... no
  362. checking for minix/config.h... no
  363. checking whether it is safe to define __EXTENSIONS__... yes
  364. checking how to print strings... printf
  365. checking for a sed that does not truncate output... /bin/sed
  366. checking for fgrep... /bin/grep -F
  367. checking for ld used by gcc... ld
  368. checking if the linker (ld) is GNU ld... yes
  369. checking for BSD- or MS-compatible name lister (nm)... nm
  370. checking the name lister (nm) interface... BSD nm
  371. checking whether ln -s works... yes
  372. checking the maximum length of command line arguments... 3458764513820540925
  373. checking whether the shell understands some XSI constructs... yes
  374. checking whether the shell understands "+="... yes
  375. checking for ld option to reload object files... -r
  376. checking for x86_64-unknown-linux-gnu-objdump... objdump
  377. checking how to recognize dependent libraries... pass_all
  378. checking for x86_64-unknown-linux-gnu-ar... (cached) ar
  379. checking for x86_64-unknown-linux-gnu-strip... no
  380. checking for strip... strip
  381. checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
  382. checking command to parse nm output from gcc object... ok
  383. checking for dlfcn.h... yes
  384. checking for objdir... .libs
  385. checking if gcc supports -fno-rtti -fno-exceptions... no
  386. checking for gcc option to produce PIC... -fPIC -DPIC
  387. checking if gcc PIC flag -fPIC -DPIC works... yes
  388. checking if gcc static flag -static works... yes
  389. checking if gcc supports -c -o file.o... yes
  390. checking if gcc supports -c -o file.o... (cached) yes
  391. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  392. checking dynamic linker characteristics... GNU/Linux ld.so
  393. checking how to hardcode library paths into programs... immediate
  394. checking for shl_load... no
  395. checking for shl_load in -ldld... no
  396. checking for dlopen... no
  397. checking for dlopen in -ldl... yes
  398. checking whether a program can dlopen itself... yes
  399. checking whether a statically linked program can dlopen itself... no
  400. checking whether stripping libraries is possible... yes
  401. checking if libtool supports shared libraries... yes
  402. checking whether to build shared libraries... no
  403. checking whether to build static libraries... yes
  404. checking for special C compiler options needed for large files... no
  405. checking for _FILE_OFFSET_BITS value needed for large files... no
  406. Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
  407. checking whether to enable maintainer-specific portions of Makefiles... no
  408. checking whether to install libbfd... no
  409. checking whether NLS is requested... no
  410. checking whether NLS is requested... no
  411. checking for msgfmt... /usr/bin/msgfmt
  412. checking for gmsgfmt... /usr/bin/msgfmt
  413. checking for xgettext... /usr/bin/xgettext
  414. checking for msgmerge... /usr/bin/msgmerge
  415. checking size of long long... 8
  416. checking size of void *... 8
  417. checking size of long... 8
  418. checking alloca.h usability... yes
  419. checking alloca.h presence... yes
  420. checking for alloca.h... yes
  421. checking stddef.h usability... yes
  422. checking stddef.h presence... yes
  423. checking for stddef.h... yes
  424. checking for string.h... (cached) yes
  425. checking for strings.h... (cached) yes
  426. checking for stdlib.h... (cached) yes
  427. checking time.h usability... yes
  428. checking time.h presence... yes
  429. checking for time.h... yes
  430. checking for unistd.h... (cached) yes
  431. checking fcntl.h usability... yes
  432. checking fcntl.h presence... yes
  433. checking for fcntl.h... yes
  434. checking sys/file.h usability... yes
  435. checking sys/file.h presence... yes
  436. checking for sys/file.h... yes
  437. checking sys/time.h usability... yes
  438. checking sys/time.h presence... yes
  439. checking for sys/time.h... yes
  440. checking for sys/stat.h... (cached) yes
  441. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  442. checking for uintptr_t... yes
  443. checking for int_least32_t... yes
  444. checking for int_fast32_t... yes
  445. checking for uint64_t... yes
  446. checking what to include in bfd_stdint.h... stdint.h (already complete)
  447. checking whether time.h and sys/time.h may both be included... yes
  448. checking for dirent.h that defines DIR... yes
  449. checking for library containing opendir... none required
  450. checking windows.h usability... no
  451. checking windows.h presence... no
  452. checking for windows.h... no
  453. checking for dlfcn.h... (cached) yes
  454. checking whether string.h and strings.h may both be included... yes
  455. checking for fcntl... yes
  456. checking for getpagesize... yes
  457. checking for setitimer... yes
  458. checking for sysconf... yes
  459. checking for fdopen... yes
  460. checking for getuid... yes
  461. checking for getgid... yes
  462. checking for fileno... yes
  463. checking for strtoull... yes
  464. checking whether basename is declared... yes
  465. checking whether ftello is declared... yes
  466. checking whether ftello64 is declared... yes
  467. checking whether fseeko is declared... yes
  468. checking whether fseeko64 is declared... yes
  469. checking whether ffs is declared... yes
  470. checking whether free is declared... yes
  471. checking whether getenv is declared... yes
  472. checking whether malloc is declared... yes
  473. checking whether realloc is declared... yes
  474. checking whether stpcpy is declared... yes
  475. checking whether strstr is declared... yes
  476. checking whether snprintf is declared... yes
  477. checking whether vsnprintf is declared... yes
  478. checking for library containing zlibVersion... no
  479. checking linker --as-needed support... yes
  480. checking for cos in -lm... yes
  481. checking for gcc version with buggy 64-bit support... no
  482. checking for ftello... yes
  483. checking for ftello64... yes
  484. checking for fseeko... yes
  485. checking for fseeko64... yes
  486. checking for fopen64... yes
  487. checking size of off_t... 8
  488. checking file_ptr type... BFD_HOST_64_BIT
  489. checking for stdlib.h... (cached) yes
  490. checking for unistd.h... (cached) yes
  491. checking for getpagesize... (cached) yes
  492. checking for working mmap... yes
  493. checking for madvise... yes
  494. checking for mprotect... yes
  495. configure: updating cache ./config.cache
  496. configure: creating ./config.status
  497. config.status: creating Makefile
  498. config.status: creating doc/Makefile
  499. config.status: creating bfd-in3.h
  500. config.status: creating po/Makefile.in
  501. config.status: creating config.h
  502. config.status: executing depfiles commands
  503. config.status: executing libtool commands
  504. config.status: executing default-1 commands
  505. config.status: executing bfd_stdint.h commands
  506. config.status: executing default commands
  507. make[2]: Entering directory `/mnt/lfs/sources/binutils-build/libiberty'
  508. if [ x"" != x ] && [ ! -d pic ]; then \
  509.       mkdir pic; \
  510.     else true; fi
  511. touch stamp-picdir
  512. if [ x"" != x ]; then \
  513.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/regex.c -o pic/regex.o; \
  514.     else true; fi
  515. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/regex.c -o regex.o
  516. if [ x"" != x ]; then \
  517.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  518.     else true; fi
  519. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/cplus-dem.c -o cplus-dem.o
  520. if [ x"" != x ]; then \
  521.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  522.     else true; fi
  523. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/cp-demangle.c -o cp-demangle.o
  524. if [ x"" != x ]; then \
  525.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/md5.c -o pic/md5.o; \
  526.     else true; fi
  527. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/md5.c -o md5.o
  528. if [ x"" != x ]; then \
  529.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/sha1.c -o pic/sha1.o; \
  530.     else true; fi
  531. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/sha1.c -o sha1.o
  532. if [ x"" != x ]; then \
  533.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/alloca.c -o pic/alloca.o; \
  534.     else true; fi
  535. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/alloca.c -o alloca.o
  536. if [ x"" != x ]; then \
  537.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/argv.c -o pic/argv.o; \
  538.     else true; fi
  539. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/argv.c -o argv.o
  540. if [ x"" != x ]; then \
  541.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
  542.     else true; fi
  543. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/choose-temp.c -o choose-temp.o
  544. if [ x"" != x ]; then \
  545.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/concat.c -o pic/concat.o; \
  546.     else true; fi
  547. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/concat.c -o concat.o
  548. if [ x"" != x ]; then \
  549.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/cp-demint.c -o pic/cp-demint.o; \
  550.     else true; fi
  551. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/cp-demint.c -o cp-demint.o
  552. if [ x"" != x ]; then \
  553.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/crc32.c -o pic/crc32.o; \
  554.     else true; fi
  555. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/crc32.c -o crc32.o
  556. if [ x"" != x ]; then \
  557.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  558.     else true; fi
  559. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/dwarfnames.c -o dwarfnames.o
  560. if [ x"" != x ]; then \
  561.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
  562.     else true; fi
  563. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/dyn-string.c -o dyn-string.o
  564. if [ x"" != x ]; then \
  565.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
  566.     else true; fi
  567. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/fdmatch.c -o fdmatch.o
  568. if [ x"" != x ]; then \
  569.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/fibheap.c -o pic/fibheap.o; \
  570.     else true; fi
  571. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/fibheap.c -o fibheap.o
  572. if [ x"" != x ]; then \
  573.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  574.     else true; fi
  575. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/filename_cmp.c -o filename_cmp.o
  576. if [ x"" != x ]; then \
  577.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/floatformat.c -o pic/floatformat.o; \
  578.     else true; fi
  579. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/floatformat.c -o floatformat.o
  580. if [ x"" != x ]; then \
  581.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
  582.     else true; fi
  583. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/fnmatch.c -o fnmatch.o
  584. if [ x"" != x ]; then \
  585.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  586.     else true; fi
  587. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  588. if [ x"" != x ]; then \
  589.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/getopt.c -o pic/getopt.o; \
  590.     else true; fi
  591. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/getopt.c -o getopt.o
  592. if [ x"" != x ]; then \
  593.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/getopt1.c -o pic/getopt1.o; \
  594.     else true; fi
  595. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/getopt1.c -o getopt1.o
  596. if [ x"" != x ]; then \
  597.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/getpwd.c -o pic/getpwd.o; \
  598.     else true; fi
  599. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/getpwd.c -o getpwd.o
  600. if [ x"" != x ]; then \
  601.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/getruntime.c -o pic/getruntime.o; \
  602.     else true; fi
  603. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/getruntime.c -o getruntime.o
  604. if [ x"" != x ]; then \
  605.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/hashtab.c -o pic/hashtab.o; \
  606.     else true; fi
  607. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/hashtab.c -o hashtab.o
  608. if [ x"" != x ]; then \
  609.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/hex.c -o pic/hex.o; \
  610.     else true; fi
  611. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/hex.c -o hex.o
  612. if [ x"" != x ]; then \
  613.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/lbasename.c -o pic/lbasename.o; \
  614.     else true; fi
  615. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/lbasename.c -o lbasename.o
  616. if [ x"" != x ]; then \
  617.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/lrealpath.c -o pic/lrealpath.o; \
  618.     else true; fi
  619. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/lrealpath.c -o lrealpath.o
  620. if [ x"" != x ]; then \
  621.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  622.     else true; fi
  623. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
  624. if [ x"" != x ]; then \
  625.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  626.     else true; fi
  627. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/make-temp-file.c -o make-temp-file.o
  628. if [ x"" != x ]; then \
  629.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/objalloc.c -o pic/objalloc.o; \
  630.     else true; fi
  631. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/objalloc.c -o objalloc.o
  632. if [ x"" != x ]; then \
  633.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/obstack.c -o pic/obstack.o; \
  634.     else true; fi
  635. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/obstack.c -o obstack.o
  636. if [ x"" != x ]; then \
  637.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/partition.c -o pic/partition.o; \
  638.     else true; fi
  639. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/partition.c -o partition.o
  640. if [ x"" != x ]; then \
  641.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/pexecute.c -o pic/pexecute.o; \
  642.     else true; fi
  643. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/pexecute.c -o pexecute.o
  644. if [ x"" != x ]; then \
  645.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/physmem.c -o pic/physmem.o; \
  646.     else true; fi
  647. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/physmem.c -o physmem.o
  648. if [ x"" != x ]; then \
  649.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/pex-common.c -o pic/pex-common.o; \
  650.     else true; fi
  651. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/pex-common.c -o pex-common.o
  652. if [ x"" != x ]; then \
  653.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/pex-one.c -o pic/pex-one.o; \
  654.     else true; fi
  655. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/pex-one.c -o pex-one.o
  656. if [ x"" != x ]; then \
  657.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/pex-unix.c -o pic/pex-unix.o; \
  658.     else true; fi
  659. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/pex-unix.c -o pex-unix.o
  660. if [ x"" != x ]; then \
  661.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  662.     else true; fi
  663. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/safe-ctype.c -o safe-ctype.o
  664. if [ x"" != x ]; then \
  665.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/simple-object.c -o pic/simple-object.o; \
  666.     else true; fi
  667. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/simple-object.c -o simple-object.o
  668. if [ x"" != x ]; then \
  669.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  670.     else true; fi
  671. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/simple-object-coff.c -o simple-object-coff.o
  672. if [ x"" != x ]; then \
  673.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  674.     else true; fi
  675. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/simple-object-elf.c -o simple-object-elf.o
  676. if [ x"" != x ]; then \
  677.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  678.     else true; fi
  679. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  680. if [ x"" != x ]; then \
  681.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/sort.c -o pic/sort.o; \
  682.     else true; fi
  683. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/sort.c -o sort.o
  684. if [ x"" != x ]; then \
  685.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/spaces.c -o pic/spaces.o; \
  686.     else true; fi
  687. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/spaces.c -o spaces.o
  688. if [ x"" != x ]; then \
  689.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
  690.     else true; fi
  691. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/splay-tree.c -o splay-tree.o
  692. if [ x"" != x ]; then \
  693.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/stack-limit.c -o pic/stack-limit.o; \
  694.     else true; fi
  695. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/stack-limit.c -o stack-limit.o
  696. if [ x"" != x ]; then \
  697.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/strerror.c -o pic/strerror.o; \
  698.     else true; fi
  699. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/strerror.c -o strerror.o
  700. if [ x"" != x ]; then \
  701.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/strsignal.c -o pic/strsignal.o; \
  702.     else true; fi
  703. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/strsignal.c -o strsignal.o
  704. if [ x"" != x ]; then \
  705.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  706.     else true; fi
  707. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/timeval-utils.c -o timeval-utils.o
  708. if [ x"" != x ]; then \
  709.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  710.     else true; fi
  711. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  712. if [ x"" != x ]; then \
  713.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xatexit.c -o pic/xatexit.o; \
  714.     else true; fi
  715. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xatexit.c -o xatexit.o
  716. if [ x"" != x ]; then \
  717.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xexit.c -o pic/xexit.o; \
  718.     else true; fi
  719. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xexit.c -o xexit.o
  720. if [ x"" != x ]; then \
  721.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
  722.     else true; fi
  723. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xmalloc.c -o xmalloc.o
  724. if [ x"" != x ]; then \
  725.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
  726.     else true; fi
  727. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xmemdup.c -o xmemdup.o
  728. if [ x"" != x ]; then \
  729.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
  730.     else true; fi
  731. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xstrdup.c -o xstrdup.o
  732. if [ x"" != x ]; then \
  733.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
  734.     else true; fi
  735. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xstrerror.c -o xstrerror.o
  736. if [ x"" != x ]; then \
  737.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/xstrndup.c -o pic/xstrndup.o; \
  738.     else true; fi
  739. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/xstrndup.c -o xstrndup.o
  740. if [ x"" != x ]; then \
  741.       gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../../binutils-2.23.2/libiberty/setproctitle.c -o pic/setproctitle.o; \
  742.     else true; fi
  743. gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I../../binutils-2.23.2/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../../binutils-2.23.2/libiberty/setproctitle.c -o setproctitle.o
  744. rm -f ./libiberty.a pic/./libiberty.a
  745. ar rc ./libiberty.a \
  746.       ./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 ./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 ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./setproctitle.o
  747. ranlib ./libiberty.a
  748. if [ x"" != x ]; then \
  749.       cd pic; \
  750.       ar rc ./libiberty.a \
  751.         ./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 ./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 ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./setproctitle.o; \
  752.       ranlib ./libiberty.a; \
  753.       cd ..; \
  754.     else true; fi
  755. 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 ./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 ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  756. make[3]: Entering directory `/mnt/lfs/sources/binutils-build/libiberty/testsuite'
  757. make[3]: Nothing to be done for `all'.
  758. make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/libiberty/testsuite'
  759. make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/libiberty'
  760. make[2]: Entering directory `/mnt/lfs/sources/binutils-build/intl'
  761. make[2]: Nothing to be done for `all'.
  762. make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/intl'
  763. make[2]: Entering directory `/mnt/lfs/sources/binutils-build/bfd'
  764. creating bfdver.h
  765. rm -f elf32-target.h
  766. sed -e s/NN/32/g < ../../binutils-2.23.2/bfd/elfxx-target.h > elf32-target.new
  767. mv -f elf32-target.new elf32-target.h
  768. rm -f elf64-target.h
  769. sed -e s/NN/64/g < ../../binutils-2.23.2/bfd/elfxx-target.h > elf64-target.new
  770. mv -f elf64-target.new elf64-target.h
  771. rm -f targmatch.h
  772. sed -f ../../binutils-2.23.2/bfd/targmatch.sed < ../../binutils-2.23.2/bfd/config.bfd > targmatch.new
  773. mv -f targmatch.new targmatch.h
  774. Making info in doc
  775. make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  776. make chew
  777. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  778. gcc -o chew.$$ -g -O2  \
  779.        -I.. -I../../../binutils-2.23.2/bfd/doc/.. -I../../../binutils-2.23.2/bfd/doc/../../include -I../../../binutils-2.23.2/bfd/doc/../../intl -I../../intl ../../../binutils-2.23.2/bfd/doc/chew.c; \
  780.     /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change chew.$$ chew
  781. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  782. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../archive.c >archive.tmp
  783. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change archive.tmp archive.texi
  784. make chew
  785. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  786. make[4]: `chew' is up to date.
  787. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  788. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str < ../../../binutils-2.23.2/bfd/doc/../cache.c >cache.tmp
  789. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change cache.tmp cache.texi
  790. make chew
  791. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  792. make[4]: `chew' is up to date.
  793. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  794. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../elf.c >elf.tmp
  795. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change elf.tmp elf.texi
  796. make chew
  797. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  798. make[4]: `chew' is up to date.
  799. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  800. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str < ../../../binutils-2.23.2/bfd/doc/../bfdio.c >bfdio.tmp
  801. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
  802. make chew
  803. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  804. make[4]: `chew' is up to date.
  805. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  806. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str  <../../../binutils-2.23.2/bfd/doc/../opncls.c >opncls.tmp
  807. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change opncls.tmp opncls.texi
  808. make chew
  809. make[4]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  810. make[4]: `chew' is up to date.
  811. make[4]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  812. ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../linker.c >linker.tmp
  813. /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change linker.tmp linker.texi
  814. restore=: && backupdir=".am$$" && \
  815.     rm -rf $backupdir && mkdir $backupdir && \
  816.     if (/mnt/lfs/sources/binutils-2.23.2/missing makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
  817.       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 \
  818.         if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  819.       done; \
  820.     else :; fi && \
  821.     if /mnt/lfs/sources/binutils-2.23.2/missing makeinfo --split-size=5000000 --split-size=5000000   -I ../../../binutils-2.23.2/bfd/doc \
  822.      -o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.23.2/bfd/doc/'`bfd.texinfo; \
  823.     then \
  824.       rc=0; \
  825.     else \
  826.       rc=$?; \
  827.       $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
  828.     fi; \
  829.     rm -rf $backupdir; exit $rc
  830. WARNING: `makeinfo' is missing on your system.  You should only need it if
  831.         you modified a `.texi' or `.texinfo' file, or any other file
  832.         indirectly affecting the aspect of the manual.  The spurious
  833.         call might also be the consequence of using a buggy `make' (AIX,
  834.          DU, IRIX).  You might want to install the `Texinfo' package or
  835.         the `GNU make' package.  Grab either from any GNU archive site.
  836. make[3]: *** [bfd.info] Error 1
  837. make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/doc'
  838. Making info in po
  839. make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po'
  840. ( if test 'x../../../binutils-2.23.2/bfd/po' != 'x.'; then \
  841.         posrcprefix='../../../binutils-2.23.2/bfd/'; \
  842.       else \
  843.         posrcprefix="../"; \
  844.       fi; \
  845.       rm -f SRC-POTFILES-t SRC-POTFILES \
  846.         && (sed -e '/^#/d' \
  847.                 -e '/^[     ]*$/d' \
  848.             -e "s@.*@   $posrcprefix& \\\\@" < ../../../binutils-2.23.2/bfd/po/SRC-POTFILES.in \
  849.         | sed -e '$s/\\$//') > SRC-POTFILES-t \
  850.         && chmod a-w SRC-POTFILES-t \
  851.         && mv SRC-POTFILES-t SRC-POTFILES )
  852. ( rm -f BLD-POTFILES-t BLD-POTFILES \
  853.         && (sed -e '/^#/d' \
  854.                 -e '/^[     ]*$/d' \
  855.             -e "s@.*@   ../& \\\\@" < ../../../binutils-2.23.2/bfd/po/BLD-POTFILES.in \
  856.         | sed -e '$s/\\$//') > BLD-POTFILES-t \
  857.         && chmod a-w BLD-POTFILES-t \
  858.         && mv BLD-POTFILES-t BLD-POTFILES )
  859. cd .. \
  860.       && CONFIG_FILES=po/Makefile.in:po/Make-in \
  861.          CONFIG_HEADERS= /bin/bash ./config.status
  862. config.status: creating po/Makefile.in
  863. config.status: executing depfiles commands
  864. config.status: executing libtool commands
  865. config.status: executing default-1 commands
  866. config.status: executing bfd_stdint.h commands
  867. config.status: executing default commands
  868. make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po'
  869. make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd/po'
  870. make[3]: Nothing to be done for `info'.
  871. make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd/po'
  872. make[3]: Entering directory `/mnt/lfs/sources/binutils-build/bfd'
  873. make[3]: Nothing to be done for `info-am'.
  874. make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd'
  875. make[2]: *** [info-recursive] Error 1
  876. make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/bfd'
  877. make[1]: *** [all-bfd] Error 2
  878. make[1]: Leaving directory `/mnt/lfs/sources/binutils-build'
  879. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement