Advertisement
Guest User

gdb make log

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